body 
{
	behavior: url(css/csshover.htc);
} 

.corps #menu_haut
{
		clear:both;
		float:left;
		display:inline;
		border:solid 0px green;
		width:650px;
		height:32px;
}

#menu_haut a
{
	display: block;
	color: #000;
	font: 11pt Arial, sans-serif;
	padding: 0px;
	font-weight:800;
	text-decoration: none;
	padding-left:5px;
	height:32px;
	
}

li.menu_haut
{
	color: #000;
	padding-right: 5px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
	z-index:1000;
	line-height:32px;
	height:32px;
	
}

#menu_haut ul ul 
{
	position: absolute;
	display:none;
	margin-left:0px;
} 

div#menu_haut ul 
{
	padding: 0px; 
	margin:0px;
	font-size:12pt;
	height:32px;
	
}

#menu_haut ul li
{
	position:relative;
	list-style: none; 
	float:left;
	margin-left:0px;
	height:32px;	
}

div#menu_haut ul.niveau1 li.menu_haut:hover ul.niveau2, div#menu_haut ul.niveau2 li.menu_haut:hover  
{
	display:block;
	margin-left:0px;
}
#menu_haut a.collection
{
	position:relative;
	font-family:Arial;
	border:solid red 0px;
	margin-right:20px;
	padding-right:5px;
	line-height:32px;
	top:-5px;
	letter-spacing:3px;
}

#menu_haut #rubrique_collection.menu_haut.rubrique_on a.collection
{
	background:#b2b2b2;
}



#menu_haut a.collection:hover, #menu_haut a.collection_selection 
{
	background-color:#b2b2b2;
	height:32px;
	color: #000;
	padding-right:5px;
	border:solid 0px #000;
}
.niveau2 li
{
	color: #000;
	text-decoration: none;
	background-repeat: no-repeat;
	text-align: left;
	z-index:10000;
	padding-right:5px;
	padding-left:20px;
	display:inline;
}
li #collection2
{
	background:#b2b2b2;
	color:#FFFFFF;
	font-family:Arial;
	border-left:0px solid;
	border-right:0px solid;
	height:80px;

}
#menu_haut .niveau2 a
{
	display: block;
	color: #FFF;
	font: 12pt Arial;
	font-weight:bold;
	padding: 0px;
	padding-top:5px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: bottom;
	line-height: 20px;
	border-right:solid 0px red;
}
#menu_haut .niveau2 a:hover
{
	color: #000;
	display:block;
}

ul.niveau2 
{
	position:relative;
	top:25px;
	width:600px;
	background-color:#b2b2b2;
}

.corps #firstmenu ul{
	list-style-type:none;
		display:inline;
}
.corps #firstmenu ul li{
	list-style-type:none;
	display:inline;
}

