/* CSS Document */

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

#contenu{
	width:980px;
	height:700px;
	margin-left:auto;
	margin-right:auto;
}

#menu{
	width:300px;
	height:650px;
	display:block;
	float:left;
}

#int_page{
	width:680px;
	height:650px;
	display:block;
	float: right;
}

#pieddepage{
	height:50px;
	width:980px;
	margin-left:auto;
	margin-right:auto;	
	clear:both;
}
