body {
	font-family: Helvetica;
	background-color: #F3F3F3;
}
p {
	font-family: Helvetica;
	font-size: 13px;
}
h1 {
	font-family: Helvetica;
	font-size: 17px;
	font-weight: bold;
}
h2 {
	font-family: Helvetica;
	font-size: 15px;
	font-weight: bold;
}
h3 {
	font-family: Helvetica;
	font-size: 13px;
	font-weight: bold;
}
a {
	font-family: Helvetica;
	font-size: 13px;
	color: #B81443;
	font-weight: bold;
}
a:hover {
	font-family: Helvetica;
	font-size: 13px;
	color: #FF0000;
	text-decoration: underline;
}
sup {
	color: #FF6600;
	font-size: 12px;
}

<!-- <body> = corps du texte ; <p> = paragraphe ; <h1> = heading 1 ; <a> = lien ; <a:hover> = lien avec souris dessus  --!>
