/* CSS Document */

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


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

.menu a {
	margin: 20 0 0 0px;
	width: 118px;
	height: 40px;
	display: block;
	text-align: center;
	padding-top: 2px;
	text-decoration: none;
	color: #8D8060;
	background: #F0EAD0;
	font-weight: bold;
	left: 0px;
	vertical-align: middle;
     }
	 
.menu a:hover {
	 color: #444444;
	 background: #F8F4E7;
     }
	 
.logo{
	position: absolute;
	margin : 0 6px;
	top: 0px;
}

.ligneHaut{
	width: 118px;
	height: 40px;
	border-right: 1px solid #F0EAD0;
	margin: 0 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.alignV{ 
padding-top: 10px;
top: 0px;
margin: 0px;
}