/* OSCARS v2 colonne gauche */

#colonnegauche {
	width: 170px;
	position: absolute;
	left: 0px;
	top: 80px;
	text-align: center;
	font-size: 10px;
	list-style-type: none;
	color: #FFFFFF;
}
#colonnegauche ul   {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
}
#colonnegauche    li {
	text-align: left;
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#colonnegauche .menu_ouverture  {
	background-image: url(../images/interface/ouverture_menu.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	border-bottom-style: none;
	padding-left: 16px;
	font-size: 17px;
	text-transform: none;
	font-weight: normal;
	padding-bottom: 5px;
	padding-top: 10px;
}
#colonnegauche  a  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.menu_neutre a:link ,.menu_neutre a:visited  {
	color: #7AE2B7;
	border-bottom-color: #017044;
	padding-top: 10px;
}

.sousMenu a, .sousMenu a:visited {
	color: #2D996E;
	border-bottom-color: #9FE3C7;
}

.sousMenu a:hover { color: #005031; }
#colonnegauche       a:hover    { text-decoration: none; }
#colonnegauche li a:link, #colonnegauche li a:visited {
	display:block;
	padding-bottom: 2px;
	padding-left: 16px;
}
.menu_neutre     a:hover  {
	text-decoration: none;
	background-color: #0B6C48;
	color: #FFFFFF;
}
.basic:hover, .menu_inpes:hover, .menu_rechercher:hover , .menu_direccte:hover{
	background-color: #B8E6CA;
	color: #00331F;
}
.menu_rechercher  {
	background-image: url(../images/menus/rechercher.png);
	background-repeat: no-repeat;
	background-position: 80px bottom;
	padding-top: 15px;
	padding-left: 16px;
}
.menu_inpes     {
	background-image: url(../images/menus/inpes.gif);
	background-repeat: no-repeat;
	background-position: center 10px;
	padding-top: 38px;
	padding-left: 16px;
}

.menu_direccte {
	background-image: url(../images/menus/direccte.gif);
	background-repeat: no-repeat;
	background-position: center 8px;
	padding-top: 50px;
	padding-left: 16px;
}

.basic { padding-top: 10px; }

.menu_niveau2 {
	padding-top: 5px;
	padding-left: 35px;
	font-size: 10px;
	background-image: url(../images/icones/puce_menu_gauche.gif);
	background-repeat: no-repeat;
	background-position: 24px 8px;
}
.sousMenu {
	background-color: #E4F6EB;
	background-image: url(../images/interface/fermeture_menu.gif);
	background-position: 0px bottom;
	padding-bottom: 20px;
	background-repeat: no-repeat;
	margin-top: 0px;
}

.sousMenu li {
	border-bottom-color: #81E3BB;
	font-size: 10px;
}

.sousMenu span { visibility: hidden; }

