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

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

/* texte */
.texteptt { color: #000000; font-size: 9px }
a.texteptt {
	color: #000000;
	font-size: 9px;
	text-decoration: none;
}
a.texteptt:hover {
	color: #597177;
	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;
}

.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;
}

.textecouleur1 {
	color: #0480b7;
	font-size: 13px;
	font-family: Arial;
	text-decoration: none;
}

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

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

.textecouleur4 {
	color: #318124;
	font-size: 13px;
	font-family: Arial;
	text-decoration: none;
}
/* titres*/

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

.titrepttcouleur1   {
	color: #0480b7;
	font-size: 16px;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
}

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

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

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

.titre  { color: #f60; font-size: 22px; font-variant: small-caps; font-weight: bold }

/* lettrine */
.lettrine   {
	color: #ffffff;
	font: bold 3em/1em Georgia;
	background-color: #597177;
	margin-right: 3px;
	padding: 1px; 
	float: left
}

/* a */
.a     {
	color: #318124;
	font-family: Arial;
	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;
}

