
/* Feuille de style CSS par défaut pour un nouveau projet d'application Web */

/* REDEFINITION DE TAG */

A:link 
{
	color:#336699;
	text-decoration: none;
	}
A:visited 
{
	color:#FFCC00; 
	text-decoration: none;
	}
A:hover 
{
	color:#999999; 
	text-decoration: none; 
	}



/* NOUVELLES DEFINITIONS */


.texte02 
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #000000
	}	
.accroche 
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8.5pt; 
	font-style: italic; 
	line-height: normal; 
	font-weight: bold; 
	font-variant: normal; 
	text-transform: none; 
	color: #336699;
}
	
.texte03 
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	font-variant: normal; 
	text-transform: none; 
	color: #000000 }

