
#menu {
position:absolute;
z-index:4;
left:80px;
top:150px;
margin:0px;
color:#D6D6D6;
/* padding-left : 10px; */

}


#menu span,  #menu span a {
  font-family: Verdana,, Bitstream Vera Sans, sans-serif;
  font-weight:light;
  font-size:12px;
  color:#D6D6D6;
  margin:2px;
  text-decoration: none;
}
#menu span a:hover {
 color:#F8E10C;
 text-decoration: underline;
}
/*#menu span
{
display:block;
list-style-type: none;
list-style-image: url(../images/menu_fleche.png);
margin-left:10px;
line-height:23px;
border: 1px solid #B9B9B9 ;
background-color:#F7F7F8;
}*/

.menulayer {
position:absolute;
display:none;
text-align:left;
z-index: 60;
width:150px;
padding:0px;
background:transparent;
border-bottom: 1px solid #fff;

}

.nav, .nav dl, .menulayer dl {
	margin: 0;
	padding: 0;
  font-family: Verdana,, Bitstream Vera Sans, sans-serif;
  font-weight:light;
  font-size:12px;
  color:#7480A7;

	}
.nav{
  display:none;
	margin-bottom: 1em;
 }	 
.nav dd, .menulayer dd {
	padding: 0;
	margin: 0;
  font-family: Verdana, Bitstream Vera Sans, sans-serif;
  font-weight:normal;
  font-size:12px;
  color:#7480A7;
  border: 1px solid #fff;
  border-bottom:none;
 
}


.nav dd a, .menulayer dd a{
	display: block;
	padding: 2px 6px; 
	text-decoration: none;
	background:black;
  font-family: Verdana, Bitstream Vera Sans, sans-serif;
  font-weight:normal;
  font-size:12px;
  color:#D6D6D6;
 
}
.menuItem {
font-family: Verdana, Bitstream Vera Sans, sans-serif;
  font-weight:normal;
  font-size:12px;
  color:#E2E0CA;
}
 .menulayer dd a:link,.menulayer dd a:visited {
	font-family: Verdana, Bitstream Vera Sans, sans-serif;
  font-weight:normal;
  font-size:12px;
  color:#E2E0CA;
}
 .nav dd a:hover, .menulayer dd a:hover {
  text-decoration: none;
	background:#6E7168;
  color:#F8E10C;
}
 .nav dd a:active, .menulayer dd a:active {
	
    background: #FDF6D3;
   	color: #FD6030;  
}

