
/* Image gauche */
#image_gauche {
	height:475px;
	width:363px;
	float:left;
	background:url(../images/image-gauche.png) no-repeat top center;
	margin-left:18px;
}
#image_gauche h1{
	color:#FFFFFF;
	margin:5px 5px;
	font-size:1em;
}

#image_gauche p{
	color:#FFFFFF;
	margin:10px 15px 0 15px;
	font-size:0.7em;
}

/* Image centre */
#image_centre {
	height:308px;
	width:576px;
	float:left;
	margin-left:3px;
	background:url(../images/image-centre.png) no-repeat;
}

/* Conteneur boites */
#conteneur_boites {
	float:left;
	height:154px;
	width:588px;
	padding-top:7px;
}

#conteneur_boites h3 {
	background:url(../images/haut-boite.png) no-repeat center top;
	height:28px;
	width:195px;
	color:#FFFFFF;
	text-align:center;
	font-weight:normal;
	font-size:0.6em;
	padding-top:5px;
	margin:0 0 0 1px;
}	

#conteneur_boites h3 a {
	color:#FFFFFF;
}

#conteneur_boites h3 a:hover {
	color:#dc7a0b;
}
/* Boites */

#boite_gauche {
	float:left;
	background:url(../images/boite.png) no-repeat top center;
	height:154px;
	width:196px;
}

#boite_centre {
	float:left;
	background:url(../images/boite.png) no-repeat top center;
	height:154px;
	width:196px;
}

#boite_droite {
	float:right;
	background:url(../images/boite.png) no-repeat top center;
	height:154px;
	width:196px;
	margin-right:0;
}

.boite_gauche_img {
	float:left;
	background:url(../images/image-boite1.png) no-repeat top center;
	height:121px;
	width:171px;
	margin:-7px 0 0 13px;
}

.boite_centre_img {
	float:left;
	background:url(../images/image-boite2.png) no-repeat top center;
	height:121px;
	width:171px;
	margin:-7px 0 0 13px;
}

.boite_droite_img {
	float:left;
	background:url(../images/image-boite3.png) no-repeat top center;
	height:121px;
	width:171px;
	margin:-7px 0 0 13px;
}

/* Bandeau bas */
#bandeau_conteneur {
	float:left;
	background:url(../images/bandeau-bas.png) no-repeat top center;
	height:121px;
	width:890px;
	margin:25px 0 0 50px;
}

#bandeau_gauche {
	float:left;
	display:block;
	height:94px;
	width:116px;
	font-size:0.8em;
	text-align:center;
	padding:27px 100px 0 15px;
}

#bandeau_centre {
	float:left;
	display:block;
	height:101px;
	width:205px;
	font-size:0.8em;
	text-align:center;
	padding:20px 0 0 133px;
}

#bandeau_droite {
	float:left;
	display:block;
	height:101px;
	width:206px;
	font-size:0.8em;
	text-align:center;
	padding-left:115px;
	padding-top:20px;
}

#bandeau_image1 {
	float:left;
	display:block;
	height:86px;
	width:85px;
	margin-top:-80px;
	margin-left:107px;
}

#bandeau_image2 {
	float:left;
	display:block;
	height:86px;
	width:127px;
	margin-top:-85px;
	margin-left:-110px;
}

#bandeau_image3 {
	float:left;
	display:block;
	height:86px;
	width:127px;
	margin-top:-85px;
	margin-left:-110px;
}
