/* CSS Document */
h3 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #000099;
	background-color: #FFFFCC;
	text-align: center;
}
body {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12px;
}
.titre {
	font-size: 18px;
	color: #FF3333;
}
p {
	text-align: justify;
}
.rouge {color: #FF0000}
h1 {
	font-size: xx-large;
	color: #000099;
}
.bleu {color: #0000FF}