body {
  margin: 0;
  font-family: sans-serif, arial;
  background: url(https://jerevise.net/images/bck.jpg);
}
#supportJeu {
	position: relative;	
	width:800px;
	height:600px;
	padding:0px;
	margin:auto;
	margin-top:10px;
	border:1px solid rgba(65,117,160,0.65);
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	background: url('fond.jpg') no-repeat;
}
#fond {
	z-index:0;
	position: absolute;
	top:0px;
	left:0px;
}
#enveloppeCases {
	position: absolute;
	top:180px;
	left:290px;
	padding-top:4px; 
	border:1px solid rgba(65,117,160,0.65);
	width: 216px;
	height:212px
}
.case {
	width:70px;
	height:70px;
	margin:-4px 0px 0px 0px ;
	padding:0px;
	border:1px solid rgba(65,117,160,0.65);
    color: black;
    background-color: white;
	display: inline-block;
}
.caseText {
	position: absolute;
	font-family: 'Chewy', 'cursive'; font-size: 28px;
	color: green;
	}
.cercle {
	 position: absolute;
	 background:rgb(255,255,255);
	 border-radius:50%;
	 width:20px;
	 height:20px;
	 border:1px solid #679403; 
}
.cercle:hover {
	cursor:pointer;
}
#menu  {
	z-index:300;
	position: absolute;
	top:20px;
	left:-45px;
	height : 0px;
	width:70px;
}
.survol:hover {
	cursor:pointer;
	background-color:#FF00FF;
}
.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;
}
#footer {
	color:#A4A4A4;
	text-shadow:1px 1px 2px white;
	text-align:center;
}
#boutonEnregistre{
	z-index: 10;
	position: absolute;
	width:230px;
	height:30px;	
	top:580px;
	left:580px;
	font-size: 14px;
	color: #848484;	
}
#boutonEnregistre:hover {
	cursor:pointer;
	color:red;
}
#afficheEnregistrement {
	z-index: 400;
	top:180px;
	left:130px;
	width:550px;
	position: absolute;	
	height:100px;
	padding:5px;
	width:550px;
	height:190px;
	border:2px 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:2px 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:2px solid rgba(65,117,160,0.65);
}
div[data-tip]{
  cursor: pointer;
}
[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;
}