/************************************** MENU ARBORESCENT *************************************/

/* Tout le menu arborescent */
.menu_arbre {
	margin-bottom : 5px;
	padding-bottom : 2px;
	color : #000000;
	font-size : 11px;
	border-bottom : 1px #97BDDD solid;
}

/* 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;
}
.menu_arbre_titre a:hover {
	color : #4F84C5;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
}

/* Le titre au bout du menu arborescent */
.menu_arbre_sstitre {
	font-size : 11px;
	font-weight : bold;
}

/* Le lien au bout du menu arborescent */
.menu_arbre_sstitre a {
	font-size : 11px;
	font-weight : bold;
}
.menu_arbre_sstitre a:hover {
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
}
