/************************************** MENU ARBORESCENT *************************************/

/* Tout le menu arborescent */
.menu_arbre {
	color : #FFFFFF;
	font-size : 11px;
	background-color:#00
		
}

/* Tout titre du menu arborescent */
.menu_arbre_titre {
	color : #FFFFFF;
	font-size : 11px;
	font-weight : bold;
}

/* Tout lien du menu arborescent */
.menu_arbre_titre a {
	color : #FFFFFF;
	font-size : 11px;
	font-weight : bold;
}

.menu_arbre_titre a:hover {
	color : #078f50;
	font-size : 11px;
	font-weight : bold;
	color: #ffd403;
}

/* Le titre au bout du menu arborescent */
.menu_arbre_sstitre {
	font-size : 11px;
	font-weight : bold;
	color: white;
}

/* Le lien au bout du menu arborescent */
.menu_arbre_sstitre a {
	font-size : 11px;
	font-weight : bold;
	color: white;
}

.menu_arbre_sstitre a:hover {
	font-size : 11px;
	font-weight : bold;
	color: #ffd403;
}