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

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

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

/* Tout lien du menu arborescent */
.menu_arbre_titre a {
	color : #000000;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
}
.menu_arbre_titre a:hover {
	color : #B40258;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
}

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

/* Le lien au bout du menu arborescent */
.menu_arbre_sstitre a {
	color : #B40258;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
}
.menu_arbre_sstitre a:hover {
	color : #000000;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
}
