* {
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
}
img {
  border: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
ul, ol {
  list-style-type: none;
}
strong {
  font-size: 100%;
}
body {
  text-align: center; /* Hack pour IE, permet de centrer le site horizontalement */
  margin-top: 20px; /* Optionel */
  background: url(../images/bg-site.jpg) 0 0;
}
#conteneur {
  width: 700px; /* 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 */
}
#header {
  float: left;
  display: inline;
  width: 100%;
  position: relative;
  height: 80px;
}
#content {
  clear: both;
  float: left;
  width: 100%;
  background: url(../images/bg-content.png) 0 0 repeat-y;
  min-height: 390px;
  padding-bottom: 20px;
}