*{margin: 0; padding: 0;}

body {	margin: 0;	padding: 0;	background-color:#5D8091;}

a{ text-decoration:none;}

#conteneur{
	margin-left: auto;	margin-right: auto;
	margin-top:15px; width: 744px;
	background-color:white;	border:1px #000000 solid;
}

#haut{ height:24px; border-bottom:1px #000000 solid; text-align:center;}
.hautH1{font-family:Arial, Helvetica, sans-serif; color:black; font-size:12px; font-weight:bold;}

#bandeau{ height:367px; border-bottom:1px #000000 solid; text-align:left;}

/* cadres du bas avec fond  ocre */
#cadres{ height:273px; background-color:#EEC835;}
	
	/* cadre blanc de gauche -suivi-> du cadre avec le camion en fond */
	#cadre1{ position:absolute; margin-left:7px; margin-top: 6px; width:234px; height:261px; background-color:white;}
		#rub1{ position:relative; margin-top:8px; margin-left:9px; width:215px; height:245px; background-image:url(img/accueil_rub_1.gif); background-repeat:no-repeat;}

	/* cadre blanc du centre -suivi-> du cadre avec le camion en fond */
	#cadre2{ position:absolute; margin-left:255px; margin-top: 6px; width:234px; height:261px; background-color:white;}
		#rub2{ position:relative; margin-top:8px; margin-left:9px; width:215px; height:245px; background-image:url(img/accueil_rub_2.gif); background-repeat:no-repeat;}
	
	/* cadre blanc de droite -suivi-> du cadre avec le camion en fond */
	#cadre3{ position:absolute; margin-left:503px; margin-top: 6px; width:234px; height:261px; background-color:white;}
		#rub3{ position:relative; margin-top:8px; margin-left:9px; width:215px; height:245px; background-image:url(img/accueil_rub_3.gif); background-repeat:no-repeat;}
		
	/* div pour le titre */
	#rubtitre { text-align:center; margin-bottom:10px; padding-top:10px; padding-bottom:0px; margin:0px; }
	.rubtitle { margin-bottom:10px; padding:0px; font-family: Georgia, "Times New Roman", Times, serif; color:#000000; font-size:16px; font-weight:bold; }
	
	/* div pour le contenu  */
	#rubcont { text-align:justify; padding:0px; margin-left:5px; margin-right:5px; }
	.rubtxt { font-family:Arial, Helvetica, sans-serif; color:#73714D; font-size:12px;}
	.rubimg { float:left; border: 1px #000000 solid; margin-right:3px;  margin-bottom:3px; }
	a.go{display: block; width:60px; border:1px #000000 solid; background-color:#FFFFFF;
		font-family:Arial, Helvetica, sans-serif; color:#5D8091; font-size:14px; font-weight:bold; }
	
	
