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

/* Tout le menu arborescent */
.menu_arbre {
	color : #364EA3;
	font-size : 11px;
}

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

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

.menu_arbre_titre a:hover {
	color : #364EA3;
	font-size : 11px;
	font-weight : bold;
	color: #FF420A;
}

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

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

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