p /* Paragraphe en verdana, en 10 pixel ~ -2 */
{
	font-family: Verdana, arial;	
	font-size: 10px;
	text-indent: 2px; /* Les paragraphes commenceront 2 pixels sur la droite */
	text-align: justify; /* Ils seront justifiés */
}

a:active  /* Quand le visiteur clique sur le lien */
{
	color: black;
}

a:hover  /* Quand le visiteur pointe sur le lien */
{
	text-decoration: underline;
	color: #67B96F;
}

a /* Lien normal */
{
	text-decoration: none;
	color: #67B96F;
}

td
{
	font-family: Verdana;
	font-size: 10px;
	
}

.titre
{
/*	font-weight: bold; */
	color: #67B96F;
	font-family: Verdana;
	font-size: 10px;
}

.centrer
{
	text-align: center;
}

.date
{
COLOR: #67B96F;
}

.construction
{
COLOR: #666666;
}