* {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #fff;
}
img {
  border: 0;
}
ul, ol {
  list-style-type: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
body {
  text-align: center; /* Hack pour IE, permet de centrer le site horizontalement */
  margin-top: 20px; /* Optionel */
  font-size: 10px;
}
table {
  font-size: 10px;
}
#conteneur {
  width: 900px; /* Spécifier la largeur du site, afin de le centrer */
  margin-left: auto; /* Permet de centrer le site horizontalement */
  margin-right: auto; /* Permet de centrer le site horizontalement */
  text-align: left; /* Rétabli le texte aligné à gauche */
}
#site {
  clear: both;
  background: url(/images/bg-fond-ciel.jpg) 0 0 no-repeat;
  height: 554px;
  position: relative;
}
#footer {
  clear: both;
  background: url(/images/bg-footer.gif) 0 0 repeat-x;
  height: 28px;
  position: relative;
}
#bg-site {
  background: #6185bc;
  height: 438px;
  opacity: 0.6;
  filter:alpha(opacity=60);
}
#content-site {
  position: absolute;
  height: 438px;
  width: 900px;
  margin-top: -438px;
  font-size: 12px;
}