#menu_gauche 
{
	color: #fff;
	width: 200px;
	font-size: 0.9em;
	font-family: Verdana, Geneva, sans-serif;
	margin:0;
	padding-left:10px;
}

#menu_gauche li
{
	list-style-image: none;
	list-style-type: none;
}

#menu_gauche a, #menu_gauche span 
{
	height:25px;
	color:#999999;
	font-weight:bold;
	display: block;
	padding-top:7px;
	padding-left : 35px;
	padding-bottom : 7px;
	text-decoration: none;
	background: url(menu-item.png) left bottom no-repeat;
}
#menu_gauche .toggleSubMenu a, #menu_gauche .toggleSubMenu span 
{
	background-image: url(menu-item-deroule.png);
}
#menu_gauche .open a, #menu_gauche .open span 
{
	background-image: url(menu-item-enroule.png);
}
#menu_gauche a:hover
{
	background-image: url(menu-item-noir.png);
}
#menu_gauche .subMenu 
{
	background: #e7e7e7 url(subMenu.png) 0 0 repeat-x;
	font-size: .9em;
	margin: 0;
	padding: 0;
}
#menu_gauche ul.subMenu a 
{
	height:15px;
	background: none;
	margin: auto;
}
#menu_gauche #en-cours a
{
	background-image: url(menu-item-active.png);
	color: #79CC41 ;
}