

#entete_menuho {
	height: 40px;
	background-image: url(img/entete_menu.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 540px;
	left: 20px;
	position: relative;
  }
  
  
#header {
	width:540px;
	font-size:12px;
	line-height:normal;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	height: 40px;
	top: 0px;
  }
#header ul {
	margin:0;
	list-style:none;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
  }
#header li {
  display:inline;
  margin:0;
  padding:0;
  }
#header a {
	float:left;
	margin:0;
	text-decoration:none;
	white-space:nowrap;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 5px;
  }
#header a span {
	float:left;
	display:block;
	font-weight:normal;
	color:#FFFFFF;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
  color:#333;
  }
#header #current a {
	border-width:0;
	line-height: normal;
  }
#header #current a span {
	color:#FFFFFF;
	font-weight: bold;
  }
