body 
{ 	margin: 0px;
	padding:0px;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	text-align: center;
	font-family: "Trebuchet MS", helvetica, sans-serif;
	line-height:18px;
}

/* POSITIONNEMENT MENU  */

#haut
{	padding-top:20px;
	padding-bottom:4px;
	width:99.9%;
	margin:auto;
	text-align: center;
	position:absolute;
	left:0px;
	top:3px;
}

.logo 
{	position:absolute;
	left:-13px;
	top:-28px;
	text-align:left;
	z-index:50;
	display:block;
	margin:0px;
	border:none;
	background:transparent;
}

#haut ul
{ 	position:absolute;
	left:0px;
	top:0px;
	width:990px;
	margin:auto;
	left:50%;
	margin-left:-497;
	top:25px;
	padding: 0px;
	border: 0px;
	list-style-type: none;
	text-align: center;
}



#haut ul li
{	float: left;
	text-align: center;
	padding: 0px;
	margin: 0px;
	margin-top:1px;
	line-height:21px;
}

* html #haut ul li
{	margin-top:0px;
}

#haut ul li a,#barre
{	width: 98px;
	height: 24px;
	padding:0px;
	margin:0px;
	display: block;
}

#barre
{ 	position:absolute;
	width:100%;
	left:0px;
	top:25px;
	clear:both;
	background-image:url(../Images/barre2.png);
	background-repeat: no-repeat;
	background-position:70px 0px;
	background-color:#00a900;
}

#haut ul li a
{	height: 22px;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #53523D;
	color: #43422D;

}

* html #haut li a
{	padding-top:1px;
	padding-bottom:2px;
}

#haut ul li a:hover
{	color: #ffffff;
	background-color: #00a900;
}

#haut ul li a:active
{	color: #ffffff;
	background-color: #cdc8dd;
}

#haut li#logogauche a { border-left:none; }

/*--- Positionnement de l'annonce horizontale ---*/

#header
{	position:absolute;
	text-align:center;
	top:62px;
	width:1024px;
	left:50%;
	margin:0px;
	margin-left:-512px;
	clear:both;
}

