#nav {
	list-style: none ;
	margin: 0 ;
	padding: 0 ;
	overflow: hidden ;	
	 
	height:43px; 
}
#nav ul
{
	margin:0;
	padding:0;
}
#nav li {
	list-style: none ;
	float: left ;
	margin: 0 ;
	padding: 0 ;
	height:43px;
}
#nav li a {
	display: block ;
	height:43px;
	text-decoration: none ;
}

 
a#mActivite{
	background-image:url(../img/struct/mActiviteOff.gif);
	background-repeat:no-repeat;
	width:95px;
	 
}
a#mActivite:hover
	{
	background-image:url(../img/struct/mActivite.gif);
	background-repeat:no-repeat;
}

a#mCatalogue{
	background-image:url(../img/struct/mCatalogueOff.gif);
	background-repeat:no-repeat;
	width:98px;
	 
}
a#mCatalogue:hover
	{
	background-image:url(../img/struct/mCatalogue.gif);
	background-repeat:no-repeat;
}

a#mDegustation{
	background-image:url(../img/struct/mDegustationOff.gif);
	background-repeat:no-repeat;
	width:111px;
	 
}
a#mDegustation:hover
	{
	background-image:url(../img/struct/mDegustation.gif);
	background-repeat:no-repeat;
} 
a#mCours{
	background-image:url(../img/struct/mCoursOff.gif);
	width:71px;
	background-repeat:no-repeat;
}
a#mCours:hover
	{
	background-image:url(../img/struct/mCours.gif);
	background-repeat:no-repeat;
}
a#mDomaine{
	background-image:url(../img/struct/mDomaineOff.gif);
	width:167px;
	background-repeat:no-repeat;
}
a#mDomaine:hover
	{
	background-image:url(../img/struct/mDomaine.gif);
	background-repeat:no-repeat;
}
 
a#mEvenement{
	background-image:url(../img/struct/mEvenementOff.gif);
	background-repeat:no-repeat;
	width:167px;
	 
}
a#mEvenement:hover
	{
	background-image:url(../img/struct/mEvenement.gif);
	background-repeat:no-repeat;
	width:167px;
}
a#mAgenda{
	background-image:url(../img/struct/mAgendaOff.gif);
	width:83px;	
	background-repeat:no-repeat;
}
a#mAgenda:hover
	{
	background-image:url(../img/struct/mAgenda.gif);
	background-repeat:no-repeat;
}
a#mNews{
	background-image:url(../img/struct/mNewsOff.gif);
	width:70px;
	background-repeat:no-repeat;
}
a#mNews:hover
	{
	background-image:url(../img/struct/mNews.gif);
	background-repeat:no-repeat;
}
a#mContact{
	background-image:url(../img/struct/mContactOff.gif);
	width:85px;
	background-repeat:no-repeat;
}
a#mContact:hover
	{
	background-image:url(../img/struct/mContact.gif);
	background-repeat:no-repeat;
}
a#mRecherche{
	background-image:url(../img/struct/mRechercheOff.gif);
	width:109px;
	background-repeat:no-repeat;
}
a#mRecherche:hover
	{
	background-image:url(../img/struct/mRecherche.gif);
	background-repeat:no-repeat;
}

.menu{
	background-image:url(../img/struct/menu.gif);
	width:111px;
	background-repeat:no-repeat;
}

 
				
	 
