/* Utiliser au minimum le tag body, tout ce qui peut être mis dans la class idl 
    doit être descendu */ 
body {
  background-color:#343B2F;
}


/* Layouts (zones d'affichage) */
.idl .wrapper{
  position: absolute;
  width: 950px;
  height: 500px;
  top: 50%;
  left: 50%;
  margin-left: -475px;
  margin-top: -250px;
  border: solid 1px #6BF821;
}

.idl .homeLogo {
  margin: auto;
  margin-top: 25px;
  margin-bottom: 25px;
  width: 500px;
  height: 410px;
  background-image: url("/images/bienvenue_cercle.gif");
  background-repeat: no-repeat;
  cursor: pointer;
}

.idl .homeText,
.idl.homeText {
  font-size: 20px;
  text-align: center;
  margin: 20px;
  color: #6BF821;
}
