/* ---------------------------------------------------------------------------
 Copyright 2002 ARICIA DEVELOPPEMENT. Tous droits réservés.
 Auteur: Damien ver 20020722
 ---------------------------------------------------------------------------*/
body { background-color : #FFFFFF; margin : 0px; font-family: Verdana,Arial }

.linktext
{
	font-family: Verdana;
	font-size: 10pt;
	color:#000000;
	text-decoration:none
}

.linktext:hover
{
	font-family: Verdana;
	font-size: 10pt;
	color:#000000;
	text-decoration: underline;
}

.link
{
	font-family: Verdana;
	font-size: 10pt;
	color:#4e95dd;
	text-decoration:underline;
}

.link:hover
{
	font-family: Verdana;
	font-size: 10pt;
	color: #4e95dd;
	text-decoration: underline;
}