body
{
    background-image: url("fond.jpeg");
	background-attachment: fixed
    }

h1
{
	text-align: center;
	background-color: black;
  	color: #FF3399;
  	font-family: 'Trebuchet MS';
  		}

h2
{
	text-align: center;
	color: black;
	font-family: 'Comic';
	}

h3
{
	text-align: right;
	color: black;
	font-family: 'Calibri';
	font-size: 90%
	}
