/*************************************** MENUS HAUT ******************************************/

/* Tout le menu du haut */
.menu_haut {
	text-align: center;
	font-size : 11px;
	font-weight : bold;
	color : #FFFFFF;
}

/* Titre d'une rubrique du menu du haut */
.menu_haut_titre {
	margin-right: 2px;
	padding: 2px;
	text-align: center;
	color : #FFFFFF;
	font-weight : bold;
}

/* Tout lien du menu du haut */
.menu_haut_titre a {
	color : #FFFFFF;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
}

.menu_haut_titre a:hover {
	color : #FDCE80;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
}
