@charset "iso-8859-1";
.texte1
{
	font-family:	Georgia, "Times New Roman", Times, serif;
	font-size:		12pt;
	font-style:		normal;
	font-weight:	normal;
}

.texte1bold
{
	font-family:	Georgia, "Times New Roman", Times, serif;
	font-size:		12pt;
	font-style:		normal;
	font-weight:	bold;
}

.texte1bleu
{
	font-family:	Georgia, "Times New Roman", Times, serif;
	font-size:		12pt;
	font-style:		normal;
	font-weight:	normal;
	color:			#66CCFF;
}

.texte1boldbleu
{
	font-family:	Georgia, "Times New Roman", Times, serif;
	font-size:		12pt;
	font-style:		normal;
	font-weight:	bold;
	color:			#66CCFF;
}

.lien
{
	font-family:	Geneva, Arial, Helvetica, sans-serif;
	font-size:		12pt;
	font-style:		normal;
	font-weight:	normal;
}

a.lien:link			{color: #66CCFF}
a.lien:visited		{color: magenta}
a.lien:hover		{color:	red}

.groslien
{
	font-family:	Geneva, Arial, Helvetica, sans-serif;
	font-size:		16pt;
	font-style:		italic;
	font-weight:	bold;
}

a.groslien:link			{color: cyan}
a.groslien:visited		{color: magenta}
a.groslien:hover		{color:	red}

.site
{
	font-family:	Georgia, "Times New Roman", Times, serif;
	font-size:		12pt;
	font-style:		italic;
	font-weight:	bold;
	color:			#66CCFF;
}

.titre
{
	font-family:	Georgia, "Times New Roman", Times, serif;
	font-size:		14pt;
	font-style:		italic;
	font-weight:	bold;
	color:			#FFFF66;
}

.invisible
{
	font-family:	Georgia, "Times New Roman", Times, serif;
	font-size:		14pt;
	font-style:		italic;
	font-weight:	bold;
	color:			#FFFF66;
}
a.invisible:link		{color: #FFFF66; text-decoration: none;}
a.invisible:visited		{color: #FFFF66; text-decoration: none;}
a.invisible:hover		{color: #FFFF66; text-decoration: none;}

.titrebleu
{
	font-family:	Georgia, "Times New Roman", Times, serif;
	font-size:		14pt;
	font-style:		italic;
	font-weight:	bold;
	color:			#66CCFF;
}

.titre2
{
	font-family:	Georgia, "Times New Roman", Times, serif;
	font-size:		18pt;
	font-style:		italic;
	font-weight:	bold;
	color:			#99CC00;
}

.borderjaune
{
	border:	2px solid #FFFF66;
}

.borderbleu
{
	border:	2px solid #66CCFF;
}