<!DOCTYPE html>

<html lang="fr-FR">

<head>
	<meta charset="UTF-8" />
	<style type='text/css'>
		body { background-image: url('fleurs-bleues-fond.jpg'); background-size: cover; background-repeat: no-repeat;  }
		h1 { position: absolute; top: 50%; left: 50%; margin: -37.5vmin 0 0 -37.5vmin; text-indent: -999rem; width: 75vmin; height: 75vmin; background-image: url('fleurdelin-logo.png'); background-size: cover; background-repeat: no-repeat; }
		
	</style>
</head>

<body>
	<h1>Fleur de Lin</h1>
</body>

</html>

