body
{
    background-color: #eee8aa;


    background-repeat: no-repeat;
    
    background-attachment: fixed;
    font-family: verdana;
    font-size: 11px;
    color: #000000;
     background-image: url("img/acceuil.jpg");


}

#corps
{
    position: absolute;
  top: 200px;
 left: 330px;
}

#corps a
{

  font-size : 20px;
  text-decoration: none;


}

#corps a:hover
{
  text-decoration: underline overline;
  color: #000000;
  font-size : 20px;
}