/************************************* MENU DYNAMIQUE HORIZONTAL **********************************/

/* Calque contenant les liens affichés quand on survole le menu */
.popper {
	position : absolute;
	visibility : hidden;
	z-index : 3;
	font-size : 11px;
}

/* Tout le menu du haut */
.menu_haut {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	background-color: #FF9300;
	font-weight: bold;
	color: #0F020B;
	text-decoration: none;
}

/* Tout lien du menu du haut */
.menu_haut a {
	color : #FFFFFF;
	font-size : 11px;
	font-weight : bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.menu_haut a:hover {
	color : #CD3E04;
	font-size : 11px;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* Titre d'une rubrique du menu du haut */
.menu_haut_titre {
	font-size : 11px;
	text-align : center;
	font-family: Arial, Helvetica, sans-serif;
}

/* Titre d'une rubrique survolée du menu du haut */
.menu_haut_titre_survole {
	font-size : 11px;
	color : #4F84C5;
	text-align : center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* Lien rubrique */
.menu_haut_titre a {
	color : #FFFFFF;
	font-size : 11px;
	font-weight : bold;
}
.menu_haut_titre a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Titre d'une sous-rubrique du menu du haut */
.menu_haut_sstitre {
	padding : 5px;
	background-color: #CD3E04;
}

/* Titre d'une sous-rubrique survolée du menu du haut */
.menu_haut_sstitre_survole {
	padding : 5px;
	background-color: #CD3E04;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0F020B;
	text-decoration: none;
}

/* Lien sous-rubrique */
.menu_haut_sstitre a {
	width : 150px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0F020B;
}

/* Lien sous-rubrique survolé */
.menu_haut_sstitre_survole a {
	width : 150px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

/* Lien sous-rubrique survolé */
.menu_haut_sstitre_survole a:hover {
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
