#menu_left
{
	border-bottom-color:#0e65b8;
	border-left-color:#2693DC;
	border-right-color:#0e65b8;
	border-top-color:#2693DC;
	border-style:solid;
	border-bottom-width:2px;
	border-left-width:1px;
	border-right-width:2px;
	border-top-width:1px;
	clear:left;
	float:left;
	height:300px;
	padding-top:20px;
	width:160px;
	list-style-type:none;
	text-align:left;
}
#menu_left ul
{
	padding: 0px;
	margin-left: 16px;
	background-color:white;
	list-style: none;
	line-height: 16px;
}
#menu_left ul li ul
{
	display:none;
}
#menu_left a
{
	color:#EA7211;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	background-image: url(../images/sce/puceorange.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 28px;
	display:block;
}
#menu_left a.current
{
	color:blue;
}
#menu_left a:hover
{
	color:blue;
	background-color: white;
}
#menu_left a.main_menu:hover
{
}
#menu_left ul li
{
	margin-top: 15px;
}
#menu_left ul li a.current
{
	background-image: url(../images/sce/pucebleue.gif);
}
#menu_left ul li.current ul a
#menu_left ul li.current ul ul
div#menu_left ul li.current ul ul
{
	display: none;
}
div#menu_left ul ul li:hover ul
{
	display: block;
}
