#menu{
width:100%;
height:66px;
background:url('../img/interface/menu/background.jpg');
}

#menu ul{
width:965px;
margin:0 auto;
}

#menu ul li{
list-style:none;
display:inline;
}

#menu ul li a{
border:0px;
display:block;
height:66px;
position:absolute;
}

#menu_FR_accueil{		background:url('../img/interface/menu/fr/accueil.jpg') left top no-repeat;			width:112px;}
#menu_FR_galerie{		background:url('../img/interface/menu/fr/galerie.jpg') left top no-repeat;			width:108px;	margin-left:112px;}
#menu_FR_services{		background:url('../img/interface/menu/fr/services.jpg') left top no-repeat;			width:116px;	margin-left:220px;}
#menu_FR_plan_acces{	background:url('../img/interface/menu/fr/plan-d-acces.jpg') left top no-repeat;		width:153px;	margin-left:336px;}
#menu_FR_partenaires{	background:url('../img/interface/menu/fr/les-partenaires.jpg') left top no-repeat;	width:183px;	margin-left:489px;}
#menu_FR_club_annee{	background:url('../img/interface/menu/fr/club-de-l-annee.jpg') left top no-repeat;	width:186px;	margin-left:672px;}
#menu_FR_aco{			background:url('../img/interface/menu/fr/aco.jpg') left top no-repeat;				width:107px;	margin-left:858px;}


#menu_UK_accueil{		background:url('../img/interface/menu/uk/accueil.jpg') left top no-repeat;			width:140px;	margin-left:6px;}
#menu_UK_galerie{		background:url('../img/interface/menu/uk/galerie.jpg') left top no-repeat;			width:115px;	margin-left:146px;}
#menu_UK_services{		background:url('../img/interface/menu/uk/services.jpg') left top no-repeat;			width:122px;	margin-left:261px;}
#menu_UK_plan_acces{	background:url('../img/interface/menu/uk/plan-d-acces.jpg') left top no-repeat;		width:155px;	margin-left:383px;}
#menu_UK_partenaires{	background:url('../img/interface/menu/uk/les-partenaires.jpg') left top no-repeat;	width:128px;	margin-left:538px;}
#menu_UK_club_annee{	background:url('../img/interface/menu/uk/club-de-l-annee.jpg') left top no-repeat;	width:198px;	margin-left:666px;}
#menu_UK_aco{			background:url('../img/interface/menu/uk/aco.jpg') left top no-repeat;				width:94px;		margin-left:864px;}


#menu ul li a:hover{
background-position:0% -66px;
}