.font { 
	font-family: Verdana;
	color: #000000;
}

.lien1 {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #006699;
}
.lien1:hover {
	font-size: 10pt;
	text-decoration: underline;
	color: #006699;
}

.lien1:visited  {
   font-size: 10pt;
   text-decoration: inherit;
   color:#FF0000;
}    

.lien2 {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color:#666600;
	
}

.lien2:hover {
	font-size: 10pt;
	text-decoration: underline;
	color:#0033CC;
	background-color:#FFFF00;

}	

.lien3  {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:inherit ;
	font-stretch:semi-expanded;
	font-style:italic;
	font-weight:bold;
	text-decoration:blink;
	color:#003399;
}	

.lien4  {
	border:inherit;
	caption-side:inherit;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-style:oblique;
	font-variant:small-caps;
	font-weight:bold;
	text-align:center;
	text-decoration:blink;
	text-shadow:Red;
	color:#66FF99;
	
}
	
.lien4:hover	{
	caption-side:inherit;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-style:normal;
	text-decoration:underline;
	font-variant:small-caps;
	text-shadow:Purple;
	color:#FF0099;

}
	 

ttn {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: oblique;
	line-height: normal;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: uppercase;
	color: #009999;
	text-decoration: underline overline blink;
}
	
    	
	