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

body
	{
	margin: 50px;
	padding: 100;
	background: grey;
	font-family: arial;
//	color: #9c9e9f;
	}

dl, dt, dd, ul, li
	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
#cadre {   
border-radius: 10px; }

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

#menu
	{
	font-family :Verdana, Arial, Helvetica, sans-serif;
	width: 170px;
	text-align: center;
	}

#menu dt
	{
	cursor: pointer;
	height: 22px;
	margin: 4px;
	line-height: 22px;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/BTN_AFUTT.gif);
	background-repeat: no-repeat;
	background-position: center;
	}

#menu dd
	{
	margin: 5px;
	margin-left: 20px;
	font-size: 11px;
	line-height: 16px;
	display:none;
	text-align: left;
	}

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

#menu li a, #menu dt a
	{
	color: #8c0059;
	text-decoration: none;
	display: block;
	border: 0 none;
	/*height: 100%;*/
	}

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

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

</style>
