/******************************************************************************   

                  Nom : 
              Fichier : link.css
          Description : 

               Auteur : Publistef
Derniere modification : 2008 06 03

******************************************************************************/


	A:active	{ color: #E76D22; text-decoration: underline; font-weight: bold;}
	A:visited	{ color: #E76D22; text-decoration: none; font-weight: bold;}
	A:hover	{ color: #E3D2AA; text-decoration: underline; font-weight: bold;}
	A:link	{ color: #E3D2AA; text-decoration: none ; font-weight: bold;}
	
	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;
}
