/***** menu CSS *****/

.BarreMenu {
	display: block;
	height: 15px;
}

.MenuHaut {
	background-color: #018001;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	padding: 4px;
}
.MenuHaut a {
	display: inline;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 6px;
	padding: 4px;
}
.MenuHaut a:hover {
	color: #018001;
	text-decoration: none;
	background-color: #FFFFFF;
}
