body
{
	font-family: Comic Sans MS;
	background-image: url("index.jpg") ;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	color: white;
}

h1
{
	text-align: center;
	text-decoration: underline;
	color: black;
}

.premiere
{
	position: absolute;
	bottom: 330px;
	right: 700px;
	width: 400px;
	text-indent: 50px;
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
	font-weight: bold;
	color: black;
}

.seconde
{	
	position: absolute;
	bottom: 10px;
	right: 650px;
	width: 500px;
	font-size: 22px;
	font-weight: bold;
}

.troisieme
{
	text-align: center;
	position: absolute;
	bottom: 10px;
	right: 45%;
}

a:hover
{
	text-decoration: underline;
	color: #3399FF;
}

a:visited 
{
   text-decoration: none;
   color: #3399FF;
}
