/************************************** 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 : normal;
}

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

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

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

