/* CSS Document */
* { margin:0px;padding:0px;}
<!--
/* CSS issu des tutoriels http://css.alsacreations.com */
body {
padding:0;
margin:0;
font-family: verdana, arial, sans-serif;
font-size: 90%;
color: black;
background-color: #A3A3A3;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
	position: inherit;
	top: 15%;
	left: 10%;
	width: 200px;
	visibility: visible;
}

#menu dt {
cursor:pointer;
background: #ebeaea;
height: 20px;
line-height: 20px;
margin: 2px 0;
border: 1px solid gray;
text-align: center;
font-weight: bold;
color:#000099;
}

#menu dd {
	position:absolute;
	z-index: 100;
	left: 40%;
	margin-top: -1.4em;
	width: 10em;
	background: #ebeaea;
	border: 1px solid gray;
	top: 250px;
	color:#000099;
}

#menu ul {
padding: 2px;
}
#menu li {
text-align: center;
font-size: 85%;
height: 18px;
line-height: 18px;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
}

#menu li a:hover {
text-decoration: underline;
}


#mentions {
font-family: verdana, arial, sans-serif;
position: relative;
bottom : 200px;
left : 10px;
color: #000;
background-color: #ddd;
}
#mentions a {text-decoration: none;
color: #222;
}
#mentions a:hover{text-decoration: underline;
}

-->
