
/***** Propriétés pour les liens hypertextes  *****/

a:link,a:visited { 

	font-family: Verdana, Helvetica, Arial; 
	font-size: 9pt; 
	font-weight: bold; 
	color: rgb(102,153,204);
	text-decoration:none;
}

a:hover {
	
	font-family: Verdana, Helvetica, Arial; 
	font-size: 9pt; 
	color:rgb(0,51,102);	
	font-weight:bold;
}


/***** Propriétés pour les layers  *****/

div.copyright {
	
	text-align: center;
	font-family: Verdana, Helvetica, Arial;
	font-size:8pt;
	font-weight:normal;
	color:rgb(102,0,0);

}

div.text {
	
	text-align: justify;
	font-family: Verdana, Helvetica, Arial;
	font-size:12pt;
	font-weight:normal;
	color:rgb(102,0,0);

}


td.text {
	
	text-align: justify;
	font-family: Verdana, Helvetica, Arial;
	font-size:11pt;
	font-weight:normal;
	color:rgb(0,0,0);

}


td.coords {
	
	text-align: justify;
	font-family: Verdana, Helvetica, Arial;
	font-size:10pt;
	font-weight:normal;
	color:rgb(0,0,0);

}

td.rem {
	
	text-align: left;
	font-family: Verdana, Helvetica, Arial;
	font-size:8pt;
	font-weight:normal;
	color:rgb(0,0,0);

}

td.remarque {
	
	text-align: justify;
	font-family: Verdana, Helvetica, Arial;
	font-size:7pt;
	font-weight:normal;
	color:rgb(0,0,0);

}


p.lmd {
	
	text-align: right;
	font-family: Verdana, Helvetica, Arial;
	font-size:7pt;
	font-weight:normal;
	color:rgb(0,51,102);

}

