/* Default CSS Stylesheet for a new Web Application project */

BODY, td
{
    
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE:x-small;
    FONT-WEIGHT: normal;
    
}



A:link	{	
	text-decoration:	none;
	color:	#d08c32;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#e2a049;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#e2a049;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#d08c32;
	}
	

.PreviewTitre
{
    font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
    }

.PreviewTexte, Font, H1, H2, H3
{
    font-family: Verdana;
	font-size: 10pt;
	color:Black;
}

.PreviewDatePublic
{
    font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
}


.RadioRecherche input
{
    vertical-align:middle;
      
    }

.RadioRecherche label
{
font-weight:bold;
    }

.RadioRecherche
{
    font-size:8pt;
    margin-bottom:10px;
    }