/* ------------------------- GENERAL ------------------------ */
html, body {
	margin: 0;
	padding: 0 0 0 0;
	border: 0;
}
body {
	background: url(./bg.gif) repeat-x;
	background-color: #544D8E;
	margin: 0 0;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 13px;
	line-height: 150%;
	color: #B0ABD0;
}
p  {
	margin-bottom:20px;
	padding: 0px;
}
h1, h2, h3 {
	margin:0;
	color: #ffffff;
	padding:0;
}
h4 {
	margin-bottom: -10px;
	margin-top: 20px;
}
acronym{
	cursor: help ;
}
a {
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	color: #B0ABD0;
}
a.ExtLink:after, a.ExtLink [hreflang]:after {
	content: "\0000a0[\2197]";
}
.Cadre a:after, .Cadre a [hreflang]:after {
	content: "";
}
dt {
	margin-top: 10px;
	margin-left: 20px;
	font-weight: bold;
}
blockquote {
	background: url(./quote.gif) no-repeat top left;
	padding-left: 25px;
	margin-left: 15px;
	font-style: italic;
	margin-top:10px;
}
strong {
	color : #d6d3e7;
}
/* ------------------------- PAGE ------------------------ */
#Content {
	position: absolute;
	width: 760px;
	min-height: 500px;
	background: url(./ordi.jpg) no-repeat;
}
#Title {
	text-indent: -9000px;
	background: url(./titre-1.gif) no-repeat center;
	width: 337px;
	height: 104px;
	margin-left: 63px;
	margin-top: 50px;
	padding-bottom: 20px;
}
#Screen {
	position: absolute;
	margin-left: 62px !important;
	margin-left: -298px;
	margin-top: -7px;
	width: 239px;
	height: 179px;
}
#Infos {
	width: 400px;
	margin-left: 360px;
	margin-top: 40px;
}
.Cadre {
	width: 179px !important;
	height: 113px !important;
	height: 126px;
	width: 191px;
	background: url('cadre.gif');
	float:left;
	padding-left: 12px;
	padding-top: 13px;
	margin: 3px;
	margin-bottom: 0px;
}
.Cadre img{
	border:0;
	margin:0;
	padding:0
}

/* ------------------------- MENU ------------------------ */
#Menu {
	position: relative;
	width: 363px;
	height: 26px;
	margin-left: 397px;
	background: url(./menu.jpg);
	margin-top: -13px !important;
	margin-top: 0px ;
}
#Menu li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}

#Menu li, #Menu a {height: 26px; display: block;  text-indent: -9000px; text-decoration: none;}
#home		{left:     0; width: 60px;}
#company	{left:  70px; width: 60px;}
#work		{left: 140px; width: 60px;}
#conclusion	{left: 210px; width: 83px;}
#contact	{left: 308px; width: 55px;}

#home		a:hover {background: transparent url(./menu.jpg)    0px -26px no-repeat;}
#company	a:hover {background: transparent url(./menu.jpg)  -70px -26px no-repeat;}
#work		a:hover {background: transparent url(./menu.jpg) -140px -26px no-repeat;}
#conclusion	a:hover {background: transparent url(./menu.jpg) -210px -26px no-repeat;}
#contact	a:hover {background: transparent url(./menu.jpg) -308px -26px no-repeat;}


#home_top		#home		{background: transparent url(./menu.jpg)    0px -26px no-repeat;}
#company_top	#company	{background: transparent url(./menu.jpg)  -70px -26px no-repeat;}
#work_top		#work		{background: transparent url(./menu.jpg) -140px -26px no-repeat;}
#conclusion_top	#conclusion	{background: transparent url(./menu.jpg) -210px -26px no-repeat;}
#contact_top	#contact	{background: transparent url(./menu.jpg) -308px -26px no-repeat;}

/* ------------------------- IMG ------------------------ */
#Img {
	margin-left: 55px;
	margin-top: 40px;
}
.spacer {
	clear: both;
}
/* ------------------------- COPYRIGHT ------------------------ */
#Copyright {
	text-indent: -9000px;
	background: url(copy.gif) no-repeat bottom;
	width: 204px;
	height: 40px;
	clear: both;
	margin-left: 90px;
	margin-bottom: 10px;
}