html,body {
  margin:0;
  padding:0;
  text-align:center;
  background:#000;
  color:#fff;
  font:80% verdana, helvetica, sans-serif;
  height:100%;
}

div#conteneur {
  border:0;
  margin:0 auto;
  width:1022px;
  text-align:center;
  background:url(fond.jpg) repeat-y left top;
  height:100%;
  min-height:100%;
}

h1 {
  width: 588px;
  height: 323px;
  margin:0 auto;
  background:url(titre.png) no-repeat left 75px;
}

h1 span {
  display:none;
}

img {
  border:0;
}

a {
  width: 100px;
  height: 137px;
  display: block;
  text-decoration:none;
  color: #fff;
}


#forum {
  float:left;
  margin: 0 60px 0 180px;
  width: 100px;
  height: 137px;
  text-align:center;
  background:url(zerg_off_accueil.png) no-repeat left top;
}

#blog {
  float:left;
  margin: 0 88px 0 72px;
  width: 100px;
  height: 137px;
  text-align:center;
  background:url(protoss_off_accueil.png) no-repeat left top;
}

#wiki {
  float:left;
  margin: 0 215px 0 25px;
  width: 100px;
  height: 137px;
  text-align:center;
  background:url(terran_off_accueil.png) no-repeat left top;
}