#container {
	/*background:none repeat scroll 0 0 #7eb93e;*/
	padding:0px;
	position:relative;
	top:-14px;
	height:50px;
	-moz-border-radius: 5px; 
  	-webkit-border-radius: 5px; 
 	border-radius: 5px; 
}
ul.blockeasing {
     color:#000;
      /*float:left;*/
      /*font-size:11px;*/
      padding:0px;
     cursor : pointer; 
}
ul.blockeasing li{
	/*background:none repeat scroll 0 0 #7eb;#7eb93e;*/
	font-size:0.9em;
	background-image:url(../images/menu_color.jpg);
	display:block;
	float:left;
	list-style:none outside none;
	margin:0px;
	padding:5px 0px 0px 0px;
	text-align:center;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #333;
}
ul.blockeasing a, ul.blockeasing a:visited{
	color:#444;
	text-decoration:none;
}
ul.blockeasing #accueil{
	width:74px;
}
ul.blockeasing #vlsf_fr{
	width:154px;
}
ul.blockeasing #presentation{
	width:119px;
}
ul.blockeasing #cours_lsf{
	width:134px;
}
ul.blockeasing #form_lsf{
	width:219px;
}
ul.blockeasing #form_courtes{
	width:164px;
}
ul.blockeasing #contacts{
	width:80px;
	border-right-width: 0px;
}
ul.blockeasing li.main{
	/*color:#000000;*/
	height:20px;
	position:relative;
	font-weight: bold;
	text-transform:uppercase;
}
ul.blockeasing li ul.subnav{
	background-color:#D6D7D9;
	background-image: url(../images/fond_subnav.jpg);
	background-repeat: repeat-x;
	background-position: 0px -5px ;	
	border-bottom:3px solid #7eb93e;
	padding:10px 10px 0px 10px;
	margin-top: 4px;
	text-transform:none;
	position:absolute;
	height:0px;
	width:-100px;
	display:none;
	z-index:2500;
}
ul.blockeasing li ul li{
	font-size:1em;
	color:#222;
	border:none;
	border-bottom:1px solid #ccc;
	padding:7px 10px;
	float:left;
	width:189px;
	margin:0px;
	overflow:visible;
	background-image: url(../images/li_vert.jpg);
	background-repeat: repeat-x;
	background-position: 0px -80px;
}
ul.blockeasing li ul li:hover{
	background-image: url(../images/li_vert.jpg);
	background-repeat: repeat-x;
	background-position: 0px -30px;
}
