/**********/
/*Mise à 0*/
/**********/
* {
	margin: 0px;
	padding: 0px;
}

/**********/
/*bandeaux*/
/**********/
#bd_rouge {
	width: 940px; /*939*/
	height: 14px;
	background-color: #e20025;
}
#bd_photo_1 {
	width: 940px;  /*939*/
	height: 153px;
	float:left;
}

#fond_graph_1 {
	width: 220px;
	height: 166px;
	background-image: url(/zp/templates/Eiffage_Generique/img/fondgraph1.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 26px;
}

/**********/
/*contenu*/
/**********/
#boite_gauche {
	width: 220px;
	float: left;
	margin: 20px 0px 40px 0px;
	padding: 0px 0px 0px 0px; /*nothing */
}
#boite_gauche div.image_gauche{
	float: left;
	display: block;
	height: auto;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
#boite_centre {
	width: 460px;
	float: left;
	margin: 20px 19px 40px 20px;  /*20px*/
	height: auto;
}
#boite_centre h1{
	font-size: 14px;
	font-weight: bold;
	color: #e1003a;
	text-transform: uppercase;
	margin-bottom: 18px;
}
#boite_centre h2{
	font-weight: bold;
	color: #e1003a;
	font-size: 14px;
}
#boite_centre p{
	margin-bottom: 18px;
	font-size: 12px;
	color: #000000;
}
#boite_centre strong{
	color: #000000;
	font-size: 12px;
}
/*#boite_centre table tr td{
	color: #000000;
}*/
#boite_centre div.lien img {
	vertical-align: middle;
	margin-right: 7px;
}
#boite_droite {
	width: 217px; /*220*/
	float: right;/*left*/
	display: block;
	overflow: hidden;
	margin: 20px 0px 40px 0px;  /*20px 0px 20px 0px;*/
	padding: 0px;                  /*0;*/
	text-align: right;
}
#boite_droite div.lien img {
	vertical-align: middle;
	margin-right: 7px;
	border: 0;
}
#boite_droite p.legende {
	font-size: 10px;
	color: #617481;
	margin-bottom: 20px; /*18*/
}
