/* CSS Document */

a:link, a:visited, a:active {
	color: #0099CC;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
a:hover {
	color: #0099CC;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
.texte {
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	margin-right: 20px;
	text-align:justify;
}

.texte2 {
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	margin-right: 20px;
	text-align:center;
}