/* Caractéristiques Générales */

.body {
background-color: #FFFFFF;
}

/* Caractéristiques index.php */

.div-splash {
  position:absolute;
  left: 50%;
  top: 50%;  
  width: 1005px;
  height: 615px;  
  margin-top: -307.5px;
  margin-left: -502.5px;
}

/* Caractéristiques accueil.php */

.div-accueil {
  position:absolute;
  left: 50%;
  top: 50%;  
  width: 950px;
  height: 550px;  
  margin-top: -275px;
  margin-left: -475px;
}