/* CSS Document */

*{
margin:0;
padding:0;
}

.clear{
clear:both;
height:1px;
}

body{
background:url(../_img/general/fond_body.jpg) top left repeat-x;
background-color:#3f3d38;
}

#page{
	margin-left: auto;
    margin-right: auto;
	width:836px;
}

#header{
	margin-left: auto;
    margin-right: auto;
	width:836px;
	height:203px;
}

#logo{
	display:block;
	margin-left:334px;
	padding-top:57px;	
	width:152px;
	height:103px;
}

#menu{
	width:650px;
	height:10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 114px;
}

#contenu{
	width:832px;
	height:393px;
	border:2px solid #524c4a;
	overflow:hidden;
}

#footer{
	width:836px;
	height:20px;
	padding-top:5px;
	text-align:right;
}

#footer a{
	height:20px;
	padding-right:11px;
	text-align:right;
}