body {
  font-family: Verdana, Geneva, sans-serif;
  font-variant: none;
  font-weight: none;
  text-align: justify;
  cursor: cross;
  margin:0;
  padding:0;
  background: url(bgimages/Jordane-Prestrot2.jpg) no-repeat top fixed; 
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
}

div.titre {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position:absolute; top: 20%; left: 10%; right: 10%;
  text-decoration: none;
  color: #abcc97;
  font-size: 140px;
line-height: 1.4;
}

a {
  text-decoration: none;
  color: #abcc97;
  font-size: 100px;
}

a:hover {
  text-decoration: none;
  color: #34E34E;
}

img {
  opacity: 0.8;
  filter: alpha(opacity=80); /* For IE8 and earlier */
}