<style type="test/css" media="screen">

body
	{
	margin: 100px;
	padding: 100;
	background: white;
	font-family: arial;
//	color: #0099CC;
	}

dl, dt, dd, ul, li
	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#menu
	{
	position: absolute; /* placement du menu, à modifier selon vos besoins */
	top: 140;
	left: 0;
	}

#menu
	{
	font-family: arial;
	width: 130;
	text-align: left;
	}

#menu dt
	{
	cursor: pointer;
/*	margin: 5px 10;; */
	height: 18px;
	margin: 5px;
	margin-left: 20;
	padding-left: 5;
	padding-top: 0px;
	line-height: 20px;
	font-size: 12;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	background: #FFF;
	}

#menu dd
	{
	margin: 5px;
	margin-left: 20;
	font-size: 10;
	display:none;
	}

#menu li
	{
	background: #fff;
	border: 0px;
	}

#menu li a, #menu dt a
	{
	color: #0099CC;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	}

#menu li a:hover, #menu dt a:hover
	{
	color: red;
	}

#menu li a:focus, #menu dt a:focus
	{
	outline-offset: -20px
	}

</style>