
body{
	background-color:#d9dadc;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #9e9ea0;
}

*{margin:0; padding:0;}

.clear{clear:both;}

.conteneur{
	background:url(./images/fond.jpg);
	background-position: center top;
	background-repeat:repeat-y;
	margin:0 auto 20px auto;
	width:980px;
}

.contener{
	margin:0 0 15px 8px;
	width:965px;
}

.logo{
	float:left;
	display:inline;
	margin:25px 0 0 50px;
}

.construction{
	float:right;
	display:inline;
	margin:80px 50px 20px 0;
}

.gris{
	float:left;
	display:inline;
	background:url(./images/voitureA.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	width:965px;
}

.texte-gris{
	float:left;
	display:inline;
	background:url(./images/gris.jpg);
	background-position:left;
	background-repeat:repeat-y;
	margin:25px 0 80px 170px;
	padding-left:10px;
	color:#105DAB;
  font-weight:bold;
}
.texte-gris A{font-size:12px; color:#105DAB; text-decoration:none;}
.texte-gris A:hover{text-decoration:underline;}

.voiture{
	float:left;
	display:inline;
	margin:0 0 0 30px;
}

.texte-droit{
	float:right;
	display:inline;
	margin:50px 25px 30px 0;
	width:450px;
	color:#000000;
	text-align:justify;
}
.texte-droit A{font-size:12px; color:#000000; text-decoration:none;}
.texte-droit A:hover{text-decoration:underline;}

