/************ NAVIGATION 5 rubriques / 1 couleur *****************************/


#navtetiere ul
{
	padding: 0;
	margin: 0;
	float:left;
}

#navtetiere ul li {
	display: inline;
}

#navtetiere ul li a {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:4px;
	color:#333333;
	text-decoration: none;
	height:14px;
	border-right:#FFFFFF solid 2px;
}

#navtetiere ul li a:hover {
	background-color:#FFd600;
}

#navtetiere ul li#active a, #navtetiere ul li#active a:hover  {
	background-color:#FFd600;
}