/* bloc de navigation 1 --> arborescence du site */

.titre_cartouche {
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	text-align: left;
	overflow: hidden;
}

.table-menu {
	width: 160px;
	background-color: #65d863;
	padding: 5px;
	border: 1px solid #2caa2c;
	text-align: left;
}

.table-droite {
	background-color: #ffffff;
	padding: 5px;
	border: solid;
	border-width: 1px;
	border-color: #2caa2c;
	text-align: left;
}

.table-centre {
	background-color: #ffffff;
	padding: 5px;
	border: solid;
	border-width: 1px;
	border-color: #2caa2c;
	text-align: left;
}

/* Rubriques */

a.lien-menu-autre {
	/*lien "normal" vers les rubriques de l'arborescence*/
	font-size: 14px;
	color: #000000;
	font-weight: none;
}

a.lien-menu-autre:hover {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}

a.lien-menu-courant {
	/*lien "surligné" vers les rubriques courantesde l'arborescence*/
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

a.lien-menu-courant:hover {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}

/* sous-rubriques */

a.lien-menu-autre-sr {
	/*lien "normal" vers les rubriques de l'arborescence*/
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

a.lien-menu-autre-sr:hover {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

a.lien-menu-courant-sr {
	/*lien "surligné" vers les rubriques courantesde l'arborescence*/
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

a.lien-menu-courant-sr:hover {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

/* rubriques pros */

a.lien-menu-autre-pro {
	/*lien "normal" vers les rubriques de l'arborescence*/
	font-size: 14px;
	color: #ff0000;
	font-weight: none;
}

a.lien-menu-autre-pro:hover {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}

a.lien-menu-courant-pro {
	/*lien "surligné" vers les rubriques courantesde l'arborescence*/
	font-size: 14px;
	color: #ff0000;
	font-weight: bold;
}

a.lien-menu-courant-pro:hover {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}

a.lien-menu-autre-sr-pro {
	/*lien "normal" vers les rubriques de l'arborescence*/
	font-size: 11px;
	color: #ff0000;
	font-weight: normal;
}

a.lien-menu-autre-sr-pro:hover {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

a.lien-menu-courant-sr-pro {
	/*lien "surligné" vers les rubriques courantesde l'arborescence*/
	font-size: 11px;
	color: #ff0000;
	font-weight: bold;
}

a.lien-menu-courant-sr-pro:hover {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

/* liste */

ul {
	padding-left:0px;
	margin:0px;
	line-height: 95%;
}

li {
	margin: 0em 0em -0.5em 0em;
	padding: 5px;
	font-size: 85%;
	list-style-type: disc;
	list-style-position: inside;
}
