/* 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;
  }
/* Partie gauche */
#fondphoto
  {
    position: absolute;
    width: 980px;
    height:600px;
  }
#photo
  {
    margin-top:0px;
    margin-left: 0px;
  }
/* Partie droite */
#fonddecor
  {
    position: absolute;
    margin-left: 980px;
    width: 220px;
    height: 600px;
    background: url(fond-comp-photo.jpg) left top ;
  }
 /* Boutons */
#boutond1 a:link
  {
     display: block;
     width: 130px;
     height: 40px;
     z-index: 8;
     text-indent: -1000em;
     background: url(bouton-4.png) no-repeat left top;
 }
#boutond1 a:hover
  {
     background-position: right top;
  }
#boutond2 a:link
  {
     display: block;
     width: 130px;
     height: 40px;
     z-index: 8;
     text-indent: -1000em;
     background: url(bouton-7.png) no-repeat left top;
 }
#boutond2 a:hover
  {
     background-position: right top;
  }
#boutond3 a:link
  {
     display: block;
     width: 130px;
     height: 40px;
     z-index: 8;
     text-indent: -1000em;
     background: url(bouton-9.png) no-repeat left top;
 }
#boutond3 a:hover
  {
     background-position: right top;
  }
#boutond4 a:link
  {
     display: block;
     width: 130px;
     height: 40px;
     z-index: 8;
     text-indent: -1000em;
     background: url(bouton-10.png) no-repeat left top;
 }
#boutond4 a:hover
  {
     background-position: right top;
  }
#boutond5 a:link
  {
     display: block;
     width: 130px;
     height: 40px;
     z-index: 8;
     text-indent: -1000em;
     background: url(bouton-3.png) no-repeat left top;
 }
#boutond5 a:hover
  {
     background-position: right top;
  }
#lesboutons
  {
    position: absolute;
    top: 540px;
    left: 120px;
    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;
  }

