body {
	background-color: blue;
	background: radial-gradient(ellipse at center, #000066 0%, blue 100%);
	margin: 0;
	transform-origin: top left;
}

h1 {
	display: inline-block;
	font-size: 2rem;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	text-shadow: 0 0 20px #fff, 0 0 20px #fff;
	border-radius: 2.5em;
}
#aide
{
	font: bold 16px Verdana, sans-serif;
	color:white;
	display:block;
}
#grille {
	border-radius: 20px;
	width: 660px;
	height: 660px;
	margin: 20px auto;
	position: relative;
}

#commandes {
	flex: 0 0 auto;
}

#commandes input {
	font-size: 1.2rem;
	width: 13rem;
	height: 3em;
	line-height: 1em;
	white-space: normal;
	padding: 0.5em;
	background: #1879ea;
	color: #fff;
	text-shadow: 0 0 20px #fff, 0 0 12px #fff;
	border-radius: 2.5em;
	color: white;
	vertical-align: top;
}

#message {
	font: bold 16px Arial, sans-serif;
	text-align: center;
	width: 500px;
	margin: 0 auto;
	padding: 5px;
	display: block;
	background: #1879ea;
	color: #fff;
	text-shadow: 0 0 20px #fff, 0 0 12px #fff;
	border-radius: 2.5em;
	transition: all 1s ease-in;
	position: relative;
	top: -15px;
}

.grille {
	position: absolute;
	width: 90px;
	height: 90px;
	border: 0;
	z-index: 1;
}

.trou {
	position: absolute;
	width: 90px;
	height: 630px;
	border: 0;
	z-index: 2;
}

.jeton {
	position: absolute;
	width: 74px;
	height: 74px;
	border: 0;
	margin: 10px;
}