#all
{		
	width:100%; height: 100%;
	overflow: hidden;
}
body
{
	overflow: hidden;
	margin: 0;
	background-color: #8E8E8E;

	-webkit-touch-callout: none;
    -webkit-user-select: none; 
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}
canvas
{
	display: block;
	margin:0 auto;
	cursor: crosshair;
}
#replay
{
	position: absolute;
	top: 400px;
	display: none;
	left: 50%;
	margin-left: -50px;
	width: 150px;
	height: 46px;
	background-image: url(asset/replayss.png);
	background-position: 0px 0px;
}
#replay:hover
{
	background-position: 0px bottom;
}
#play
{
	position: absolute;
	top: 343.75px;
	left: 50%;
	margin-left: 81px;
	width: 124px;
	height: 70px;
	background-image: url(asset/boutonplayss.png);
	background-position: 0px 0px;
	
}
#play:hover
{
	background-position: 0px bottom;
}
#facebook
{
	background-image: url(asset/facebookss.png);
	width: 46px; height: 46px;
	background-position: 0px 0px;
	display: none;
	position: absolute;
	left: 60%;
	margin-left: -31px;
	top: 400px;
}
#facebook:hover
{
	background-position: 0px bottom;
}