/* CSS Document */

a:visited {
    font-family: Arial;
	color: #0033FF;
    text-decoration: none;
}

a:link {
    font-family: Arial;
    color: #0033FF;
    text-decoration: none;
}

a:hover {
    font-family: Arial;
    text-decoration: underline;
}

.body {
	margin-top: 6px;
	background-color:#D2D0D1;
	}
	
.menu {
	font-family: arial; 
	font-size: 8pt;  
	color: #475C6B; 
	text-decoration:none;
	font-weight:bold ;
	}
	
.txt { 
	font-family: arial; 
	font-size: 8pt;  
	color: #000000; 
	text-decoration:none;
	text-align:justify
	}
	
a.lien_menu { 
	font-family: arial; 
	font-size: 8pt;  
	color: #000000; 
	text-decoration:none;
	}
	
a.lien_menu:visited { 
	font-family: arial; 
	font-size: 8pt;  
	color: #000000;
	}
	
.navig {
	font-family: arial; 
	font-size: 9pt;  
	color: #000000; 
	text-decoration:none;
	font-weight:bold ;
	}
	
.copyright { 
	font-family: arial; 
	font-size: 7.5pt;  
	color: #000000; 
	text-decoration:none;
	font-weight:bold ;
	}
