/* Texte utilisé dans le formulaire de contact */
.bod {
	font-family: MS Sans Serif;
	font-size: 10px;
	color: #000000;
}
/* Non utilisé encore */
.sub2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}

/* Texte utilisé dans les articles */	
.bodwh {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF; /* Le texte est en blanc */
	font-weight: bold; /* Le texte est en gras */
}
.bodwh :link { /* Lien */
	font-family: Tahoma;
	font-size: 11px;
	color:#FFFFFF; /* Les liens sont en blanc */
	text-decoration: underline; /* Les liens sont soulignés */
	font-weight: bold; /* Les liens sont en gras */
}
.bodwh :visited { /* Lien visité */
	font-family: Tahoma;
	font-size: 11px;
	color:#FFFFFF; /* Les liens sont en blanc */
	text-decoration: underline; /* Les liens sont soulignés */
	font-weight: bold; /* Les liens sont en gras */
}
.bodwh :hover { /* Lien au survol de la souris */
	font-family: Tahoma;
	font-size: 11px;
	color:#FFFFFF; /* Les liens sont en blanc */
	text-decoration: underline; /* Les liens sont soulignés */
	font-weight: bold; /* Les liens sont en gras */
}
/* Non utilisé encore */
.sub3 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
/* Titre des articles */
.title {
	font-family: Tahoma;
	font-size: 18px;
	font-style: normal;
	color: #FFA523;
	font-weight: bold;
}
/* Sous-titre des articles */
.sub {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}
/* Non utilisé encore */
.title2 {
	color: #5995E6;
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
}
/* Non utilisé encore */
.sub4 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #CC3300;
}
/* Non utilisé encore */
.sub5 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #68A310;
}
/* Non utilisé encore */
.title3 {
	font-family: Garamond;
	font-size: 24px;
	font-weight: normal;
	color: #333333;
	font-style: italic;
}
/* Non utilisé encore */
.title4 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
/* Non utilisé encore */
.nav {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
a.nav:hover { /* Liens */
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
}
/* Menu du pied de page présent en bas du site */
.bodwh2 {
	font-family: MS Sans Serif;
	font-size: 10px;
	color: #FFFFFF;
}
.bodwh2 :link { /* Lien */
	font-family: MS Sans Serif;
	font-size: 10px;
	color:#FFFFFF; /* Les liens sont en blanc */
	text-decoration: underline; /* Les liens sont soulignés */
	font-weight: normal; /* Les liens ne sont pas en gras */
}
.bodwh2 :visited { /* Lien visité */
	font-family: MS Sans Serif;
	font-size: 10px;
	color:#FFFFFF; /* Les liens sont en blanc */
	text-decoration: underline; /* Les liens sont soulignés */
	font-weight: normal; /* Les liens ne sont pas en gras */
}
.bodwh2 :hover { /* Lien au survol de la souris */
	font-family: MS Sans Serif;
	font-size: 10px;
	color:#FFFFFF; /* Les liens sont en blanc */
	text-decoration: underline; /* Les liens sont soulignés */
	font-weight: normal; /* Les liens ne sont pas en gras */
}
