#menu
{
/*width: 100%;*/
float: left;
/*background: white url('../images/sce/template/fond_menu_haut.jpg') repeat-x bottom left;*/
}

#menu ul
{
list-style: none;
margin: 0;
padding: 0;
}

#menu ul li
{
float: left;
}

#menu ul li ul li
{
float: none;
}

#menu ul ul
{
display: none;
}

#menu ul li:hover > ul
{
display: block;
}
#menu li
{
position: relative;
}

#menu ul li ul
{
width: 150px;
}

#menu ul ul
{
position: absolute;
z-index: 500;
}

#menu ul ul ul
{
top: 0;
left: 100%;
}

#menu a
{
/*height: 1%;*/
font: 9px Verdana;
display: block;
color: #ffffff;
text-decoration: none;
/*background: #3366cc;*/
text-align: left;
}

#menu ul li ul li a {
}

#menu a.main_menu
{
font: 9px Verdana;
color: #ffffff;
text-align: left;
/*background: #3366CC;*/
/*padding-left: 3px;
padding-top: 2px;
padding-right: 3px;
padding-bottom: 2px;*/
}

#menu a.main_current
{
color: #3366cc;
background: #FFFFFF;
}

#menu a.current
{
color: #3366cc;
background: #FFFFFF;
}

#menu a:hover
{
color: #3366cc;
background: #ffffff;
cursor: pointer;
}

#menu a.main_menu:hover {
color: #3366cc;
background: #ffffff;
cursor: pointer;
}

#left_menu {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	/*margin-left: 3px;*/
	margin-top: 10px;
}
#left_menu a, #left_menu a:visited, #left_menu a:hover{
	color: #606060;
	text-decoration: none;
}
#left_menu a.current, #left_menu a:hover{
	color: #d00010;
}
#left_menu>ul>li.current>ul {
	padding-bottom: 7px;
	background: white url('../images/sce/template/fond-haut-sous-menu.jpg') bottom left no-repeat;
}
/*#left_menu li ul{
	padding-bottom: 0;
	background: inherit;
}*/
#left_menu li, #left_menu a{
	display: block;
}
#left_menu li a{
	background: white url('../images/sce/template/fond-bt.jpg') no-repeat;
}
#left_menu li li a{
	background: white url('../images/sce/template/fond-sous-menu-bt.jpg') no-repeat;
	font-size: 11px;
}
#left_menu li li li a{
	background: white url('../images/sce/template/fond-sous-menu-2.jpg') no-repeat;
}
#left_menu li a.current{
	background: white url('../images/sce/template/fond-bt-over.jpg') no-repeat;
}
#left_menu li li a.current{
	background: white url('../images/sce/template/fond-sous-menu-bt-over.jpg') no-repeat;
}
#left_menu li li li a.current{
	background: white url('../images/sce/template/fond-sous-menu-2.jpg') no-repeat;
}
#left_menu li a{
	height: 25px;
	padding-top: 8px;
	padding-left: 14px;
}
#left_menu li li a{
	height: 18px;
	padding-top: 0px;
}
#left_menu li li li a{
	padding-left: 24px;
}
#left_menu ul{
	width: 180px;
	margin:0;
	padding: 0;
	text-indent: 0;
}
#left_menu li>ul>li{
	display: none;
}
#left_menu li.current>ul>li{
	display: block;
}
	
