.texte {
	font-family: Arial, "Times New Roman", Calibri;
	font-size: 14px;
	text-align: justify;
}
.liens {
	font-family: Arial, "Times New Roman", Calibri;
	font-size: 12px;
	text-align: center;
	color: black;
	position: absolute;
	top: 250px;
	margin-left: 40px; 
}
.titre_rubrique {
	font-family: Arial, "Times New Roman", Calibri;
	font-size: 16px;
	text-align: center;
	color: orange;
	font-weight: bold;
}
a:link{
	color:black;
	text-decoration:none;
}
a:visited{
	color:black;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
	color:#990;
}
