* {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
 

  
}
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 */
}
#conteneur {
  width: 1024px; /* Spécifier la largeur du site, afin de le centrer */
  height:590px; /* Optionel */
  background: url(/images/fond.jpg) 0 0 no-repeat;
  margin-left: auto; /* Permet de centrer le site horizontalement */
  margin-right: auto; /* Permet de centrer le site horizontalement */
}
#site {
  width: 858px;
  /*height: 700px;*/
  margin-left: auto;
  margin-right: auto;
  border-color:#6EBB1F;
  border:3px;
  text-align: center;
  background: url(/images/fond-site.png) 0 0 repeat-y;
}
#content {
  /*float: left;*/
  width: 840px;
  margin-left: 7px;
  margin-top:7px;
  height: 150px;
}
#footer {
  width: 832px;
  margin-left: 7px;
  margin-right: auto;
  height: 54px;
  background: url(/images/bg-footer.gif) 0 0 no-repeat;
  text-align: left;
}
#footer p {
  color: #fff;
  text-align: center;
}
#footer a {
  color: #fff;
}
#footer a.lien-contact {
  color: #8b1219;
  font-weight: bold;
}
#content-footer {
  position: absolute;
  width: 857px;
  
  margin-top: -48px;
  padding-top: 13px;
}
#footer2 {
  width: 832px;
  margin-left: -1px;
  margin-right: auto;
  height: 54px;
  background: url(/images/bg-footer.gif) 0 0 no-repeat;
  text-align: left;
}

#footer3 { 
  width: 1060px;
  margin-left: -95px;
  margin-right: auto;
  height: 75px;
  text-align: center;
  background-color: #C7C1C1;  
  }
  
#footer3 p {
  color: #6A6260;
  text-align: center;
}
#footer3 a {
  color: #6A6260;
}

#footer-content { 
  color: #757575;  
  margin-top: -24px;
  padding-top: 13px;
  }

#footer2 p {
  color: #fff;
  text-align: center;
}
#footer2 a {
  color: #fff;
}
#footer2 a.lien-contact {
  color: #8b1219;
  font-weight: bold;
}
#content-footer2 {
  position: absolute;
  width: 857px;  
  margin-top: -48px;
  padding-top: 13px;
}
#contenu-site {
  clear: both;
  position: relative;
 font-size: 14px;
	margin-left: 7px;
 border:3px;
 border-color:#6EBB1F;
}
#contenu-site-home {
  clear: both;
  position: relative;
  height: 370px;
}
