/* ------------------------ */
/* Bloc  menu               */
/* ------------------------ */
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: relative;
width:237px;
list-style: none;
font-weight: none;	 
font-family:arial,sans-serif;
margin:0px 0px 0px 8px;
background-color:white;
}
#menu dt {
border-bottom: 1px solid white;
cursor: pointer;
font-weight:bold;	
}
#menu dd {
background: #b9a16f;
border:0px solid #4d1457;
padding:3px;
width:225px;
font-size: 0.8em;
} 
#menu dd a {  
border-bottom:1px dashed white;
color: #573d2f;
font-weight:none; 
display:block;
padding:2px 1px 0px 1px;
} 
#menu dd a:hover {color:white}	
#menu dd a.smenunoborder{border-bottom:none}
#menu a {
display: block;
padding: 7px 0 3px 34px;
height:20px;
line-height: 1.5em;
margin: 0;
color: white;
font-size: 1.1em;
text-decoration: none;
}  
#lien-premier-menu a {
background:url(../design/fond-menu-premier.jpg) no-repeat;
} 
#lien-premier-menu a:hover {
background:url(../design/fond-menu-premier-actif.jpg) no-repeat;
}
#lien-premier-menu-actif a {
background:url(../design/fond-menu-premier-actif.jpg) no-repeat;
} 	  	 
#lien-menu a {
background: url(../design/fond-men.jpg) no-repeat;
}
#lien-menu a:hover {
background: url(../design/fond-menu-actif.jpg) no-repeat;
}	
#lien-menu-actif a {
background: url(../design/fond-menu-actif.jpg) no-repeat;
}	
#lien-dernier-menu a {
padding-top:4px;
height:23px;	  
background:url(../design/fond-menu-dernier.jpg) no-repeat;
} 
#lien-dernier-menu a:hover {
background:url(../design/fond-menu-dernier-actif.jpg) no-repeat;
} 
#lien-dernier-menu-actif a {  
padding-top:4px;
height:23px;	
background:url(../design/fond-menu-dernier-actif.jpg) no-repeat;
}
@media print {
/*A l'impression on cache le menu, marche au moins pour IE, Moz et Opéra.*/
	#menu dd {
		display: none;
	}
}