/* CSS Document */

body {
	font: 15px Arial, Helvetica, sans-serif;
	background-color: #171718;
	margin: 0px;
	padding: 0px;
}


ul {
	list-style-type: none;
	width: 100%;
	height: 27px;
	background-color: #444444;
	margin: 0 0px;
	border-top: 1px solid #F0EAD0;
	border-bottom: 1px solid #F0EAD0;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

li { float: right;} /* on aligne les listes sur la gauche */

.menu a {
	margin: 0px;
	width: 120px;
	height: 25px;
	float: left;
	display: block;
	text-align: center;
	padding-top: 4px;
	text-decoration: none;
	color: #F0EAD0;
	background: #444444;
	border-right: 1px none #F0EAD0;
	border-left: 1px solid #F0EAD0;
	font-weight: bold;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
     }
	 
.menu a:hover {
     background: #999999;
	 color: #ffffff;
     }
	 
.logo{
	position: absolute;
	margin : 6 0px 0 6px;
	top: 0px;
}

hr{
	width: 100%;
	height: 1px;
	color: #F0EAD0;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border-top: 1px solid #F0EAD0;
}