<style type="text/css">

body {
margin: 0;
padding: 0;
background: white;
cursor: text;
position: absolute;
}

ul {
	margin: 0;
	padding: 0;
}

dd {
	margin: 0;
	padding: 0;
	display:none;
}

#menu {
	position: absolute;
	z-index:100;
	text-align: center;
	background-image: url(gfx/fond_menu.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

dl {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5082AB;
	width: 130px;
}

#menu dl {
	float: left;
	margin: 0px;
}

dt {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 21px;
}

#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	color: #0768B2;
	font-size: 12px;
}

#menu dt a {
	width: 130px;
	background-color: #000000;
}

li {
	list-style-type: none;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5082AB;
	line-height: 20px;
	border-right: 1px solid #5082AB;
	border-bottom: 1px solid #5082AB;
	border-left: 1px solid #5082AB;
}

#menu li {
	text-align: center;
	background: #FFFFFF;
	margin: 0px;
}
#menu li a {
	color: #5082AB;
	text-decoration: none;
	display: block;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#menu li a:hover {
	background: #FFF3E3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #EEA723;
	font-size: 11px;
}

#menu li a:active {
	background: #EE9C03;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	display: block;
	font-size: 11px;
}

div#menu {

}
