/* ----------------------------------   eric : mise en forme des liens hypertexte du menu horizontal ---------------------------------- */

.menuh {
	clear: both;
	font-size: 14px;
	margin-top: 20px;
	margin-left: 390px;
	padding-bottom: 4px;
	font-weight: bold;
}

.menuh a {
	background: url(../images/bouton_menuh.png) no-repeat right bottom;
	color: #990000;
	display: table-cell;
	margin-right: 0px !important;
	margin-left: 0px !important;
	margin-right: 6px;
	margin-left: 6px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 25px;
	width: 90px !important;
	width: 100px;
	text-align: right;
}

.menuh a:hover {
	background: url(../images/bouton_menuh_hover.png) no-repeat right bottom;
	color: #666666;
}
