/**
 * Les règles C.S.S. propres à la page d'accueil.
 */

div#site {
  height: 735px;
  /*margin-top: -367px;*/
}

  div#corps {
    background-image: url("../images/corps/index_arrierePlan.png");
    height: 594px;
  }
  
    div#animation {
      height: 274px;
    }
    
    div#blocs {
      padding: 0 12px;
    }
    
      div#blocs div.bloc {
        float: left;
        height: 236px;
        width: /*326px*/ 318px;
      }
      
        div#blocs div.bloc a img {
          height: 236px;
          width: /*326px*/ 318px;
        }
    
    div#texte {
      clear: left;
      height: 74px;
      overflow: hidden;
      padding: 0px 31px 10px;
    }
    
      div#texte {
        color: #fff;
        font-family: sans-serif;
        font-size: 8pt;
        text-align: justify;
      }
  
  div#piedDePage {
    background-image: url("../images/piedDePage/index_arrierePlan.png");
    height: 30px;
  }
  
    #piedDePage p {
      padding: 7px 0 13px;
    }


#distri_fleche {
  z-index: 100;
  position: absolute;
}
