/* SISTE menu déroulant */

#colonne_gauche {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 155px;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 15px;
	font-weight: bold;
}
#colonne_gauche ul {
	margin: 0px;
	padding: 0px;
}
#colonne_gauche li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F6F3EA;
	text-align: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#colonne_gauche li a {
	text-decoration: none;
	display: block;
	width: 145px;
	padding-top: 7px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#colonne_gauche li a:hover { text-decoration: none; }
#colonne_gauche li li a {
	font-size: 10px;
	background-image: none;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #333333;
	font-weight: normal;
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#colonne_gauche li li a:hover { color: #FFFFFF; }
#colonne_gauche ul ul {
	position: absolute;
	top: -1px;
	left: 155px;
	display:none;
	width:180px;
	border: 1px solid #B3A08C;
	}
#colonne_gauche ul ul ul { left: 250px; 	}
#colonne_gauche .niveau2 li a, #colonne_gauche .niveau3 li a { width:170px; }
#colonne_gauche li.sousmenu:hover ul.niveau2, #colonne_gauche ul.niveau2 li.sousmenu:hover ul.niveau3 {display:block;}

.gros { font-size: 15px; }

.orange, .orange_niv2:hover   { background-color: #FE7011; }
.orange:hover { background-color: #E85C00; }
.orange_niv2 { background-color: #FFE2CD; }

.bleu, .bleu_niv2:hover { background-color: #00A6CC; }
.bleu:hover { background-color: #0087A7; }
.bleu_niv2 { background-color: #D6E8E6; }

.vert, .vert_niv2:hover { background-color: #70B321; }
.vert:hover { background-color: #539900; }
.vert_niv2 { background-color: #E3F0D2; }

.rouge { background-color: #BC2523; }
.rouge:hover { background-color: #9A0000; }

.jaune, .jaune_niv2:hover { background-color: #FFAF00; }
.jaune:hover { background-color: #E89100; }
.jaune_niv2 { background-color: #FBEBCD; }

.violet { background-color: #803474; }
.violet:hover { background-color: #661E5C; }

.gris {
	background-color: #5D838A;
	margin-top: 10px;
	margin-bottom: 10px;
}
.gris:hover { background-color: #436166; }

.turquoise, .turquoise_niv2:hover { background-color: #208C55; }
.turquoise:hover { background-color: #11733F; }
.turquoise_niv2 { background-color: #CAEAD6; }

