body
{
   margin: auto; /* Pour centrer notre page */
   margin-top: 15px; /* Pour éviter de coller avec le haut de la fenętre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 0px;    /* Idem pour le bas du navigateur */
   background-color: black;
}

#header
{
  width: 600px;
  height: 250px;
  margin: auto;
  background-image: url("../IMG/header.png");
  background-repeat: no-repeat;
  background-position: top;
}

#linup_title
{
  width: 600px;
  margin: auto;
  background-image: url("../IMG/bg_news.png");
  background-repeat: repeat-y;
  background-position: top;
}

#linup_tm
{
  cursor: pointer;
  width: 600px;
  height: 164px;
  margin: auto;
  background-image: url("../IMG/linup_tm.png");
  background-repeat: no-repeat;
}

#linup_ut
{
  cursor: pointer;
  width: 600px;
  height: 164px;
  margin: auto;
  background-image: url("../IMG/linup_ut.png");
  background-repeat: no-repeat;
}

#linup_ws
{
  cursor: pointer;
  width: 600px;
  height: 164px;
  margin: auto;
  background-image: url("../IMG/linup_ws.png");
  background-repeat: no-repeat;
}

#forum
{
  cursor: pointer;
  width: 600px;
  height: 164px;
  margin: auto;
  background-image: url("../IMG/forum.png");
  background-repeat: no-repeat;
}

#bottom
{
  width: 600px;
  height: 60px;
  margin: auto;
  background-image: url("../IMG/bottom.png");
  background-repeat: no-repeat;
}

.titre
{
  margin: auto;
  text-align: center;
  font-family: Arial Black;
  color: white;
  font-size: medium;

}