/* CSS du menu horizontal, bieler batiste */

#menucontainer
{
margin: 10px 0 0 30px;
padding: 0;
height: 20px;
}

#menucontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#menucontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#menucontainer ul li a
{
	width: 180px;
	height: 22px;
	padding: 0;
	color: #733320;
	text-decoration: none;
	display: block;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	background-color: #FBF0EE;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #944229;
	border-bottom-color: #944229;
	border-left-color: #944229;
}

#menucontainer ul li a:hover
{
	color: #FFFFFF;
	background-color: #D67804;
}

#menucontainer a:active
{
background: #c60;
color: #fff;
}

#menucontainer li#active a
{
background: #c60;
border: 1px solid #c60;
color: #fff;
}
	


