@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url();
	background-repeat: repeat;
	background-color: #b3bbc0;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444444;
	text-align: justify;
}
a:link {
	color: #024BBC;
}
a:visited {
	color: #9300D9;
}
a:hover {
	color: #FF009E;
}
a:active {
	color: #024BBC;
}
.Titre {
	font-size: 36px;
	font-weight: bold;
	color: #0357C7;
}
.SousTitre {
	font-size: 16px;
	font-weight: bold;
}
.Legende {
	font-size: 12px;
	font-style: italic;
	text-align: center;
}


