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

/* Tout le menu arborescent */
.menu_arbre {
	color : #8F4620;
	font-size : 10px;
	font-weight : bold;
}

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

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

.menu_arbre_titre a:hover {
	color: Black;
	font-size : 10px;
	font-weight : bold;
}

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

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

.menu_arbre_sstitre a:hover {
	color: Black;
	font-size : 10px;
	font-weight : bold;
}