/* CSS Document */

.grandTitre
{
	color:Navy;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold
}

.titre
{
	color:Navy;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

.text
{
	color:#000066;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.lien
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.mini
{
	font-size: 9px;
}

.marqueRouge
{
	font-size:12px;
	color:red;
	font-weight:bold;
}
.requiered
{
	text-decoration:underline;
}

