#sitemenu
{
	position:absolute;
/*
	left:20px;
*/
	top:58px; /* Par rapport au top de la page */
	width:1000px;
	height:126px;/*136px;*/
	z-index:2;
}

#MainMenuContent
{
	position:absolute;
	left:0px;
	top:92px;
	width:1000px;
	height:34px;
	margin:0px;
	padding:0px;
	z-index:20;
	background-color:#c5cdfc;
}

#sitemenu_margin_top
{
	position:absolute;
/*
	left:20px;
*/
	top:34px; /* Par rapport au top de la page */
	width:1000px;
	height:24px;
	z-index:3;
}

#sitemenu_margin_bottom
{
	position:absolute;
/*
	left:20px;
*/
	top:184px; /* Par rapport au top de la page */
	width:1000px;
	height:24px;
	z-index:1;
}

