body {
	background-image: url(fond.jpg);
	margin-left: 0px;
	margin-top: 0px;
	color: #000000;
    font-family:Comic sans Ms
}

h1, h2, h3 {
	color: #00DD00;
}

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}


