html {
/* L'image est positionnée en fond et est centrée */
background: url(lesfrerespommes.jpg) no-repeat center center fixed;
/* Ajout de la propriété avec les préfixes pour tous les moteurs de rendu */
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: auto;           
  text-align:center;
  background: black;
  color:white;
  font-size:48px;
}

a {
  color:white;
  font-size:48px;
}