body {
  margin-top: 0px; /* marge supérieure */
  text-align: center; /* centré */
  font: 10px Verdana, Arial, Helvetica, sans-serif;
  color: #692000;
  background: #F7E2D1 url(../images/base/fond_arbre.jpg) no-repeat fixed center top;
  padding: 0px;
  list-style: disc;
}
body, html {
  scrollbar-face-color: #d9a26c;
  scrollbar-shadow-color: #692000;
  scrollbar-highlight-color: #f7e2d1;
  scrollbar-3dlight-color: #ffffff;
  scrollbar-darkshadow-color: #692000;
  scrollbar-track-color: #f7e2d1;
  scrollbar-arrow-color: #f7e2d1;
}

/* DIV global */

#wrapper {
  width: 779px;
  margin: 0 auto auto;
  text-align: left;
  border-top: 0px none;
  border-right: 1px solid #660000;
  border-bottom: 1px solid #660000;
  border-left: 1px solid #660000;
  height: auto;

}
#tableauliens {
  background: #9A9300;
  width: 778px;
  height: auto;
  margin-top: auto;
  padding-left: 0px;
  margin-left: 0px;
  border-top: 1px none #692000;
  border-right: 1px solid #692000;
  border-bottom: 1px solid #692000;
  border-left: 1px solid #692000;
}


/* DIV du logo*/

#header {
	height: 100px; /* Hauteur */
	padding: 0px;
	width: 779px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	border: 1px none #692000;
	background-image: url(../images/base/banniere.jpg);

}

*/ Titre 1 de cet en-tête */

#header h1 {

font-variant: small-caps; /* Petites capitales */

colo:r white; /* blanc */

}

/* DIV de la section principale */

#main {
  padding: 0px; /* Remplissage */
  /* bordure gauche 170 pixels */

margin: 0 0 0 40px;
  width: 700px;
  border-right: thin none #660000;
  text-align: center;
  height: auto;
  float: none;

}
#tableauliens td {
  background: #9A9300;
  color: #692000;
  font-weight: bold;
  border-top: 1px none #692000;
  border-right: 1px solid #692000;
  border-bottom: 1px none #692000;
  border-left: 1px none #692000;
}


/* Titre 1 de la section principale */

#main h1 {
  color: #691F02;
  font-size: 12px;
  font-variant: small-caps;
  margin-top: 20px;
  text-align: center;

}
h2 {
  color: #692000;
  background: #F7E2D1;
  width: 160px;
  padding-left: 4px;
  margin-left: 20px;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 10px;
}

a:link {
  color: #692000;
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
}
a:visited {
  text-decoration: none;
  color: #692000;
  font-size: 10px;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
  color: #662100;
  font-size: 10px;
  font-weight: normal;
}

a:active {
  text-decoration: none;
  color: #692000;
  font-size: 10px;
  font-weight: bold;
}
.fltrt {
    	float: right;
    	margin-left: 8px;
    }
 
    .clearfloat {
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
   

