body
{
   width: 475px;
   margin: auto; /* centré */ 
   margin-top: 20px;
   margin-bottom: 20px;  
   background: #1a1b19;
   color: #1a1b19;
}
a
{ color: #7a8e2e;
  text-decoration: none; }
a:hover
{ color: #F7CF15; }
#fond {
   width: 475px;
   height: 203px;
   background: url(Blindraft.png);
   position: relative;
   margin-top: 50%
}
#lien {
   margin-top: 200px;
   font-family : Verdana, Arial, Geneva, Helvetica;
   font-size : xx-small;
   color: #FF6000;
   position: absolute;
   width: 475px;
   text-align: center;
 }
#myspace {
   width: 130px;
   height: 50px;
   left: 240px;
   top: 115px;
   position: absolute;
}
#myspace:hover { border-bottom: 3px double  #7a8e2e; }
#site {
   width: 130px;
   height: 40px;
   left: 70px;
   top: 120px;
   position: absolute;
}
#site:hover { border-bottom: 3px double  #7a8e2e; }

ul {list-style-type:none;
margin: 0;
padding: 0;
}


#site a {
   height: 40px;
   display: block;
}
#myspace a {
   height: 50px;
   display: block;
}