/*** Entete ***/
#entete {
	height:152px;
}
#entete .logotop {
	/*width:257px;
	float:left;*/
	float:none;
	display:none;
}
#entete .header {
	/*width:505px;
	float:left;*/
	float:none;
}
#entete .header h1 {
	padding:0px;
	margin:0px;
	display:block;
}

/*** Corp ***/

#corp {
	clear:both;
}
#colgauche {
	/*width:257px;
	float:left;*/
	display:none;
}
#colgauche .logobas {
	
}
#colgauche .menu {
	/*background-image:url(../images/layout/bg-menu.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	height:345px;*/
}
#colgauche .menu table.table-menu {
	/*margin:0px 0px 0px 21px;*/
}
#colgauche .menu table.table-menu a img {
	border:none;
}
#contenu {
	/*width:505px;
	float:left;*/
	padding:0px 0px 20px 16px;
	float:none;
}

/*** Pied ***/
#pied {
	clear:both;
	font-size:17px;
	font-weight:900;
	color:#a31012;
	font-style:italic;
	padding:0px 0px 12px 16px;
	background-image:url(../images/layout/ligne-bas.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	width:670px;
}


