/* --------------------------------------------------
  STRUCTURE
===================================================== */

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  min-width: 960px;
  font-size: 100%;
}

#page {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  height: 100%;
  color: #fff;
  background-color: #292b2f;
}

#zone-entete-de-page {
  min-height: 69px; /* +5 pour px transparents */
  color: #595959;
  background: #fff url(/erreurs/image/a00-entete-fond-degrade.png) repeat-x left bottom;
  margin-bottom: -5px;
}

#entete {
  position: relative;
  width: 940px;
  margin: 0 auto;
  overflow: hidden;
  min-height: 64px;
}

#zone-centrale {
  color: #595959;
  background: #fff url(/erreurs/image/a00-fond-contenu-ombre.gif) repeat-x left top;
}

#centre {
  position: relative;
  width: 940px;
  margin: 0 auto;
  padding-top: 3px;
  overflow: hidden;
}

#zone-pied-de-page {
  color: #fff;
  background-color: #292b2f;
}

#pied {
  position: relative;
  width: 940px;
  margin: 0 auto;
  padding-bottom: 40px;
  overflow: hidden;
}


/* --------------------------------------------------
  ENTÊTE
===================================================== */

#entete #logo {
  float: left;
  width: 154px;
  height: 32px;
  padding: 16px 0;
}

#entete #logo h1 {
  margin: 0;
  padding: 0;
  font-size: 1em;
}


/* --------------------------------------------------
  CONTENU ET CORPS DE LA PAGE
===================================================== */

#contenu {
  position: relative;
  float: left;
  width: 940px;
  padding-top: 1em;
  margin-bottom: 35px;
  overflow: hidden;
}

#contenu h1 {
  margin-top: 0;
  padding-bottom: 10px;
  color: #008c53;
  font-size: 2.5em;
  font-weight: normal;
  background: url(/erreurs/image/a00-filet-titre.png) repeat-x left bottom;
}

#corps {
  float: left;
  width: 700px;
}

#corps > *:first-child {
  margin-top: 0;
}

#corps > .image-droite:first-child + *, #corps > .image-gauche:first-child + * {
  margin-top: 0;
}

/* --------------------------------------------------
  PIED DE PAGE
===================================================== */

#zone-legale {
  text-align: center;
  padding: 1em 0;
  font-size: 0.9em;
  color: #cbcbcb;
  border-top: 1px solid #3e3e3e;
  overflow: hidden;
}

#zone-legale p.copyright { clear: both; margin: 0.5em 0; padding: 0; }


/* --------------------------------------------------
  RÈGLES GÉNÉRALES
===================================================== */

a img {
  border: none;
}
