body {
	background-repeat: repeat-y;
	background-color: #333333;
	background-image: url(images/fond.gif);
	background-position: center;
}
h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #336699;
}
h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #F0F0F0;
	text-align: center;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}

