
* {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #4e4e4e;
}
ol, ul {
  list-style-type: none;
}
img {
  border: 0;
}
body {
  text-align: center;
  margin-top: 20px;
}
#conteneur {
  width: 920px;
  height: 537px;
  background: url(/images/fond.jpg) 0 0 no-repeat;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding: 15px;
}
#site {
  text-align: center;
  padding-top: 5px;
}
#header {
  background: url(/images/bg_header.jpg) 0 0 no-repeat;
  width: 905px;
  height: 84px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
#content_index {
  clear: both;
  text-align: left;
  padding-top: 3px;
  height: 445px;
  background: url(/images/femme.jpg) 0 70px no-repeat;
  margin-left: 140px;
}
#content {
  clear: both;
  text-align: left;
  padding-top: 3px;
  height: 445px;
}
#content2 {
  clear: both;
  text-align: left;
  padding-top: 3px;
}
#footer {
  background: url(/images/bg_footer.gif) 0 0 no-repeat;
  width: 920px;
  margin-left: auto;
  margin-right: auto;
  height: 55px;
  padding-top: 10px;
}
#footer p,#footer a {
  color: #fff;
}

