body	{
	font-family: 'CompHandMedium'; 
	font-size: 40px;
	background-color: white;
	background-image:url(./img/ciel.jpg);
	background-size: cover;
	
}
h1 {
	color:  black;
	font-size: 70px;
	text-align: center;
	
}


.page {
	width: 20%;
	margin: auto;
}

.menu {
	border:5px inset #cccccc;
	color: black;
	padding:10px;
	width: 200px;
	height: 35px;
	text-align : center;
	position: absolute;

}
.lesel{
	left: 10%;
	top: 100px;
}

.paysage{
	left: 25%;
	top: 300px;
}
.express{
	left: 45%;
	top: 500px;
}
.phrase{
	left: 70%;
	top: 700px;
}
.desordre{
	left: 95%;
	top: 900px;
}
.credits {
	left: 10%;
	top: 650px;
	border:5px inset #ccccFF;
}


a {color: black;}
a:hover {color:black;}
a:visited {color:black;}