/* 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 droite */
#fondphoto
  {
    position: absolute;
    margin-left: 600px;
    width: 600px;
    height: 600px;
    background: url(fond-comp-photo.jpg) repeat left top ;
/*    background: #aaad9e; /* gris presque neutre */
  }
#photo
  {
    margin-top: 20px;
    margin-left: 20px;
    z-index: 2;
  }
/* partie gauche */
#fondtexte
  {
    position: absolute;
    width: 600px;
    height: 600px;
/*    background: #ad9eaa; /* gris un peu mauve */
   }
#texte
  {
    margin-top: 0px;
    margin-left: 0px;
    z-index: 3;
/*    background: #ad9eaa; */
  }
#formetexte
  {
    position: absolute;
    margin-top: -480px;
    margin-left: 140px;
    width: 460px;
    height: 420px;
    z-index: 2;
/*    background: #ad9eaa; */
  }
 /* Boutons */
#boutond1 a:link /*,
input[type=submit] */
  {
     display: block;
     width: 130px;
     height: 40px;
     z-index: 8;
     text-indent: -1000em;
     background: url(bouton-8.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;
  }
#lesboutons
  {
    position: absolute;
    top: 540px;
    left: 180px;
    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;
  }

