@charset "utf-8";
/* CSS Document */

/*FOOTER PAGE*/
table.footerlinks a {
	color: #666666;
	font-size: xx-small;
}
/*---------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------*/

body {
	font-family: "Arial";
	font-size: 12px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
	background-color:#000000;
}
a:link {color: #0066FF; text-decoration: none;}
a:visited {text-decoration: none; color: #0000FF;}
a:hover {text-decoration: underline overline;	color: #0066FF;}
a:active {text-decoration: none; color: #999999;}
hr {color: #D2D2FF;}
.titre {
	font-size: 20px;
	color: #004F80;
	font-weight: bold;
	text-align:center;
	vertical-align:middle;
	padding: 15px;
}
.td_titre {
	font-size: 16px;
	color: #004F80;
	font-weight: bold;
	text-align:center;
	vertical-align: top;
}
.td_soustitre {
	font-size: 14px;
	font-weight: bold;
	text-align:left;
	text-transform: capitalize;
	color: #004F80;
}
.td_texte {
	vertical-align: top;
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
}

