html, body {
    width: 100%;
    height: 95%;
    margin: 0 0 0 0;
    color: #000000;
    background-image:url(header.gif);
    background-repeat:no-repeat;
    background-position:10% 5%;
}
img {
  border:0px;
}
.site {
  background-image:url(fond.jpg);
  background-color:#898989;
  width:670px;
  height:323px;
  position:relative;
  left:50%;
  margin-left:-335px;
  top:50%;
  margin-top:-100px;
}
.site .btn_creations {
  position:absolute;
  left:0px;
  margin-top:60px;
}
.site .btn_cv {
  position:absolute;
  left:40%;
  margin-top:-50px;
}
.site .btn_quisuisje {
  position:absolute;
  right:0px;
  margin-top:60px;
}
.site .footer {
  position:absolute;
  font-size:8pt;
  font-weight:bold;
  bottom:0px;
  margin-left:140px;
}
.site .footer a {
  text-decoration:none;
}