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

.lien1 {
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	color: #006699;
}
.lien1:hover {
	font-size: 12pt;
	text-decoration: underline;
	color: #CC3366;
	background-color:#FF6600;
}

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

.lien2 {
	font-size: 11pt;
	font:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	background-color:#0066FF;
	text-decoration: none;
	color: #CC0000;
	
}

.lien2:hover {
	font-size: 11pt;
	text-decoration: underline;
	color: #e3e3e3;
	background-color:#00FFFF; 
   	
}	

.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;
}	

.lien3:hover  {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size: inherit;
font-style:oblique;
font-weight:bolder;
text-decoration:underline;
background-color:#CCFF66;
color:#FF0000;

}
	
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;
}
	
    	
	