#menu
{
	position: relative;

	padding: 0px 0px 0px 0px;
	margin: 8px 0px 0px 0px;

	height: 28px;
	width: 962px;
}

#menu ul
{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;

	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#menu ul li
{
	float: left;
	list-style: none;

	margin: 0px 10px 0px 0px;
}

#menu ul li a
{
	z-index: 100;

	text-decoration: none;
	color: #333333;
	display: block;
	float: left;
	height: 28px;

	position: relative;

	padding: 0px 10px 0px 10px;
	line-height: 28px;
}

#menu li.hilite,
#menu li.hilite .left,
#menu li.univers,
#menu li.univers .left,
#header .sm_left,
#header .sm_right,
#header .sm_left_on,
#header .sm_right_on
{
	background: url("/images/menu/menu.png") no-repeat top left;
}

#menu li.hilite
{
	background-position: right -87px;

	z-index: 8;
	position: absolute;
	visibility: hidden;
}

#menu li.hilite .left
{
	background-position: 0 -58px;

	height: 28px;
	margin-right: 7px;
}

#menu li.univers
{
	background-position: right -29px;

	z-index: 9;
	position: absolute;
	visibility: hidden;
}

#menu .univers .left
{
	background-position: 0 0px;

	height: 28px;
	margin-right: 7px;
}

#header #sous_menu
{
	background-color:#999;
	margin-top:5px;
	padding: 5px;
	color:#FFF;
	font-weight:bold;
	width: 934px;
	float:left;
	height:15px;
}

#header #sous_menu ul li
{
	list-style: none;
}

#header .sm_left,
#header .sm_right,
#header .sm_left_on,
#header .sm_right_on
{
	width: 8px;
	height: 25px;

	float: left;
	margin-top: 5px;
}

#header .sm_left
{
	background-position: 0px -32px;
}

#header .sm_right
{
	background-position: -12px -32px;
}

#header .sm_left_on
{
	background-position: 0px -90px;
}

#header .sm_right_on
{
	background-position: -12px -90px;
}
