
/* fond de page blanc -------------------------------------------------------- */
body {
	background-color: #FFFFFF;
}
/* --------------------------------------------------------------------------- */


/* texte noir justifié ------------------------------------------------------- */
.textejustifie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: justify;
}
	.textejustifie a:link{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #CC0000;
		text-decoration: underline;
	}
		.textejustifie a:visited{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 13px;
			color: #828282;
			text-decoration: underline;
		}
			.textejustifie a:hover{
				font-family: Arial, Helvetica, sans-serif;
				font-size: 13px;
				color: #828282;
				text-decoration: underline;
			}
				.textejustifie a:active{
					font-family: Arial, Helvetica, sans-serif;
					font-size: 13px;
					color: #000000;
					text-decoration: underline;
				}
/* --------------------------------------------------------------------------- */


/* texte noir centré --------------------------------------------------------- */
.textecentre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: center;
}
	.textecentre a:link{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #CC0000;
		text-decoration: underline;
	}
		.textecentre a:visited{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 13px;
			color: #828282;
			text-decoration: underline;
		}
			.textecentre a:hover{
				font-family: Arial, Helvetica, sans-serif;
				font-size: 13px;
				color: #828282;
				text-decoration: underline;
			}
				.textecentre a:active{
					font-family: Arial, Helvetica, sans-serif;
					font-size: 13px;
					color: #000000;
					text-decoration: underline;
				}
/* --------------------------------------------------------------------------- */


/* titre de page ------------------------------------------------------------- */
.titrepage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #FFCE00;
	text-align: center;
}
/* --------------------------------------------------------------------------- */


/* sous titre de page -------------------------------------------------------- */
.soustitrepage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #DDDDDD;
	text-align: center;
}
/* --------------------------------------------------------------------------- */


/* texte gras ---------------------------------------------------------------- */
.textegras {
	font-weight: bold;
}
/* --------------------------------------------------------------------------- */


/* texte gras centré --------------------------------------------------------- */
.textegrascentre {
	font-weight: bold;
	text-align: center;
}
/* --------------------------------------------------------------------------- */