
#bodyold{
background:url('../img/wallpaper.jpg') no-repeat top left;
background-size: cover;
font-family: 'Anton', sans-serif;
z-index:1;
}

#body {
  /* Location of the image */
  background-image: url('../img/wallpaper.jpg');
  
  /* Background image is centered vertically and horizontally at all times */
  background-position: center center;
  
  /* Background image doesn't tile */
  background-repeat: no-repeat;
  
  /* Background image is fixed in the viewport so that it doesn't move when 
     the content's height is greater than the image's height */
  background-attachment: fixed;
  
  /* This is what makes the background image rescale based
     on the container's size */
  background-size: cover;
  
  /* Set a background color that will be displayed
     while the background image is loading */
  background-color: #464646;
}

#lelivre {
  font-family: 'Anton', sans-serif;
  font-size: 2vh;

  text-align: left;
  position: absolute;

  cursor: pointer;

  /*width: 400px;
  height: 100px;*/

  top:55vh;
  left:20vw;
/*  bottom: 0;
  left: 0;
  right: 0;*/

  margin: auto;

  color: red;
  z-index:10;
}

#download {
  font-family: 'Anton', sans-serif;
  font-size: 2vh;

  text-align: center;
  position: absolute;

  cursor: pointer;

  top:50vh;
  left:20vw;

  margin: auto;

  color: red;
  z-index:10;
}

#russetcross {
  font-family: 'Anton', sans-serif;
  font-size: 8vh;

  cursor: pointer;

  text-align: center;
  position: absolute;

  /*width: 300px;
  height: 100px;*/

  top:40vh;
  left:20vw;
/*  bottom: 0;
  left: 0;
  right: 0;
*/
  margin: auto;

  color: black;
  z-index:10;
}
#contact {
  font-family: 'Anton', sans-serif;
  font-size: 2vh;
  cursor: pointer;
  text-align: center;
  position: absolute;
  cursor: pointer;

  top:60vh;
  left:20vw;
  
  margin: auto;

  color: red;
  z-index:10;
}
#copyright{
  font-family: 'Anton', sans-serif;
  font-size: 100%;
  color: grey;
  cursor: pointer;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;

  margin: auto;
}
#messagecontact{
  font-family: 'Anton', sans-serif;
  font-size: 100%;
  color: red;
  cursor: none;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;

  margin: auto;
}
