body        { background-color: #FFFFFF; margin: 0; font-family: Arial }


/* n1
taupe couleur1 #806555
orange couleur2 #FF9100
vert couleur3 #99CB16
rouge couleur4 #FF4A00
*/

/* n2
#FFD100 jaune
#F93815 rouge-ardoise
#D9EE21vert (lettres titre tetiere)
#FF7F00 brun/orange (fonds colonnes)
*/

/*n3
#0480B7 bleu
#597177 gris
#CE0F0D rouge foncé
#318124 vert foncé
*/



/* texte */
.texteptt { color: #000000; font-size: 9px }
a.texteptt {
	color: #000000;
	font-size: 9px;
	text-decoration: none;
}
a.texteptt:hover {
	color: #FF9100;
	font-size: 9px;
	text-decoration: none;
}

.texte1  {
	color: #000000;
	font-size: 24px;
	font-family: Arial;
	text-decoration: none;
}

.texte2  {
	color: #000000;
	font-size: 22px;
	font-family: Arial;
	text-decoration: none;
}
a.texte2  {
	color: #000000;
	font-size: 22px;
	font-family: Arial;
	text-decoration: none;
}

.texte3  {
	color: #000000;
	font-size: 21px;
	font-family: Arial;
	text-decoration: none;
}

.texte4  {
	color: #000000;
	font-size: 18px;
	font-family: Arial;
	text-decoration: none;
}

.texte5  {
	color: #000000;
	font-size: 16px;
	font-family: Arial;
	text-decoration: none;
}

.texte     { color: #000000; font-size: 13px; font-family: Arial; text-decoration: none }
a.texte     { color: #000000; font-size: 13px; font-family: Arial; text-decoration: none }

.texte_taupe {
	color: #806555;
	font-size: 13px;
	font-family: Arial;
	text-decoration: none
}

.texte_vert {
	color: #99CB16;
	font-size: 13px;
	font-family: Arial;
	text-decoration: none
}

.texte_rouge {
	color: #f93815;
	font-size: 13px;
	font-family: Arial;
	text-decoration: none
}

/* titres*/

.titreptt   {
	font-size: 16px;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
}

a.titreptt   {
	color: #000000;
	font-size: 16px;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
}

.titre   { font-size: 22px; font-variant: small-caps; font-weight: bold; text-decoration: none }

.titreblc   { color: #ffffff; font-size: 22px; font-variant: small-caps; font-weight: bold; text-decoration: none }
/* illustrations flotantes dans le texte*/
.ill-droite   { margin-top: 6px; margin-bottom: 6px; margin-left: 6px; float: right }
.ill-gauche   { margin-top: 6px; margin-right: 6px; margin-bottom: 6px; float: left }
