<style type="text/css">

/* inspiré d'alsacreation */

body {font: 14px Verdana, Arial, Helvetica, sans-serif;}

ul {list-style-type: none;} 

li {margin-bottom: 5px;}

.menu a {
     margin: 0 2px;
     width: 140px; 
     height: 25px;
     display: block;
     text-align: center;
     border: 1px solid gray;
     text-decoration: none;
     color: #000;
     background: #FFFFCC;
	 }
	 
.menu a:hover {
     background: #66CC66;
     border: 1px solid gray; 
     }

.menu a:active {
     background: #006600;
     border: 1px solid gray; 
     color: #fff;
     }
	 .mentions {
font-family: verdana, arial, sans-serif;
position: absolute;
bottom : 300px;
left : 10px;
color: #000;
background-color: #ddd;

</style>