<!-- Date de création: 2021-05-17 -->

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">


<head>
	<link rel="preconnect" href="https://fonts.gstatic.com">
	<link href="https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&display=swap" rel="stylesheet">

	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<meta name="description" lang="fr" content="Fr&eacute;d&eacute;ric Bouchez, 404 page not found" />
	<meta name="author" content="Fr&eacute;d&eacute;ric Bouchez" />

	<title>Fr&eacute;d&eacute;ric Bouchez - Page Not Found</title>

	<style type="text/css">

	body{
		background-color:#0097F9;
		background-image:url(img/mon_gros_pingouin_multicolore.png);
		background-repeat:no-repeat;
		background-attachment:fixed;
		background-position:0% 100%;
		font-family: 'Gloria Hallelujah', cursive;
		color:#fff; /*default font color*/
	}

	a{
		text-decoration:none;
	}

	a img{
		border:none;
	}

	#instructions{
		width:600px;
		margin-left:auto;
		margin-right:auto;
		margin-top:70px;
		padding:10px;
		text-align:justify;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-o-border-radius: 10px;
		background:rgba(255, 255, 255, 0.2);
	}

	#more{
		width:600px;
		text-align:right;
		margin:25px auto 80px auto;
	}

	#more a, a:visited{
		color:#000;
		opacity:0.5;
		filter:alpha(opacity=50);
	}

	#more a:hover{
		color:#000;
		opacity:1;
		filter:alpha(opacity=100);
	}

	.center{
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	</style>

	<script>
		(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
		(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
		m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
		})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

		ga('create', 'UA-2658258-3', 'fredericbouchez.com');
		ga('send', 'pageview');
	</script>

</head>

<body>

	<body>

	<div id="instructions">
		<img src="img/peinture.png" height="60px" class="center">
		<br><br>Oops, it seems the page you're looking for is no longer available (error 404 - page not found).
		<br><br>I recently cleaned some content on my server to remove pages that I believed were no longer relevant.
		<br><br>If you feel the content you were looking for could have been interesting for you, feel free to send me a message so I can share an archive with you!
	</div>

	<div id="more">
		<a href="https://fredericbouchez.com/">Go back to home page <img src="img/mon_pingouin_noir.png" height="30px"></a>
	</div>


</body>
</html>
