
#MenuHaut {
/*	position: relative;*/
	height: 30px;
	width: 100%;
	padding:0;
	margin:0;
	background-image:url(image/MenuHautFond.png);
	background-repeat:repeat-x;
	background-color:#1D1D1D;
	z-index: 1;
/*
	text-align: center;
*/
/*
clear:both;
*/
}

#MenuHautGauche {
/*	position: static;*/
/*	margin-left:20px;*/
/*	padding-top:5px;*/
	margin: 0 0 0 0;
	float: left;
	padding: 7px 0px 0px 20px;
}

#MenuHautGauche li {
/*	padding: 8px 20px 10px 10px;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #eeeeee;
	font-size:10px;
	display: inline;
	height:30px;
}
#MenuHautGauche ul {
	list-style-type: none;
}

#MenuHautGauche li a {
	display: block;
	text-decoration: none;
	color: #eeeeee;
}

#MenuHautGauche li a:hover {
	color: #FFFFFF;
}







#MenuHautListe {
/*	margin-right:20px;
	margin-right:50px;
	padding-top:5px;
	padding-right:50px;
*/
/*	position: static;*/
	margin: 0 0 0 0;
	padding: 7px 20px 0px 0px;
	float: right;
}

#MenuHautListe li {
/*	padding: 8px 20px 10px 10px;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #cccccc;
	font-size:10px;
	display: inline;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 20px;
}

#MenuHautListe li.Separateur {
	height:30px;
	background-image: url(image/MenuHautSeparateur.gif);
	background-repeat: no-repeat;
	padding-top: 7px;
}

#MenuHautListe a {
	display: block;
	text-decoration: none;
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: normal;
}

#MenuHautListe li:hover a, #MenuHautListe a:focus, #MenuHautListe li.menuhvr a {
	color: #FFFFFF;
	font-weight: normal;
}

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

#MenuHautListe li {
	float: left;
	width: auto;
	text-decoration: none;
	display: inline;
}


/*

#MenuHautListe li ul, #MenuHautListe ul li  {
	text-align: left;
	width: 200px;
}

#MenuHautListe ul li a  {
	color:#999999;
	border-right: 0;
	padding: 13px 7px 3px 7px;
	font-weight: normal;
}
#MenuHautListe li ul {
	position: absolute;
	margin-left: -1px;
	display: none;
	border-left: 1px solid #1F3569;
	border-right: 1px solid #1F3569;
	border-bottom: 1px solid #1F3569;
	background-image: transparent;
	background-color: transparent;
	background-repeat: repeat-x;
}

#MenuHautListe li ul li{
	line-height: 15px;
	vertical-align: middle;
}


#MenuHautListe ul a:hover{
	background-color: #445B99 !important;
	color: #FFFFFF !important;
	background-image: none !important;
	font-weight: normal;
}

#MenuHautListe li { width: auto; }
*/

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}


