/* CSS Document */
.texte {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFF00;
	font-style: normal;
	line-height: normal;
	text-align: justify; }
	
.soustitre {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFF00;
}

a{
	
	color:#FFFFFF
	}
	
a:hover{
	
	color:#FF00FF}