body {
  margin: 0;
  font-family: sans-serif, arial;
  background: url(https://jerevise.net/images/bck.jpg);
}
#supportJeu {
	position: relative;		
	width:800px;
	height:600px;
	margin:auto;
	padding:0px;
	margin-top:10px;
	background: url('fond.jpg') no-repeat;
	border:1px solid rgba(65,117,160,0.65);
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}
#enveloppeCases {
	margin-left: auto;
	margin-right: auto;
	padding-top:4px; 
	border:1px solid rgba(65,117,160,0.65);
	width: 216px;
	height:212px
}
#modele {
	margin-left: auto;
	margin-right: auto;
	width: 216px;
}
.case {
	width:70px;
	height:70px;
	margin:-4px 0px 0px 0px ;
	border:1px solid rgba(65,117,160,0.65);
    color: white;
    background-color: white;
	display: inline-block;
	cursor:pointer;
}
#menu  {
	z-index:300;
	position: absolute;
	top:20px;
	left:-45px;
	height : 0px;
	width:70px;
}
.afficheVignette {
	width:50px;
	height:45px;
	margin-top:5px;
	padding-top:3px;
	border:1px solid rgba(65,117,160,0.65);
	color:rgba(65,117,160,1);
	background-color: #FAFAFA;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	font-size:2.6em;
	text-align:center;
}
#titre  {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	text-align:center;
	font-family: 'Chewy', 'cursive'; font-size: 30px;
	color: #585858;
	text-shadow:1px 1px 2px #A4A4A4;
}
#soustitre  {
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	color: #585858;
	text-align:center;
	font-family: 'Chewy', 'cursive'; font-size: 18px;
}
#consigne  {
	margin: auto;
	width: 750px;
	color: #FF00FF;
	text-align:center;
	font-family: 'Chewy', 'cursive'; font-size: 18px;
	padding:20px;
}
.survol:hover {
	cursor:pointer;
	background-color:#FF00FF;
}
#depart {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	width: 400px;
	height:26px;
	padding:5px;
	text-align: center;
	color:#fff;	
	cursor:pointer;
	font-family: 'Chewy', 'cursive'; font-size: 20px;
	background-color: rgba(65,117,160,0.65);
}
#boutonEnregistre{
	z-index: 10;
	position: absolute;
	width:230px;
	height:30px;	
	top:580px;
	left:580px;
	font-size: 14px;
	color: #848484;
	cursor:pointer;
}
#boutonEnregistre:hover {
	color:red;
}
#afficheEnregistrement {
	z-index: 400;
	top:180px;
	left:130px;
	width:550px;
	position: absolute;	
	height:100px;
	padding:5px;
	width:550px;
	height:190px;
	border:1px solid rgba(65,117,160,0.65);
	background-color: #FAFAFA;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	text-align: center;
	font-family: 'Chewy', 'cursive'; font-size: 18px;
	color: #0B610B;
}
#afficheMeilleursScores{
	z-index: 410;
	position: absolute;	
	top:150px;
	left:130px;
	width:550px;
	height:400px;
	padding:5px;
	border:1px solid rgba(65,117,160,0.65);
	background-color: #FAFAFA;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	text-align: center;
	font-size: 14px;
	color: #0B610B;
}
#enregistre{
	padding:5px;
	border:1px solid rgba(65,117,160,0.65);
}
#footer {
	text-align:center;
	color:#A4A4A4;
	text-shadow:1px 1px 2px white;	
}
[data-tip]{
  display: inline-block;
  position: relative;
}

[data-tip]:hover:before{
  content: attr(data-tip);
  position: absolute;
  padding: 0 8px;
  height: 28px;
  line-height: 28px;
  background-color: #045FB4;
  background-image: -webkit-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -ms-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -o-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));  
  left: 65px;
  top: 6px;
  font-size: 14px;
  border-radius: 3px;
  white-space: nowrap;
  color: #fff;
  font-size: 14px;
}

[data-tip]:hover:after {
  content: "";
  position: absolute;
  border-top: 8px solid transparent;
  border-right: 8px solid #045FB4;
  border-bottom: 8px solid transparent;
  left: 56px;
  top: 11px;
}