
#MenuHaut {
	position:fixed;
	display:block;
	height: 20px;
	width: 900px;
	top:0px;
	padding-top: 0;
	padding-bottom: 0px;
	margin-bottom:20px;
	z-index:50;
	font-family: Arial,Helvetica,sans-serif;
	text-align: center;
	color:#FFFFFF;
	background-color: #B21900;
	font-size:16px;
	font-weight:bold;
}

#MenuHaut td {
	font-family: Arial,Helvetica,sans-serif;
	text-align: center;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
}

#MenuHaut .Langue, #MenuHaut .Langue a {
	display:inline;
	font-size:10px;
	font-weight: normal;
	width:150px;
	background-color:#000000;
	color:#FFFFFF;
	right:0px;
	height: 20px;
	top:0px;
	padding-top: 3px;
	padding-bottom:1px;
	text-decoration:none;
/*	padding-bottom: 0px;
	margin-bottom:20px; */
}

#MenuHaut .Langue a:hover {
	text-decoration:underline;
}

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

