/*
 *   +------------------------------------------------------------------------------+
 *       Nom du projet : CORSAIRE Production                                                            
 *   +------------------------------------------------------------------------------+
 *		
 *		Nom du fichier : corsaire_styles.css
 *       
 *		Date : samedi 24 janvier 2004
 *		   
 *   +------------------------------------------------------------------------------+
 *       Auteurs : Samanatha Cattan sam_cattan@hotmail.com  
 *                 Philippe Fabry (Filifab)  philippe.fabry@free.fr                                    
 *   +------------------------------------------------------------------------------+
 */

/*
*	Fonctions de ce module : feuille de style
*/


.fond_gris {
	background-color: #F6F6F6;
}
.fondtab_gris {
	background-color: #ECECEC;
}
.fondtab_gris2 {
	background-color: #A6A5A9;
}
.fond_blanc {
	background-color: #FFFFFF;
}
td {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 11px; 
	color: #5D5D5D;
}
.petite_polices {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

a:link {
	color: #9C1616; 
	text-decoration: none; 
	font-weight:bold;
}
a:hover {
	color: #D90101; 
	text-decoration: none; 
	font-weight:bold;
}
a:visited {
	color: #C27373; 
	text-decoration: none; 
	font-weight:bold;
}

.police_gras {
	font-weight:bold;
}
.police_gris_claire {
	font-weight:bold;color: #979696
}
.police_anis {
	font-weight:bold;
	color: #BADC09;
	font-size: 11px;
}
a.anis:link {
	color: #BADC09; 
	text-decoration: none; 
	font-weight:bold;
}
a.anis:hover {
	color: #DADBF4; 
	text-decoration: none; 
	font-weight:bold;
}
a.anis:visited {
	color: #97B20D; 
	text-decoration: none; 
	font-weight:bold;
}