/* CSS Document */

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;

}

#titres {
	left: 258px;
	text-align: right;
	position: absolute;
	width: 517px;
	top: 21px;

}
h1 {
	font-size: 23px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	margin: 0px 0px 20px;
	padding: 0px;
}
a:link {
	color: #02509D;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
a:visited{
	color:#02509D;
	text-decoration: none;
}
p{
	font-size: 12px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}
td {
	font-size: 12px;
	text-align: justify;
}
.stitre {
	font-weight: bold;
	color: #FF0000;
}
h2 {
	text-align: right;
	font-size: 12px;
}

