body {
	background:#6f5b39;
}
#entete {
	background:#fbe799 url(images/entete.jpg) top center no-repeat;
	height:155px;
	width:800px;
	margin:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
}
#global {
	background-color:#fbe799;
	width:800px;
	height:auto;
	margin:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
}
#contenu {
	background:#fbe799;
	width:500px;
	margin:0;
	padding:0;
	float: left;
	/*margin-left:auto;
	margin-right:auto;*/
}
#menu {
	background:#fbe799;
	width:250px;
	margin:0;
	padding:0;
	float: right;
}
#footer {
	background:#fbe799;
	width:800px;
	margin:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	clear:left;
}
h1 {
	background:#fbe799 url(images/h1.jpg) top left no-repeat;
	height:80px;
	width:500px;
	margin:0;
	padding:0;
	text-indent: 135px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6F5B39;
	font-size: 28px;
	line-height: 80px;
	border-bottom: #CFA96B dashed 1px;
}
.fond-contenu {
	background:#fbe799 url(images/fond-div-contenu.gif) top left no-repeat;
	width:500px;
	display:block;
	margin-top:1px;
}
.Pcontenu{
	color: #6F5B39;
	margin-left: 20px;
	margin-right: 10px;
	text-indent: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 16px;
	text-align: justify;
}
.monLien{
	color: #6F5B39;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 16px;
	font-style:italic;
	text-decoration:none;
}
.monLien:hover{
text-decoration:underline;
}
.footer {
	color: #6F5B39;
	margin-left: 10px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 3px;
	margin-top: 3px;
	line-height: 10px;
}
.menu {
	color: #6F5B39;
	margin-left: 20px;
	margin-right: 10px;
	text-indent: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 16px;
	border-bottom: #CFA96B dashed 1px;
}
#menu a{
	color: #6F5B39;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
}
#menu a:hover{
font-weight:bold;
letter-spacing: 0px;
}
 li {
	color: #6F5B39;
	text-indent: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 16px;
	list-style-type: square;
}
#tarifs {
	width:470px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0px;
	text-align: center;
	color: #6F5B39;
}
.zoneVert{
background-color:#fbe989;
}
.zoneOrange{
background-color:#E7CA87;
}
.zoneRouge{
background-color:#fbcf89;
}
#tarifs td {
	border-bottom: #CFA96B dashed 1px;
}
a.info {
   position: relative;
   color: black;
   text-decoration: none;
   border-bottom: 1px gray dotted; /* on souligne le texte */
}
a.info span {
   display: none; /* on masque l'infobulle */
}
a.info:hover {
   background: none; /* correction d'un bug IE */
   z-index: 500; /* on définit une valeur pour l'ordre d'affichage */
   cursor: help; /* on change le curseur par défaut en curseur d'aide */
}
a.info:hover span {
	display: inline; /* on affiche l'infobulle */
	position: absolute;
	white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
	top: 30px; /* on positionne notre infobulle */
	left: 20px;
	color: #FBE799;
	padding: 3px;
	border: 1px solid #FBE799;
	border-left: 4px solid #FBE799;
	background: #6f5b39;
}
.teteTableau {
	width:15%;
	height:auto;
	padding-bottom: 10px;
}
textarea, input, select {
	background-color:#fbe289;
	color:#6f5b39;;
	margin-left: 5px;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: justify;
}
#valid {
text-align:center;
width:170px;
}
#entete h1{
text-indent:-5000px;
background:none;
border:none;
}
#entete h1 a{
	display:block;
	height:155px;
	width:800px;
	margin:0;
	padding:0;
}
.invisible{
display:none;
}
