/* Présentation générale */
body 
  {
     background: #ffffff ;
     text-align: center;
     margin: 20px;
     padding: 0;  
  }
/* Principal */
#principal 
  {
    width:1200px;
    position: absolute; 
  }

/* Centré */
.centre
  {
    width: 1200px;
    margin: 0 auto;
    text-align: left;
  }
/* Forme des liens */
a
  {
    color: #000000;
    text-decoration: none;
  }
/* Centre de la page */
#fondphoto
  {
    position: absolute;
    top: 20px;
    left: 200px;
    width: 800px;
    height: 600px;
    background-image: url(fond-actualite.jpg);
  }
/* texte */
@font-face {
  font-family: "Carmenta";
  src: url(/Carmenta_Regular_2.00.ttf);
}
#texte-actualite {
  font-family: "Carmenta";
  overflow-y: scroll;
  position: absolute;
  top: 20px;
  left: 40px;
  height: 520px;
  width: 700px;
  }
/* Boutons */
#boutond4 a:link, #boutond4 a:visited, #boutond4 a:active
  {
     display: block;
     width: 130px;
     height: 40px;
     z-index: 8;
     text-indent: -1000em;
     background: url(bouton-4.png) no-repeat left top;
 }
#boutond4 a:hover, #boutond4 a:focus
  {
     background-position: right top;
  }
#boutond9 a:link, #boutond9 a:visited, #boutond9 a:active
  {
     display: block;
     width: 130px;
     height: 40px;
     z-index: 8;
     text-indent: -1000em;
     background: url(bouton-9.png) no-repeat left top;
 }
#boutond9 a:hover, #boutond9 a:focus
  {
     background-position: right top;
  }
#boutond7 a:link, #boutond7 a:visited, #boutond7 a:active
  {
     display: block;
     width: 130px;
     height: 40px;
     z-index: 8;
     text-indent: -1000em;
     background: url(bouton-7.png) no-repeat left top;
 }
#boutond7 a:hover, #boutond7 a:focus
  {
     background-position: right top;
  }
#lesboutons
  {
    position: absolute;
    top: 570px;
    left: 400px;
    z-index: 11;
  } 
ul.listeboutons
  {
     margin: 0;
     padding: 0;
     list-style-type: none;
  }
ul.listeboutons li
  {
     float: left;
     margin-right: 0.9em;
     z-index: 9;
  }
/* Photos */
#gauche
  {
    position: absolute;
    top: 20px;
    width: 200px;
    height: 600px;
    background: url(fond-comp-photo.jpg) repeat left top ;
  }
#droite
  {
    position: absolute;
    top: 20px;
    left: 1000px;
    width: 200px;
    height: 600px;
    background: url(fond-comp-photo.jpg) repeat left top ;
  }

