/*************************************** MENUS HAUT ******************************************/
/* Tout le menu du haut */
.menu_haut{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 842px;
	height: 57px;
	background: url("../images/interface/signoo_menu_haut.gif") no-repeat;
	vertical-align:top;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
/*	font-weight: bold;*/
	font-variant: small-caps;
}

.menu_haut a{
    color: white;
	text-decoration: none;
}

.menu_haut a:hover{
    color: black;
	text-decoration: none;
}

.menu_haut_titre a{
	color: white;
	text-decoration: none;
}

.menu_haut_titre a:hover{
	color: black;
	text-decoration: none;
}

.menu_haut_titre_actif a{
	color: black;
	text-decoration: none;
}

.menu_haut_titre_actif a:hover{
	color: white;
	text-decoration: none;
}
