
/* texte centré -------------------------------------------------------------- */
.centré {
	font-size: 11px;
	text-align: center;
}
/* --------------------------------------------------------------------------- */


/* fond blanc cassé + texte centré ------------------------------------------- */
.tableaucentré {
	background-color: #FAFAFA;
	font-size: 11px;
	text-align: center;
}
/* --------------------------------------------------------------------------- */


/* tableau blanc cassé + texte noir justifié --------------------------------- */
.tableautexte {
	background: #FAFAFA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #505050;
	text-align: justify;
}
				.tableautexte a:link{
				font-family: Arial, Helvetica, sans-serif;
				font-size: 11px;
				color: #8E1904;
				text-decoration: underline;
			}
		.tableautexte a:visited{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #828282;
		text-decoration: underline;
	}
				.tableautexte a:hover{
					font-family: Arial, Helvetica, sans-serif;
					font-size: 11px;
					color: #828282;
					text-decoration: underline;
				}
		.tableautexte a:active{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000000;
		text-decoration: underline;
	}
/* --------------------------------------------------------------------------- */


/* tableau blanc cassé + texte noir centré ----------------------------------- */
.tableautextecentré {
	background: #FAFAFA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #505050;
	text-align: center;
}
				.tableautextecentré a:link{
				font-family: Arial, Helvetica, sans-serif;
				font-size: 11px;
				color: #8E1904;
				text-decoration: underline;
			}
		.tableautextecentré a:visited{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #828282;
		text-decoration: underline;
	}
				.tableautextecentré a:hover{
					font-family: Arial, Helvetica, sans-serif;
					font-size: 11px;
					color: #828282;
					text-decoration: underline;
				}
		.tableautextecentré a:active{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000000;
		text-decoration: underline;
	}
/* --------------------------------------------------------------------------- */


/* texte bas de page --------------------------------------------------------- */
.textepetit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #505050;
	text-align: center;
}
				.textepetit a:link {
					font-family: Arial, Helvetica, sans-serif;
					font-size: 9px;
					color: #8E1904;
					text-decoration: underline;
				}
		.textepetit a:visited {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 9px;
			color: #828282;
			text-decoration: underline;
		}
				.textepetit a:hover {
					font-family: Arial, Helvetica, sans-serif;
					font-size: 9px;
					color: #828282;
					text-decoration: underline;
				}
		.textepetit a:active {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 9px;
			color: #000000;
			text-decoration: underline;
		}
/* --------------------------------------------------------------------------- */


/* tableau gris foncé + texte blanc gauche ----------------------------------- */
.tableaumenugauche {
	background: #282828;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
				.tableaumenugauche a:link{
					font-family: Arial, Helvetica, sans-serif;
					font-size: 11px;
					font-weight: bold;
					color: #FFFFFF;
					text-decoration: none;
				}
		.tableaumenugauche a:visited{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: bold;
			color: #DADADA;
			text-decoration: none;
		}
				.tableaumenugauche a:hover{
					font-family: Arial, Helvetica, sans-serif;
					font-size: 11px;
					font-weight: bold;
					color: #EBEBEB;
					text-decoration: none;
				}
		.tableaumenugauche a:active{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: bold;
			color: #FFFFFF;
		}
/* --------------------------------------------------------------------------- */


/* bouton formulaire --------------------------------------------------------- */
input.boutonform {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	background-color:#282828;
	border:1px solid;
	border-top-color:#FFCE00;
	border-left-color:#FFCE00;
	border-right-color:#FFCE00;
	border-bottom-color:#FFCE00;
}
/* --------------------------------------------------------------------------- */


/* champ formulaire --------------------------------------------------------- */
input.champform {
	color:#8E1904;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	background-color:#DDDDDD;
	border:1px solid;
	border-top-color:#FFCE00;
	border-left-color:#FFCE00;
	border-right-color:#FFCE00;
	border-bottom-color:#FFCE00;
}
/* --------------------------------------------------------------------------- */