/* Textes */
.texte
{
	font-family : Arial;
	font-size : 12px;
	text-decoration : none;
	color : #000000;
}

.tnoir
{
	font-family : Arial;
	font-size : 8px;
	text-decoration : none;
	color : #000000;
}

.tbleu
{
	font-family : Arial;
	font-size : 11px;
	text-decoration : none;
	color : #221293;
}

.tgris
{
	font-family : Arial;
	font-size : 11px;
	text-decoration : none;
	color : #E5E5E5;
}

.blanc
{
	font-family : Arial;
	font-size : 11px;
	text-decoration : none;
	color : #FFFFFF;
}

.titre
{
	font-family : Arial;
	font-size : 14px;
	text-decoration : none;
	color : #000000;
	font-weight : bold;
}

/* Lien */

a.lnoir
{
	font-family : Arial;
	font-size : 12px;
	text-decoration : underline;
	color : #000000;
}

a.navb
{
	font-family : Arial;
	font-size : 11px;
	text-decoration : none;
	color : #FFFFFF;
}

a.navb:hover
{
	text-decoration : underline;
}

a.navn
{
	font-family : Arial;
	font-size : 11px;
	text-decoration : none;
	color : #000000;
}

a.navn:hover
{
	text-decoration : underline;
}
