@charset "utf-8";
/* CSS Document */
body{
	background-color:#EBD2A0;
	color: #331200;
}
a{
	text-decoration:none;
	color: #602100;
}
a:hover{
	color:#9b6e07;
}
a:active{
	color:#9b6e07;
}
#wrapper{
	position:absolute;
	width:955px;
	margin-left:-477.5px;
	top:0px;
	left:50%; 
}
#bandeau{
	float:left;
	width:955px;
	height:400px;
	background-image:url(../images/bandeau.jpg);
}
#menu-haut{
	position:relative;
	width:500px;
	height:30px;
	background-image:url(../images/menu-haut.gif);
	background-repeat:no-repeat;
	left:330px;
	top:75px;
	}
#content{
	float:left;
	width:955px;
	height:760px;
	padding-top:10px;
	background-image:url(../images/spacer-content.jpg);
	background-repeat:repeat-y;
}
#column-left{
	float:left;
	width:200px;
	height:700px;
	left:0px;
}
#column-right{
	float:left;
	width:710px;
	height:700px;
	left:201px;
}
#column-right a{
	color:#331200;
	text-decoration:none;
	font-weight: bold;	
}
#footer{
	float:left;
	width:955px;
	height:200px;
	background-image:url(../images/footer.jpg);
}
#footer p {
	padding-top:100px;
	text-align:center;
	font-weight:bold;
}
#compteur{
position:absolute;
bottom:0px;
right:80px;
}