ul#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	}
ul#menu li a {
	display: block;
	height: 30px;
	background: url(img/puce.png) no-repeat left top;
	padding-left: 30px;
	margin: 2px 0;
	border-bottom: 1px solid #7f717e;
	
	color: #7f717e;
	font: small-caps 0.8em/30px Georgia,serif;
	text-decoration: none;
}
ul#menu li a:hover {
	background-position: left bottom;
	color: #c30;
}

#menuDeroulant { 
background : #5f717e;
font-size: 0.7em ;
font-weight: bold ;
height : 22px;
list-style-type : none;
margin : 0;
padding : 0;
border : 0;
position : relative;
border-top: 1px solid #fff ;
border-bottom: 1px solid #fff ;
} 
#menuDeroulant li { 
float : left;
width : 100px;
margin : 0;
padding : 0;
border : 0;


} 
#menuDeroulant li a:link, #menuDeroulant li a:visited { 
text-align:center;
display : block;
height : 1%;
color : #fff;
background : #5f717e;

margin : 0;
padding : 4px 8px;
border-right : 1px solid #fff;
text-decoration : none;
border-right: 2px solid #fff ;
font-weight: bold ;
letter-spacing: 1px ;
} 
#menuDeroulant li a:hover { 
background-color : #ffcc00;
color:#000

} 
#menuDeroulant li a:active { 
background-color : #f00;
} 
#menuDeroulant .sousMenu { 


display : none;
list-style-type : none;
margin : 0;
padding : 0;
border : 0;
} 
#menuDeroulant .sousMenu li { 

float : none;
margin : 0;
padding : 0;
border : 0;
width : 150px;
border-bottom : 1px solid #5f717e;


} 
#menuDeroulant .sousMenu li a:link, #menuDeroulant .sousMenu li a:visited { 
text-align:left;
display : block;
color : #fff;
margin : 0;
border : 0;
text-decoration : none;
background : transparent url(img/fondTR85.png) repeat;
} 
#menuDeroulant .sousMenu li a:hover { 
background-image : none;
background-color : #ffcc00;
color : #000;
} 
#menuDeroulant li:hover > .sousMenu { 
display : block;
}
