* {
  margin: 0px;
  padding: 0px;
}
body {
  background: repeat-x url(../images/fond-index.gif);
  text-align: center;
  font-family: Tahoma;
  font-size: 12px;
}
a {
  color: #000000;
  text-decoration:none;
}
p a {
  text-decoration:underline;
}
p a:hover {
  text-decoration:none;
}
#conteneur {
  position: absolute;
  left: 50%; 
  top: 50%;
  width: 700px;
  height: 350px;
  margin-top: -175px;
  margin-left: -350px;
  text-align: left;
}
#logo {
  float: left;
}
#texte {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: 20px;
}
#texte h1 {
  font-size: 18px;
  margin-bottom: 7px;
}
#texte p {
}
#illustrations {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin-bottom: 20px;
}
#bouton {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
#liens {
  font-size: 10px;
  margin-top: 5px;
}

