#menuHaut
{
	z-index:30;
	background-color: #000000;
	width: 100%;
	height: 20px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #999999 ;
	border-top: 1px solid #FFFFFF ;
	position: absolute;
	top: 5px;
	left: 0;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	position:fixed;
	
}
#menuHaut li
{
	float: left;
	width: 12.5%;
	margin: 0;
	padding: 0;
	border: 0;
	}
#menuHaut li a:link, #menuHaut li a:visited
{
	display: block;
	height: 1%;
	color: #CCFFFF;
	background-color: #666666;
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}
#menuHaut li a:hover {
	background-color: #999999;
		color: #c2dcae;

}
#menuHaut li a:active {
	background-color: #666666;
		color: #c2dcae;

}

#menuHaut .sousMenu
{
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}
#menuHaut .sousMenu li
{
	
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
	width: 99%;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;



}
#menuHaut .sousMenu li a:link, #menuDeroulant .sousMenu li a:visited
{
	display: block;
	color: #CCFFFF;
	margin: 0;
	border: 0;
	text-decoration: none;
	background-color: #666666;
	}
#menuHaut .sousMenu li a:hover
{
	background-image: none;
	background-color: #999999;
			color: #c2dcae;

	
}

#menuHaut li:hover > .sousMenu { display: block; }
 
#footer  {
	position:fixed;
	bottom:0px;
	right:0px;
	background-color: #000000;
	z-index: 30;
 }
 
 #footermaj  {
	position:fixed;
	bottom:0px;
	right:0px;
	background-color: #666666;
	z-index: 30;
 }


