* {
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
  color: #3e3e3e;
}
img {
  border: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
ul, ol {
  list-style-type: none;
}
label {
  cursor: pointer;
}
span {
  font-size: 100%;
}
body {
  text-align: center; /* Hack pour IE, permet de centrer le site horizontalement */
  background: #ddd url(../images/bulles.gif) top center no-repeat;
}
#conteneur {
  width: 990px; /* Spécifier la largeur du site, afin de le centrer */
  background: #fff;
  margin: 0 auto;
  text-align: left;
}
#site {
  float: left;
  display: inline;
  width: 960px;
  margin-left: 13px;
  
}
#header {
  background: url(../images/bg-header.jpg) 0 0 no-repeat;
  height: 152px;
  position: relative;
}
#content {
  clear: both;
  float: left;
  position: relative;
  width: 100%;
  margin-top: 15px;
  background: url(../images/cercles.gif) 0 0 no-repeat;
}
#left-content-home {
  float: left;
  display: inline;
  position: relative;
  margin-top: 10px;
  width: 660px;
}
#left-content {
  float: left;
  display: inline;
  position: relative;
  margin-top: 10px;
  margin-left: 30px;
  width: 660px;
}
#right-content {
  float: right;
  display: inline;
  margin-right: 20px;
  margin-top: 10px;
}
#footer {
  clear: both;
  float: left;
  display: inline;
  margin-left: 15px;
  margin-top: 20px;
  width: 921px;
  padding-bottom: 25px;
}
#content-brochure {
  float: left;
  display: inline;
  position: relative;
  margin-top: 10px;
  margin-left: 30px;
  width: 911px;
}