@charset "utf-8";
/* CSS Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration:none;
	text-align:justify;
}
a{
	text-decoration:none;
	color: #602100;
}
a:hover{
	color:#f0da87;
}
h1{
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FFCC33;
}
hr{
color: #331200;
}
img{
border:0px;
}
#menu-haut ul{
	list-style-type: none;
	display:inline;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	color: #331200;
}
#menu-haut ul li{
	list-style-type: none;
	display:inline;
	margin-left:10px;
	margin-right:10px;
	font-weight: bold;
	
}
#menu-haut ul li a{
	text-decoration:none;
	color: #602100;
}
#menu-haut ul li a:hover{
	color:#9b6e07;
}
