body {
	background-image: url(img/fond.jpg);
	margin-left: 0px;
	margin-top: 0px;
	color: #000000;
    font-family:Comic sans Ms
}

h1, h2, h3 {
	color: #996600;
	font-family: "Comic Sans MS";
	font-size: 10px;
}

h4, h5, h6 {
	color: #00BB00;
}


A:link {  text-decoration: none; color: #BB5500}
A:visited {  text-decoration: none; color: #CC6600}
A:hover {  text-decoration: underline; color: #993300}
A:active {  text-decoration: underline; color: #FF0000}


