/*CSS DES MENUS*/
body {margin: 1px; padding: 0; font:Verdana, sans-serif;}

li#menu {
list-style-type: none;
}
li#menu2 {
list-style-type: none;
}
li#menu3 {
list-style-type: none;
}
li#menu4 {
list-style-type: none;
}
li#menu li {
float:left;
width: 150px;
}
li#menu2 li {
float:left;
width: 150px;
}
li#menu3 li {
float:left;
width: 150px;
}
li#menu4 li {
float:left;
width: 150px;
}
li#menu a {
float: center;
margin: 10px;
padding: 2px 10px;
text-align: center;
border: 1px solid gray;
text-decoration: underline;
font-weight:bold;
color: #0000FF;
background: #FFFF00;
}
li#menu2 a {
float: center;
margin: 5px;
padding: 0.5px 10px;
font-size:8pt;
text-align: center;
border: 1px solid gray;
text-decoration: underline;
font-weight:bold;
color: #0000FF;
background: #FFFF00;
}
li#menu3 a {
float: center;
margin: 5px;
padding: 0.5px 10px;
font-size:8pt;
text-align: center;
border: 1px solid gray;
text-decoration: underline;
font-weight:bold;
color: #0000FF;
background: #66FF00;
}
li#menu4 a {
float: center;
margin: 5px;
padding: 5px 15px;
font-size:8pt;
text-align: center;
border: 1px solid gray;
text-decoration: underline;
font-weight:bold;
color: #0000FF;
background: #66FF00;
}
li#menu a:hover {
background: #F7EC9F;
border: 1px solid gray; 
}
li#menu2 a:hover {
background: #F7EC9F;
border: 1px solid gray; 
}
li#menu3 a:hover {
background: #66FF99;
border: 1px solid gray; 
}
li#menu4 a:hover {
background: #66FF99;
border: 1px solid gray; 
}
/* mentions et copyright */
div#mentions {
  font-family: verdana, arial, sans-serif;
  bottom : 0px;
  position: center;
  left : 0px;
  width: 0px;
  margin: 0em;
  padding: 0.9em;
  background: #F7EC9F;
  border-radius:0px;
  line-height: 0;
  font-size: 0.9em;
}
div#mentions a {
  text-decoration: underline;
  color: #0000FF;
}
div#mentions a:hover {
  text-decoration: underline;
  color:#0000FF;
}
/*FIN CSS DES MENUS*/		