body
{
	margin: 0 auto ;
	padding: 0 ;
	text-align: center ;
	font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
	background: #ddeeaa ;
}

div#conteneur
{
	width: 1020px ;
	margin: 10px auto;
	text-align: left ;
	border: 2px solid #f8a82e ;
	background: #ffffff ;
}

h1#header
{
	height: 150px ;
	background: url(ban.jpg) ;
	margin: 0 ;
}

.menu
{
	height: 25px ;
	margin: 0 ;
	padding: 0 ;
	background: #f4a82e repeat-x ;
	list-style-type: none ;
}

.menu li
{
	float: left ;
	text-align: center ;
}
.menu li a
{
	width: 143px ;
	line-height: 25px ;
	font-size: 1.2em ;
	font-weight: bold ;
	letter-spacing: 2px ;
	color: #fff ;
	display: block ;
	text-decoration: none ;
	border-right: 2px solid #aabb43;
}
.menu li a:hover
{
	background: #af4f5a repeat-x 0 0 ;
}
