/* CSS Document */

body { margin: 0px;
		background-color: #E9DDD3;
		background-image: url(../images/background.jpg);
		background-position:top;
		background-repeat: repeat-x;
		font-family: Verdana, Arial, Helvetica, sans-serif;
}

#contenu{
	width:1000px;
	height:605px;
	margin-left:auto;
	margin-right:auto;
}

#entete{
	height:225px;
}

#iframe{
	height:350px;
	width:1000px;
}

#separatrice{
	height:30px;
}
#pieddepage{
	height:55px;
	width:1000px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	/*background: #362f2d;*/
	
}


