/**
 * Les règles C.S.S. propres aux pages internes.
 */
 
body {
  overflow: hidden;
}

div#site {
  height: 643px;
  /*margin-top: -382px;*/
}

  div#corps {
    background-image: url("../images/corps/page_arrierePlan.png");
    height: 470px;
    padding: 38px 40px 6px 68px;
    width: 870px;
  }
  
    div#contenu {
      color: #7f716c;
      font-family: Arial, sans-serif;
      height: 470px;
      overflow: hidden;
      position: relative;
      padding-right: 10px;
      width: 860px;
    }

      div#contenu h1 {
        color: #dc002e;
        font-family: Arial, sans-serif;
        font-size: 14pt;
        font-weight: bold;
        padding-bottom: 1em;
        padding-top: 34px;
        text-transform: capitalize;
      }
  
  div#piedDePage {
    background-image: url("../images/piedDePage/page_arrierePlan.png");
    height: 18px;
  }
