body {
	margin: 0px 0px 0px 3px;
	/*background-color: #E3D8CF;*/
	background-color: #000;
	background-image:  url(css/motif_fond.gif);
	font-size: 100%;
}

#conteneur{	
	width:995px;
	height:584px;
	margin: 0px;
	padding:0px;
	border: 1px solid #EAE1D8;
	background-color: #E3D8CF;
}
#chapeau{
	width:995px;
	height:149px;
	/*border: 1px solid red;*/
	background-image:  url(css/haut.jpg);
	background-repeat: no-repeat;
	margin:0px;
	padding:0px;
	background-position: 0px 0px;
}
#logo{
	float:left;
	left:0px;
	width:240px;
	height:149px;
	/*border: 1px solid black;*/
	clear: none;
}
#corps {
	position:absolute;
	top:149px;
	margin: 0px;
	padding:0px;
	width:995px;
	height:374px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
	/*border: 1px solid red;*/
}
#cadre_blanc{
	width:925px;
	height:374px;
	/*border: 1px solid blue;*/
	margin-right: 35px;
	margin-left: 35px;
}
#pied{
	position:absolute;
	top:523px;
	width:995px;
	height:62px;
	margin: 0px;
	padding:0px;
	/*border: 1px solid green;
	background-image:  url(css/bas.jpg);*/
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#menu_pied{
	padding-top:3px;
	text-align: center;
}
