h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: circle;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
body {
	background-attachment: scroll;
	background-image: url(fond.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

