html, body {
  margin-left: auto;
  margin-right: auto;
  clear: both;
  font-family: Arial;
  background: #F9CE8A url('images/bb2.png') repeat-x; /* #8c161b; #C1140E; */
  height: 100%;
  }
  

/* Tableaux */

#tabhauttitre {
  height: 10px;
  width: 1000px;
  border-collapse: collapse;
  }

td#titre {
  font-family: Arial;
  font-size: 95%;
  font-weight: bold;
  color: #G0G0G0;
  }
#tabprincipal {
  height: 98%;
  width: 95%;
  border-collapse: collapse;
  background: #F8E0A2 url('images/bb3.png') repeat-x;
  }
#tabcoeur {
  /* height: 85%; */
  /* width: 500px; */
  /* background: #DBDBDB; */
  }
#tabmenu {
  /* height: 80%; */
  width: 250px;
  /* background: #DBDBDB; */
  }
#tabtitre {
  height: 20px;
  font-family: lucida handwriting;
  font-size: 200%;
  color: #C1140E;
  vertical-align: top;
  /* background: url("images/fondgris.png");*/ /* #A0A0A0; */
  }
#tabpieddepage {
  /* height: 10%; */
  color: #C1140E;
  /* background: #DBDBDB; */
  }
 
/* Liens */

/* Liens menu de gauche */
a#lienmenu {
  font-family: Arial;
  font-size: 95%;
  display: block;
  background: url("images/blank.png") 0 0 no-repeat;
  text-decoration: none;
  }
a#lienmenu:link {
  text-decoration: none;
  color: #C1140E;
  }
a#lienmenu:visited {
  text-decoration: none;
  color: #C1140E;
  }
a#lienmenu:active {
  text-decoration: none;
  }
a#lienmenu:hover {
  text-decoration: none;
  color: #EE7912;
  background: url("images/hover.png") 0 0 no-repeat;
  }

/* Lien pour image */
#lienimage {
  font-family: Arial;
  font-size: 100%;
  text-decoration: none;
  font-style: italic;
  }
a#lienimage:link {
  text-decoration: none;
  color: #C1140E;
  }
a#lienimage:visited {
  text-decoration: none;
  color: #C1140E;
  }
a#lienimage:active {
  text-decoration: none;
  }
a#lienimage:hover {
  text-decoration: none;
  color: #EE7912;
  }
  
/* Lien classique */
#lienclassic {
  font-family: Arial;
  font-size: 80%;
  text-decoration: none;
  }
a#lienclassic:link {
  text-decoration: none;
  color: #C1140E;
  }
a#lienclassic:visited {
  text-decoration: none;
  color: #C1140E;
  }
a#lienclassic:active {
  text-decoration: none;
  }
a#lienclassic:hover {
  text-decoration: none;
  color: #EE7912;
  }
  
/* Lien menu de droite */
#liendroite {
  font-family: Arial;
  font-size: 95%;
  text-decoration: none;
  }
a#liendroite:link {
  text-decoration: none;
  color: #C1140E;
  }
a#liendroite:visited {
  text-decoration: none;
  color: #C1140E;
  }
a#liendroite:active {
  text-decoration: none;
  }
a#liendroite:hover {
  text-decoration: none;
  color: #EE7912;
  }