BODY {
	width: 95%;
	margin-top: 10 px;
	margin-left: auto;
	margin-right: auto;
	font-family: Nimbus Sans L, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url(images/beige_clair.jpg);
}

H1 {
	color: #000099;
	font-size: 22pt;
	text-align: center;
}

H2 {
	color: #006633;
	font-size: 20pt;
	text-align: center;
}
A {
	color: #0000CC;
	text-decoration: none;
}

A:visited {
	color: #0000CC;
	text-decoration: none;
}

A:hover {
	color : #FFFFFF;
	background : #000066;
	text-decoration : none;
}

A:active {
	color : #800000;
	background : #FFFFCC;
	text-decoration : none;
}