/******************************************************************************   

                  Nom : 
              Fichier : media.css
          Description : 

               Auteur : Publistef
Derniere modification : 2008 03 26

******************************************************************************/


	A:active	{ color: red; text-decoration:   underline }
	A:visited	{ color: red; text-decoration:   none      }
	A:hover	{ color: red; text-decoration:   underline }
	A:link	{ color: grey; 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;
	color: #FFFFFF;
}
.tah11 {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}
