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

.lien1 {
	font-size: 9pt;
	font-weight: normal;
	font-style:italic;
	text-decoration: none;
	color: #006699;
		
}

.lien1:hover {
	font-size: 9pt;
	text-decoration: underline;
	color: #006699;
	background-color:#FF9999;
	
}

.lien1:visited  {
   font-size: 9pt;
   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;
	background-color:#FFCC00;
	font-style:italic;
	font-stretch:extra-expanded;
	font-weight:bolder;
	color:#FF0000
	 
}	

.lien2:visited {
	font-size: 10pt;
	text-decoration: underline;
	font-style: inherit;
	font-stretch:extra-expanded;
	font-weight:bolder;
	color:#FF0000
	 
}	

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

.lien3:hover  {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:inherit ;
	font-stretch: normal;
	font-style:italic;
	font-weight:bold;
	color: #CC0066;
}	

.lien4 {
    font:"Courier New", Courier, mono;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color:#666600;
	
}

.lien4:hover {
    font:"Courier New", Courier, mono;
	font-size: 9pt;
	text-decoration: underline;
	background-color:#FFCC00;
	font-style:italic;
	font-stretch:extra-expanded;
	font-weight:bolder;
	color:#FF0000
	 
}	

.lien4:visited {
    font:"Courier New", Courier, mono;
	font-size: 9pt;
	text-decoration: underline;
	font-style: inherit;
	font-stretch:extra-expanded;
	font-weight:bolder;
	color:#FF0000
	 
}	

.lien6 {
	font-size: 0pt;
	font-weight: normal;
	font-style:italic;
	text-decoration: none;
	color: #000000;
		
}

.lien7 {
    font:"Courier New", Courier, mono;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	color:#666600;
	
}

.lien7:hover {
    font:"Courier New", Courier, mono;
	font-size: 11pt;
	text-decoration: underline;
	background-color:#FFCC00;
	font-style:italic;
	font-stretch:extra-expanded;
	font-weight:bolder;
	color:#FF0000
	 
}	

.lien7:visited {
    font:"Courier New", Courier, mono;
	font-size: 11pt;
	text-decoration: underline;
	font-style: inherit;
	font-stretch:extra-expanded;
	font-weight:bolder;
	color:#FF0000
	 
}	

ttn {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
	line-height: normal;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: uppercase;
	color: #009999;
	text-decoration: underline overline;
}
	
    	
.ttn:hover	{
	background:background-color;
	text-decoration:overline;
	text-shadow:Silver;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-style:oblique;
	font-variant:normal;
	font-weight:bolder;
 }