body {
	margin-top: 0px; /* marge supérieure */
	text-align: center; /* centré */
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #F0EADB;
	background: #f0e3db;
	padding: 0px;
	list-style: disc;
}
body, html {
  scrollbar-face-color: #814f32;
  scrollbar-shadow-color: #000000;
  scrollbar-highlight-color: #ffffff;
  scrollbar-3dlight-color: #cf8c5d;
  scrollbar-darkshadow-color: #814f32;
  scrollbar-track-color: #f0e3db;
  scrollbar-arrow-color: #f0e3db;
}

/* DIV global */

#wrapper {
	width: 799px;
	text-align: left;
	border-top: 0px none;
	border-right: 1px none #f0e3db;
	border-bottom: 1px solid #815032;
	border-left: 1px solid #815032;
	background: url(../images/base/wrapper.jpg);
	height: auto;
	margin: 0 auto;

}


/* DIV du logo*/

#header {
	height: 110px; /* Hauteur */
	padding: 0px;
	width: 799px;
	float: none;
	color: #f0e3db;
	margin: auto;
	background: url(../images/base/banniere.jpg);

}
#tableauliens {
	background: #815032;
	width: 799px;
	color: #f0e3db;
	height: auto;
	margin-top: auto;
	padding-left: 0px;
	margin-left: 0px;
	border-top: none;
	border-bottom: none;
	border-right-style: none;
	border-left-style: none;
}
#tableauliens td {
	background: #815032;
	color: #f0e3db;
	font-weight: bold;
	border-top: 1px solid #f0e3db;
	border-right: 1px solid #f0e3db;
	border-bottom: 1px solid #f0e3db;
	border-left: none #f0e3db;
}

*/ 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 {
  font: 10px/normal Verdana, Arial, Helvetica, sans-serif;
  border-bottom: #660000;
  float: none;
  padding: 0px;
  height: auto;
  border-top-color: #660000;
  border-right-color: #660000;
  border-left-color: #660000;
  width: 579px;
  margin: 0px 0 0 220px;

}


/* Titre 1 de la section principale */

#main h1 {
	color: #f0e3db;
	font-size: 12px;
	font-variant: small-caps;
	margin-top: 0px;
	background: center;

}

/* DIV du menu */

#menu {
  float: left; /* flotte à gauche */
  width: 209px;
  font: 10px/20px Verdana, Arial, Helvetica, sans-serif;
  list-style: none outside;
  letter-spacing: 0em;
  text-align: left;
  text-indent: 0px;
  border-right: 0px solid #A13636;
  border-left: 0px none;
  border-top-style: none;
  border-bottom: none;
  margin: 0px;
  height: auto;
  padding: 10px 10px 0px 0px;

}

a:link {
	color: #f0e3db;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #f0e3db;
	font-size: 10px;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #815032;
	font-size: 10px;
	font-weight: normal;
}
a:active {
	text-decoration: none;
	color: #f0e3db;
	font-size: 10px;
	font-weight: bold;
}
#footer {
	clear: both;
	margin: auto;
}

