@charset "windows-1252";
.texte {
	font-family:Verdana;
	font-size:10px;
	font-weight:normal;
	color:#000000;
	margin-right: 20px;
	text-align:justify;
}

.texte2 {
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#000000;
	margin-right: 20px;
	text-align:center;
}

.texte3 {
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	margin-left:20px;
	text-align:left;
}

.texte4 {
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	margin-left:20px;
	text-align:left;
	color: #990066;
}

.texte5 {
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	margin-left:20px;
	text-align:left;
}

.texte6 {
	text-decoration: none;
}

.texte7 {
	font-family:Verdana;
	font-size:15px;
	font-weight:bold;
	margin-left:20px;
	text-align:center;
}

a:link, a:visited, a:active {
	text-decoration: none; 
	font-family:Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #990066;
	text-align:center;
	}
	
a:hover {
	text-decoration: none;
	font-weight: bold;
	font-family:Verdana;
	border-bottom: #BE0000;
	font-size: 11px;
	color: #FF66FF; 
	}