html, body {
  background: #FFFFFF;
  padding: 0px;
  margin: 0px;
  height:100%;
  font-family: Helvetica, Arial, sans-serif;
}

.fullpage {
 position:absolute;
 top:0px;
 left:0px;
 vertical-align:middle;
 height:100%;
 width:100%;
}

#arriere {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 683px;
  height:620px;
  text-align: left;
  line-height: 24px;
  font-size: 10px;
}

#arriere a {
  color: #000000;
  text-decoration: none;
}

#arriere a:hover {
  text-decoration: underline;
}

#entrez {
  position: absolute;
  left: 390px;
  top: 280px;
}

img {
  border:0px;
}


