body {
     margin: 0px;
     text-align: center;
     background-color:#271521;
}
#bodycenter {
	background-image:url(../img/fond.jpg);
	background-repeat: repeat-x;
	height : 775px;
}
#header{
	 position:relative;
     margin-left: auto;
     margin-right: auto;
	 width:100%;
	 background-color : #7c0742;
	 height:4%;
}
#page_principale{
	 float:right;
	 position:relative;
	 left:0px;
	 height:775px;
	 width:1002px;
	background-image:url(../img/fond_acceuil.jpg);
	background-repeat: no-repeat ;
}

#footer{
	color:#aa8f7b;
	 position:relative;
	 width: 100%;
	 height:10px;
	 clear:both;
	 font-size:10px;
	}
