#lesMenus { 
	width:220px; 
	float: right; 
	margin:auto;
}

.menu {
	width: 200px;
	margin: 0 7px 0 7px;
	margin-bottom:20px;
}
	
.menu ul {
	list-style: none;
	margin-bottom: 0px;
	padding: 0;
}
	
.menu li a {
	font-size:14px;
  	height: 28px;	
	color:#000;
  	voice-family: inherit;
	text-decoration: none;
	}	
	
.menu li a:link, .menu li a:visited {
	display: block;
	background: url(../Images/menu.gif);
	padding: 8px 0 0 30px;
}
	
.menu li a:hover, .menu li a:active {
	background: url(../Images/menu.gif) 0 -32px;
	padding: 8px 0 0 30px;
}


.menuheader { 
	background: url(../Images/fond_menu.JPG) no-repeat; 
	height:32px;
	border-bottom: 4px double #555;
}

.menuheader2 { 
	background: url(../Images/test.GIF) no-repeat; 
	height:32px;
	border-bottom: 4px double #555;
}

.menu h3{ 
	font-weight:bold;
	font-size: 22px; 
	letter-spacing:3px;
	font-variant:small-caps;
	font-family: "Agency FB", Verdana, sans-serif;
	text-align: center; 
	margin-top:5px;
}
