body { margin-top:0; }

/********************** DIV *********************/
div#conteneur{
width:900px;
background-image:url(images/fond-conteneur_11.jpg);
position:relative;
margin : 0px auto;}

div#header{
background-image:url(images/reparation-voiture_01.jpg);
background-repeat:no-repeat;
width:900px;
height:226px;
}

div#gauche{
float:left;
width:277px;
display:block;
}
div#mentions_legales{
width:900px;
text-align:center;
}

div#droite{
float:right;
width:623px;
background-image:url(images/fond_centre_04.jpg)
}

div#pied_page{
background-image:url(images/reparation-voiture_11.jpg);
width:900px;
height:108px;
clear:both;}

/****************** TYPO ***********************/

.Lettre_information {
	padding: 50px 10px 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.adresse {
	width:210px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding:45px 10px 0 0;
	color: #FFFFFF;
	float:right;
}
.logo_cometik {
	margin:30px 0 0 40px;
	float:left;}
.lettre_information2 {	
			width: 230px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 9px;
			color:white;
			padding:38px 0 0 0;
			margin:0 0 0 0;
			float:right;
			}	
/****************** MENU***********************/

ul#lettre_information {	width : 230px;
			padding : 36px 13px 50px 658px;
			margin:0 0 0 0;
			list-style-type : none;}	


.mentions_legales{
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
}

a.mentions_legales:hover{
	color:#CCCCCC;
}

.detail{
	color:#546B94;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
}

a.detail:hover{
	color:#CC0000;
}

.lien_retour{
	color:#546B94;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}

a.lien_retour:hover{
	color:#003366;
}

.lien_page{
	color:#546B94;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
}

a.lien_page:hover{
	color:#003366;
}

.agreg{
	color:#546B94;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}

a.agreg:hover{
	color:#6666CC;
}


/* CSS AFFICHAGE DYNAMIQUE SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/*OPACITE SUR IMAGES*/
.opacite img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}

.opacite:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}