body{
background-repeat: no-repeat;
background-position: top center;
background-color: black;
color:white;
font-family:arial,helvetica;
font-size:x-small;
text-align:center;
margin: auto;
}

a img {border: 0;}


div {
margin: 0;
}

#affiche {
margin-top: 100px;
margin-bottom : 50px;
}


h1{
margin: 0;
}

h3{
margin: 0;
}

a  /*liens*/
{
   text-decoration: none; /* Les liens ne seront plus soulignés */
   color: white; 
  }
a:hover /* Quand le visiteur pointe sur le lien */
{text-decoration: underline; /* Le lien deviendra souligné quand on pointera dessus */
 color: white;}