body{
	background-image: url("fond.jpg");
	background-position: center;
}

div{
	
}

.titre{
	position: absolute;
	top: 110px;
	left: 65px;
	width: 115px;
	height: 70px;
	z-index: 2;
	font: bold 24px "lucida handwriting";
	line-height: 132%;
	color: #8e8e8e;
}

.feuille{
	position:relative;
	top: 25px;
	margin-left: auto;
    margin-right: auto;
	border: 7px solid black;
	width: 850px;
	height: 1190px;
	z-index:1
}


/*
img,.enigme{
	background-color: rgb(250,250,250);
	background-position: center;
	background-repeat: no-repeat;
	margin-left: auto;
    margin-right: auto;
	width: 840px;
	height: 1190px;
	border: 8px solid black;
	align-items: center;
    justify-content: center;
}

.titre{
	display: table;
	width: 500px;
	height: 100px;
	font: bold 42px "lucida handwriting";
	color: rgb(100,100,100);
    margin-top: 10px;
	margin-left: 255px;
}

span{
	vertical-align: middle;
	display: table-cell;
}
*/