body{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*text-align: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color: #372400;
	background: #d8c9a0;
	margin:0;
	text-align: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
}
#mainContent
	{
	float: left;
	width: 524px;
	max-width:524px;
	margin-left: 163px;
	background: white; 
}
* html #mainContent
	{
	display: inline;
	}
#gauche
	{
   background-image:url(img/fond-gauche.jpg);
   background-repeat:repeat-y;
   font-size:0.7em;
	color: #372400;
	float: left;
	width: 163px;
	margin-left: -688px;
	}
#droite
	{
	float: left;
	width: 176px;
   background-color:tranparent;
   background-image:url(img/fond-droite.jpg);
   background-repeat:repeat-y;
	}
/* Start Mac IE5 filter \*/
#mainContent, #gauche, #droite
	{
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
	}
@media all and (min-width: 0px) {
#mainContent, #gauche, #droite
	{
	padding-bottom: 0 !important;
	margin-bottom: 0 !important; 
	}
#mainContent:before, #gauche:before, #droite:before
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]';
	display: block;
	background: inherit;
	padding-top: 32767px !important;
	margin-bottom: -32767px !important;
	height: 0;
	}
}
/* End Mac IE5 filter */
#wrapper
	{
	text-align: left; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	width: 864px;
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
	margin: 0 auto; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
	}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper
	{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
	}
/* easy clearing */
#wrapper:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#wrapper
	{
	display: inline-block;
	}
/*\*/
#wrapper
	{
	display: block;
	}
/* end easy clearing */
#footer
	{
	border-top: #372400 3px solid;
	width: 505px;
	max-width:490px;
	margin-left: 170px;
	padding-left:10px;
	padding-right:10px;
	padding-top: 10px;
	padding-bottom: 20px;
	clear: both;
	font-size:0.8em;
	}
#header {
	width: 864px;
	background: transparent; 
    background-image:url(img/entete.jpg);
	height: 329px;
	padding: 0  0px 0 0px;  /* ce remplissage correspond à l'alignement à gauche des éléments des div qui apparaissent en dessous. Si, au lieu de texte, c'est une image qui est insérée dans l'élément #header, il est conseillé de supprimer le remplissage. */
	}

/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */
* > #footer, * > form, * > #notes, * > .output
	{
	position: relative;
	z-index: 1000;
	}

