.menu_haut {
	padding: 0 0 0 32px;
	margin-top: 0;
	list-style: none;
	height: 35px;
	background: url(../img/menu_haut/background.jpg);
	position: relative;
	margin-left: 0px;
}

.menu_haut li {
	float: left;
}

.menu_haut li a {
	display: block;
	float: left;
	height: 35px;
	line-height: 35px;
	color: #aaa;
	text-decoration: none;
	font-size: 13px;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 0 0 0 8px;
	cursor: pointer;
	text-align: center;
	color: white;
}

.menu_haut li a b {
	float: left;
	display: block;
	padding: 0 16px 0 8px;
}

.menu_haut li.current a {
	color: #fff;
	background: url(../img/menu_haut/current.jpg);
}

.menu_haut li.current a b {
}

.menu_haut li a:hover {
	color: #fff;
	background: url(../img/menu_haut/over.jpg);
}

.menu_haut li.current a:hover {
	color:rgb(202,181,93);
	background: #000 url(../img/menu_haut/current.jpg);
	cursor: default;
}

.menu_haut li.current a:hover b {
}