/*/////////////////// MENU //////////////////////*/
.texte-menu {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #684833;
	text-decoration: none;
}
H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #361600;
	margin-bottom: 0px;
	font-weight: normal;
}
.texte-menu a {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #684833;
	text-decoration: none;
}
.texte-menu a:hover {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #BD0000;
	text-decoration: none;
}
.current {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #BD0000;
	text-decoration: none;
}
.current a {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #BD0000;
	text-decoration: none;
}
.current a:hover {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #BD0000;
	text-decoration: none;
}
/*/////////////////// FOOTER //////////////////////*/
.texte-footer {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10pt;
	font-weight: normal;
	color: #C1B09E;}
.texte-footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 10px;
	font-weight: normal;
	color: #FFC082;
	text-decoration: none;
}
.texte-footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 10px;
	font-weight: normal;
	color: #FFC082;
	text-decoration: underline;
}
/*/////////////////// TEXTE CONTENU //////////////////////*/
.titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #A28D77;
}
.texte-normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #361600;
}
.texte-normal a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BD0000;
}
.texte-normal a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BD0000;
}
/*/////////////////// DIVERS //////////////////////*/
.hidden {
	visibility: hidden;
}
.visible {
	visibility: visible;
}
.champ_on {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#361600;
	background-color: #ffffff;
	border:#cccccc solid 1px;
}
.champ_off {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#361600;
	background-color: transparent;
	border:#cccccc solid 1px;
}

.description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #857055;
}
.tableau {
	border: dotted 1px #6e3e13;
	}
	
.moteur-recherche {
	border: dotted 1px #ffba00;
	}
