/*_____________________________________menu haut*/
#menuHaut{
	position: absolute; /* placement du menu, à modifier selon vos besoins */
	top:195px;
	z-index:100;
}
#menuHaut dl{
	float:left;
	margin:0 2px 0 0;
}
#menuHaut dt{
	text-indent: -5000px;
}
#menuHaut dt#flags{
	text-indent: 0px;
	margin-left:455px;
}
#menuHaut dt#menuHomme a{
	display:block;
	width:98px;
	height:34px;
	background: url("img/btn_homme_off.jpg") left top no-repeat;
}
#menuHaut dt#menuHomme a:hover{
	display:block;
	width:98px;
	height:34px;
	background: url("img/btn_homme_on.jpg") left top no-repeat;
}
#menuHaut dt#menuOeuvre a{
	display:block;
	width:96px;
	height:34px;
	background: url("img/btn_oeuvre_off.jpg") left top no-repeat;
}
#menuHaut dt#menuOeuvre a:hover{
	display:block;
	width:96px;
	height:34px;
	background: url("img/btn_oeuvre_on.jpg") left top no-repeat;
}
#menuHaut dd#smenu1{
	position:absolute;
	width:150px;
}
#menuHaut dd#smenu2{
	position:absolute;
	left:100px;
	width:100px;
}
#menuHaut dd ul{
	padding:7px 7px 4px 7px;
	margin-top:9px;
	background:url("img/bg_deroulant.png") left top repeat;
}
#menuHaut dd li{
	padding-bottom:3px;
}
#menuHaut dd a{
	color:white;
}
#menuHaut dd a:hover{
	color:#face34;
	text-decoration:underline;
}
