/* Fonts */
	  
	  p, td, li, ul { 
	  font-family: Verdana, Helvetica, sans-serif;
		font-size: 9px;
		color: #333;
		line-height: 14px;
	  }
	  
	  #content ul li { 
	        list-style: none;
	        padding: 5px 14px; 
	        background-image: url(../images/liste_g.jpg); 
	        background-repeat: no-repeat; 
	        }
	        
	   #sitemap li ul li{ 
	        list-style-type: none;
	        padding: 5px 14px; 
	        line-height: 10px;
	        
	        }
	        
	    #sitemap  li ul li a { 
	        list-style-type: none;
	        padding: 5px 14px; 
	        }
	        
	  
	   a:link { color: #003399; text-decoration: none; }
     a:visited { color: #003399; text-decoration: none; }
     a:hover  { color: #003399; text-decoration: underline; }
	 
	  .textSmall {
	  font-family: Verdana, Helvetica, sans-serif;
	  font-size: 8px;
	  color: #333;
	  }
	  
    .textSmall a:link { color: #003399; text-decoration: none; }
    .textSmall a:visited { color: #003399; text-decoration: none; }
    .textSmall a:hover  { color: #003399; text-decoration: none; }
	  
	  ul	{
	list-style-image: url(liste.jpg);
	font-size: 10px;
	line-height: 14px;
	padding-left: 20px;
} 

	
	
	  .meta{
	  font-family: Verdana, Helvetica, sans-serif;
	  font-size: 10px;
	  font-weight: bold;
	  color: #333;
	  }
	  
    .meta a:link { color: #333; text-decoration: none; }
    .meta a:visited { color: #333; text-decoration: none; }
    .meta a:hover  { color: #003399; text-decoration: none; }
    
    .metablue { 
        font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
        color: #003399; 
        font-weight: bold; 
        }

   .blue { color: #003399; }

	  
	  h1, h3, h4, h5, h6 { 
	  	font-size: 9px;
		font-family: Verdana, Helvetica, sans-serif;
		color: #333;
		line-height: 14px;
		margin-top:8px;
		 }
		 
	  h2  { 
	  	font-size: 11px;
	  	font-weight: bold;
		font-family: Verdana, Helvetica, sans-serif;
		color: #333;
		line-height: 16px;
		margin-top:8px;
		 }
