/******************************************************************************   

                  Nom : 
              Fichier : Link.css
          Description : 

               Auteur : Publistef
Derniere modification : 2006 09 05

******************************************************************************/


	A:active	{ color: white ; text-decoration:   underline }
	A:visited	{ color: white ; text-decoration:   none      }
	A:hover	{ color: white ; text-decoration:   underline }
	A:link	{ color: white ; text-decoration:   none      }
	
	
}
A.rouge:hover {
	color: red;
	text-decoration: underline;
	font-weight: bold;
	text-transform: none;
}

.h1 {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	display: inline;
}
.tah11 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
      text-decoration: none;
	color: #000000;
}