/* CSS Document */

.titre
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FF9900;
	font-weight: bolder;
	text-decoration: underline;
}

.lien
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3300CC;
}

.lien:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3300CC;
	text-decoration: underline;
}


.txt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.txtG
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;	
}

.bouton
{
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	color: #FFFF99;
}

.bouton:hover
{
	font-family: Courier New, "Courier", mono;
	font-size: 16px;
	color: #FFCC00;
	font-weight: bold;
	text-decoration: underline;	
}


