body	{
	font-family: courier;
	font-size: 16px;
	background: Cornsilk;
}
h1 {
	color: white;
	font-family: 'GreatVibesRegular'; 
   font-weight: normal; 
   font-style: normal; 
   font-size: 80px;
   text-align: center;
   text-shadow: 2px 1px 1px #95BFAE;
}

.fond {background: url("https://cdn.pixabay.com/photo/2015/06/08/15/11/typewriter-801921_960_720.jpg");
background-repeat:no-repeat;
background-position: top center;
height: 300px;
padding: 3px;
}

h2 {
	color: white;
	font-family: 'DatalegreyaDot'; 
   font-weight: normal; 
   font-style: normal; 
   font-size: 50px;
   text-align: center;
   margin-top:-65px;
   text-shadow: 2px 1px 1px #95BFAE;
}
.menu{ 
border:5px double white;
background-color: Cadetblue;
color: white;
padding: 10px;
width: 200px;
height: 35px;
position: absolute;
text-align: center;
}

.lesel{
	left: 12%;
	top: 38%;
}
.chouette{
	left: 31%;
	top: 38%; 
}
.explorations{
	left: 51%;
	top: 38%;
}
.phrases{
	left: 70%;
	top: 38%;
}
.desordre{
	left: 31%;
	top: 48%;
}
.credits{
	left: 51%;
	top: 48%;
}
a{
	color: white;
}
a:hover {color: white;}
a:visited{color: white;}

