/* Feuille de style avec les elements de base */
body {
	background-color: rgb(0, 100, 180); color:#FFFFFF; font-size:12pt; font-family:arial;
}
h1 {
	color:#FFFFFF; font-size:24pt; font-weight:bold; font-family:arial
}
h2 {
	color:#FFFFFF; font-size:20pt; font-weight:bold; font-family:arial
}
h3 {
	color:#FFFFFF; font-size:16pt; font-weight:bold; font-family:arial
}
h4 {
	color:#FFFFFF; font-size:12pt; font-weight:bold; font-family:arial
}
td {
	color:#FFFFFF; font-size:12pt; font-family:arial
}
p { 
	margin-top: 2px; 
	text-align: justify;
	}

a:link { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #FFFEEE;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FF2222;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #FF0000;
	}