/* Default CSS Stylesheet for a new Web Application project */

BODY, td
{
    
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE:8pt;
    FONT-WEIGHT: normal;
    
}



A:link	{	
	text-decoration:	none;
	color:	#3c683c;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#408140;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#408140;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3c683c;
	}
	

.PreviewTitre
{
    font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
    }

.PreviewTexte, Font, H1, H2, H3
{
    font-family: Verdana;
	font-size: 8pt;
	
}

.PreviewDatePublic
{
    font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
}



