﻿#menu ul, #menu li
{
	list-style:none;
	margin:0;
	padding:0;
}

#menu li
{
	float:left;
	display:block;
	height:29px;
}

#menu li a
{
	display:block;
	height:29px;
	float:left;
}

#menu li a span
{
	display: none;
	visibility: hidden;
}

#menu_une a { width:57px; background:url('MainMenu/une.gif'); }
#menu_vocation a { width:72px; background:url('MainMenu/vocation.gif'); }
#menu_fonctionnement a { width:104px; background:url('MainMenu/fonctionnement.gif'); }
#menu_avantages a { width:85px; background:url('MainMenu/avantages.gif'); }
#menu_foret a { width:203px; background:url('MainMenu/foret.gif'); }

#menu_une a:hover { width:57px; background:url('MainMenu/uneH.gif'); }
#menu_vocation a:hover { width:72px; background:url('MainMenu/vocationH.gif'); }
#menu_fonctionnement a:hover { width:104px; background:url('MainMenu/fonctionnementH.gif'); }
#menu_avantages a:hover { width:85px; background:url('MainMenu/avantagesH.gif'); }
#menu_foret a:hover { width:203px; background:url('MainMenu/foretH.gif'); }