body
{
   font-family: Verdana, Arial, "Times New Roman", serif;
   text-align: center;
   font-weight: none;
   color: dark;
   font-size: 11px;
    background-image: url("x.png");
   background-repeat: repeat;

}
a
{
   text-decoration: bold; /* Les liens ne seront plus soulignés */
   color: dark; 
}
a:hover /* Quand on passe la souris sur le lien */
{
   text-decoration: none; 
   color: red; 
}
#login
{
a
{
   text-decoration: none; /* Les liens ne seront plus soulignés */
   color: yellow; 
}
a:hover /* Quand on passe la souris sur le lien */
{
   text-decoration: none; 
   color: red; 
}
#cnil
{
width:450px;
font-size:9px;
padding: 2px;
}
