html{
	background-color:#85f63c;
}
body{ 
	max-width:900px;
	margin: auto;
	text-align: center;
	background:url(https://images.pexels.com/photos/1493226/pexels-photo-1493226.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1) center/cover;
	font-family:Bauhaus 93, serif;
}
h1{
	background-color:#f60e0e;
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
h2{
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
p{
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
li{
	text-align: justify;
	background-color:#01ffa6;
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
img{
	height:300px ;
}
h1,h2,p{
	color: bisque;
}
#elu:hover{
	color: #f60e0e;
}
#bleu:hover{
	color: aqua;
}
img:hover{
	height:9cm;
	transition: 2s
}