.texte {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #362B77;
	text-align: justify;
	font-style: italic;
}

.GrandTexteGras {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #362B77;
	font-style: italic;
	font-weight: bold;
}

.texte_Centre {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #362B77;
	text-align: center;
	font-style: italic;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #7C7FCD;
	text-decoration: none;
	font-style: italic;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #7C7FCD;
	text-decoration: none;
	font-style: italic;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #4143A9;
	text-decoration: underline;
}

