/* Style global */
html, body {
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 100%; /* bleu foncé */
	background-color: #0066FF;
	text-align: center;
	position: relative;
}
/* Canvas plein écran */
canvas {
display: block;
}
.logo-centre {
	width: 409px;
	margin-top: 100px;
	height: 120px;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	clip: rect(auto,auto,auto,auto);
	float: right;
	left: 320px;
	top: 20px;
}
.chrono {
	font-size: 2em;
	margin-top: 100px;
	position: absolute;
	left: 400px;
	top: 300px;
	color: #FFFFFF;
}
h2 {
	margin-top: 50px;
	font-size: 2em;
	position: absolute;
	top: 267px;
	color: #FFFFFF;
	left: 420px;
}
footer {
position: absolute;
bottom: 10px;
right: 20px;
color: white;
font-size: 14px;
}
