body {
  margin: 0;
  font-family: sans-serif, arial;
  background: url(https://jerevise.net/images/bck.jpg);
}
#contenu{
	position: relative;	
	width:800px;
	margin:auto;
}
#supportJeu {
	position: relative;	
	height:579px;
	padding:0px;
	margin-top:10px;
	border:1px solid rgba(65,117,160,0.65);
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	background-color:#D3D3D3;
}
#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  {
	color: #585858;
	text-align:center;
	font-family: 'Chewy', 'cursive'; font-size: 18px;
}
#illustration {
	margin-left: auto;
	margin-right: auto;
	width: 300px;
}
#balance {
	margin-left: auto;
	margin-right: auto;
	width: 765px;
	height: 308px;
	box-shadow: 1px 1px 12px #555;
}
#grenouille {
	z-index:40;
	position: absolute;
	display:inline-block;
	vertical-align:bottom;	
	left:0;
	bottom:250px;
	text-align:center;
}
#plateau {	
	position : absolute;
	z-index:50;
	height:75px;
	top: 200px;
	left:465px;
	vertical-align:text-bottom;
}

#assistant {
	position:absolute;
	top:37px;
	left:12px;
}
#consigne  {
	margin: auto;
	width: 750px;
	color: #FF00FF;
	text-align:center;
	font-family: 'Chewy', 'cursive'; font-size: 18px;
	padding:20px;
}
#saisie{
	width: 765px;
	margin:auto;
	text-align:center;
	background-color:#C0C0C0;
}
#proposition{
	display: inline-block;
}
#ok{
	color:red;
	font-weight:bold;
	display: inline-block;
	cursor: pointer
}
.survol:hover {
	cursor:pointer;
	background-color:#FF00FF;
}
.depart {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 400px;
	height:26px;
	padding:5px;
	text-align: center;
	color:#fff;	
	font-family: 'Chewy', 'cursive'; font-size: 20px;
	cursor:pointer;
	  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)); 
}
#lespoids{
	text-align:center;
}
.poids {
	display:inline-block;
	cursor:pointer;
}
.surplateau{
	margin-left: -12px;
	cursor:pointer;
}
.cache {
	display:none;
}
.lien {
	cursor:pointer;
}
.lien:hover{
	color:blue;
}
#formulairePoids {
	z-index: 11;
	position: absolute;
	width:300px;
	height:100px;	
	top:400px;
	left:230px;
	border:1px solid rgba(65,117,160,0.65);
	background-color: #FAFAFA;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	box-shadow: 1px 1px 12px #555;
	text-align:center;
	font-family: 'Chewy', 'cursive'; font-size: 16px;
	padding:20px;
}
#boutonEnregistre{
	z-index: 10;
	position: absolute;
	width:230px;
	height:30px;	
	top:485px;
	left:575px;
	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;
	box-shadow: 1px 1px 12px #555;
	text-align: center;
	font-family: 'Chewy', 'cursive'; font-size: 18px;
	color: #0B610B;
}
#afficheMeilleursScores{
	z-index: 410;
	position: absolute;	
	top:180px;
	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;
	box-shadow: 1px 1px 12px #555;
	text-align: center;
	font-size: 14px;
	color: #0B610B;
}
#enregistre{
	padding:5px;
	border:1px solid rgba(65,117,160,0.65);
}
#footer {
	margin-top:5px;
	color:#A4A4A4;
	text-shadow:1px 1px 2px white;
	text-align:center;
}
[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;
  box-shadow: 1px 1px 2px #555; 
  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;
}