
#hormenu 
{
	font: Arial;
	font-size: 12px;
	width: 924px;
	margin-right: auto;
	margin-left: auto;
}

/* NIVEAU 1 */ 
#hormenu ul
{ 
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#hormenu ul li
{ 
	float:left;
	width: 154px;
	height: 29px;
	text-align: center;
	display: block;
}
		
#hormenu ul a:link,  #hormenu ul a:visited
{
	display: block;
	padding-top: 9px;
	width: 154px;
	height: 20px;
	background-image: url('/images/button.gif.v=1');
	background-position: 0 0;
	color: #FFFFFF;
	text-decoration: none;
}

#hormenu ul a:hover 
{
	background-position: 0 29px;
	padding-top: 7px;
	height: 22px;
}

#hormenu ul a:active
{
	background-position: 0 29px;
	padding-top: 7px;
	height: 22px;
}

#hormenu ul a.Selected, #hormenu ul a:visited.Selected
{
	background-position: 0 29px;
	padding-top: 7px;
	height: 22px;
}

#hormenu ul span
{
	display: block;
	padding-top: 9px;
	width: 154px;
	height: 20px;
	background-image: url('/images/button.gif.v=1');
	background-position: 0 29px;
	color: #FFFFFF;
	text-decoration: none;
}