.corps {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: justify;
	margin-left: 5px;
	margin-right: 5px;
}
.menu {
	font-size: 16px;
	color: #999999;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.titres {
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
.sous-titres {
	color: #000000;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.liens {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: justify;
	margin-left: 5px;
	margin-right: 5px;
}
a:link {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}
a:active {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}