#top_nav{
	width: 100%;
	height: 37px;
	text-align: center;
	background: #4d5d6d url('../images/sce/templates/bg_menu.jpg') repeat-x;
}
#top_nav .menu{
	margin-left: 10px;
	/*
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	*/
}

/*#menu
{
width: 100%;
float: left;
background: #3366CC;
}
*/

#menu ul
{
list-style: none;
margin: 0;
padding: 0;
}

#menu ul li
{
float: left;
background: white url('../images/sce/templates/bg_menu_li.jpg') repeat-x;
padding-left: 2px;
}
#menu ul #menu0{
	background: none;
	padding-left: 0;
}

#menu ul li ul li
{
float: none;
padding-right: 0;
}

#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: 11px Arial;
display: block;
color: #ffffff;
text-decoration: none;
/*background: #3366cc;*/
text-align: left;
}

#menu ul li ul li a {
}

#menu a.main_menu
{
font: 12px Arial;
color: #ffffff;
text-align: left;
/*font-weight: bold;*/
height: 15px;
padding: 10px;
padding-top: 11px;
padding-bottom: 8px;
background: #4d5d6d url('../images/sce/templates/bg_menu.jpg') repeat-x;
text-transform: uppercase;
}

#menu a.main_current
{
color: #06578e;
/*color: #3366cc;*/
/*background: #FFFFFF;*/
}

#menu a.current
{
color: black;
/*color: #3366cc;
background: #FFFFFF;*/
}

#menu a:hover
{
/*color: #3366cc;
background: #ffffff;*/
color: #06578e;
cursor: pointer;
}

#menu a.main_menu:hover {
/*color: #3366cc;
background: #ffffff;*/
color: #06578e;
cursor: pointer;
}

/* Extenstion fond gris du menu gauche  */
#mainContent{
	background: url('../images/sce/templates/default/bg_menuleft_extender.jpg') 20px 0px repeat-y;
	/* Pour avoir la meme hauteur que la colonne de droite */
	min-height: 630px;
}
#leftCol{
	background: white;
}
/* Fin extension */
#left_menu {
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	/*margin-left: 3px;*/
	/*margin-top: 10px;*/
	background: #7b8d9b url('../images/sce/templates/default/bg_menuleft.jpg') repeat-x;
	height: 513px;
	min-height: 513px;
	height: auto;
}
#left_menu a, #left_menu a:visited, #left_menu a:hover{
	color: white;
	text-decoration: none;
}
#left_menu a.current, #left_menu a:hover{
	color: #5ba9e7;
}
#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{
	/*padding: 0;
	margin: 0;
	text-indent: 0;*/
}
#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;*/
}
#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 li>ul{
	display: none;
}
#left_menu li.current>ul{
	display: block;
}
#left_menu ul{
	/*width: 180px;*/
	/*margin:0;
	margin-left: 8px;
	padding: 0;
	text-indent: 0;*/
	/*padding: 0;*/
	display: block;
	margin:12px;
	margin-bottom: 0;
	margin-right: 0;
	padding: 0;
	/*margin-top: 12px;*/
}
#left_menu ul ul{
	margin-bottom: 12px;
}
#left_menu{
	padding-top: 1px;
}
#left_menu li{
	/*width: 180px;*/
	/*margin:0;
	margin-left: 8px;
	padding: 0;*/
	/*display: block;*/
	padding:12px;
	padding-right: 0;
	padding-bottom: 6px;
	list-style-type: none;
}

#left_menu li li{
	/*margin : 12px;
	margin-right: 0;*/
	padding: 6px;
	padding-right: 0;
}

#left_menu li.current{
	background: #176caf;
}
#left_menu li.current li.current{
	/*background: grey;*/
	background: #808080;
}
/*#left_menu>ul>li.current{
	background: url('../images/sce/templates/default/bg_menuleft_ul1_top.gif') no-repeat;
}
#left_menu>ul>li.current>ul>li{
	background-color: #176caf;
}
#left_menu>ul>li.current>ul>li:last-item{
	background: transparent url('../images/sce/templates/default/bg_menuleft_ul1_botto.gif') no-repeat;
}*/