<!--


dl, dt, dd, ul,li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: 10px verdana, arial, sans-serif;
}

#menuHorizontal
{
	position: absolute;
	left : 150px;
	top:80px;
	z-index:100;
	width: 600px;
}
#menuHorizontal dl 
{
	float: left;
	width: 120px;
	height: 20px;
	color:white;
	z-index:100;
}
#menuHorizontal dt 
{
	color:white;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #c23735;
	border-right: solid white 1px;	
	height: 20px;
	z-index:100;
}

* html #menuHorizontal dt 
{
	padding: 3px 0px;
}
#menuHorizontal dd 
{
	height: 20px;
	z-index:100;
}
#menuHorizontal li 
{
	height: 20px;
	text-align: center;
	background: #c23735;
	color: green;
	z-index:100;
}

#menuHorizontal li a
{
	color: white;
	text-decoration: none;
	display: block;
}
#menuHorizontal dt a 
{
	color: white;
	text-decoration: none;
	display: block;
}
#menuHorizontal li a:hover
{
	background: #c23735;
	color: white;
}

#menuHorizontal dt a:hover 
{
	background: #c23735;
	color: white;
}

#drapeau1
{
	position: absolute;
	right : 85px;
	top:3px;
	width:20;
	text-align: center;
	background: #c23735;

}
#drapeau2
{
	position: absolute;
	right : 50px;
	top:3px;
	width:20;
	text-align: center;
	background: #c23735;
}

#drapeau3
{
	position: absolute;
	right : 15px;
	top:3px;
	width:20;
	text-align: center;
	background: #c23735;

}
#drapeau1 img
{
	border-color:white;
	border-width : 1px;
}
#drapeau2 img
{
	border-color:white;
	border-width : 1px;
}
#drapeau3 img
{
	border-color:white;
	border-width : 1px;
}
--> 


