<!DOCTYPE html> <html> <head> <title>Chargement en cours...</title> <meta http-equiv='Content-Type' content='text/html; charset=us-ascii'> <style> .chargement { position: relative; top: 50px; margin: auto; text-align: center; } </style> </head> <body> <div class="chargement"> <img src="img/chargement.gif" /> </div> </body> </html>