@charset "UTF-8";
/* CSS Document */

.Titre {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #FF6600;
}


.Texte {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #333333;
	text-align: justify;
}



.Crédits {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: normal;
	color: #FF6600;
}
.Titre_centr {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #FF6600;
	text-align: center;
}
.TexteCtr {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #333333;
	text-align: center;
}

