/******************************************************************************   

                  Nom : 
              Fichier : Link.css
          Description : 

               Auteur : Publistef
Derniere modification : 2004 04 22

******************************************************************************/


	A:active	{ color: red; text-decoration:   underline }
	A:visited	{ color: red; text-decoration:   none      }
	A:hover	{ color: red; text-decoration:   underline }
	A:link	{ color: black; text-decoration: none      }
	
	A.rouge {
	color: red;
	text-decoration: none;
	font-weight: bold;
	text-transform: 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;
}