  html {
  	background:#fff;
  }

  body {
  font-family: Helveltica, sans-serif;
  background:#fff;
  //color:#eee;
  color: #aaa;
  font-size:12px;
  overflow:hidden;
  margin:0px 0px 0px 0px;
  }
  
  div#header {
  	width:100%;
  	height:30px;
  	background:#fff;
  }
  
  div#divtablescore {
  	margin-top: 10px;
  	width:100%;
  	background:#fff;
  }
  
  #scorebar {
  	margin-left: auto;
  	margin-right: auto;
  	border-bottom: 7px solid #50A5FF;
  	height:5px;
  	width:0px;
  	color:#50A5FF;
  	font-size: 18px;
  	font-weight: bold;
  	padding-top: 2px;
  	text-align: center;
  	background:#fff;
  }
  
  div#menu {
  	width:100%;
  	background:#fff;
  	text-align: center;
  }
  
  div#footer {
  	width:100%;
  	height:80px;
  	background:#fff;
  }
  
  div#block {
  	background: #fff;
  	width:100%;
  	height:100%;
  	padding-bottom:4px;
  }
  
  table#gamepad {
  	text-align: center;
  	width:100%
  }
  
  table#score {
  	width:100%;
  	color:#fff;
  	border-radius: 3px;
  	background:#eee;
  }
  
  table#tablescore {
  	width:100%;
  }
  
  .oversquare {
  	border-radius: 3px;
  	//border: 1px solid #fff;

  	background:#eee;
  	text-align: center;
  	font-size:0px;
  }
  
  .oversquare:active {
  	background:#fff;
  }
  
  div#title {
  	text-align: center;
  	width:100%;
  	background:#fff;
  	color: #6BDA33;
  	font-size:35px;
  }
  
  div#button {
  	margin-left: auto ;
  margin-right: auto ;
  	width: 70%;
  	height: 50px;
  	border-radius: 15px;
  	background:#ddd;
  	padding-top: 17px;
  	text-align:center;
  	font-size:25px;
  	color: #333;
  }
  
  div#finblock {
  	margin-left: auto ;
  	margin-right: auto ;
  	width: 70%;
  	border-radius: 15px;
  	background:#eee;
  	padding-top: 10px;
  	padding-bottom: 10px;
  	padding-left: 10px;
  	text-align: center;
  	font-size:20px;
  	color: #333;
  }

  
  div#button:active {
  	background:#aaa;
  }
  
  div#littlesquare {
  	border-radius: 3px;
  	height: 20px;
  	width: 20px;
  	display: inline-block;
  	margin-top: 4px;
  }
  
  div#retour {
  	border-radius: 0px 5px 5px 0px;
  	margin-left: -10px;
  	background:#ddd;
  	padding: 2px;
  	text-align:center;
  	color: #333;
  }
  
  div#retour:active {
  	background:#aaa;
  }
  
  div#perdu {
  	position: absolute;
  	background:#fff;
  	opacity: 0.99;
  }
  
  div#debutaff {
  	position: absolute;
  	background:#fff;
  	opacity: 0.95;
  	font-size: 20px;
  }
  
  div#intro {
  	position: absolute;
  	top: 10000px;
  	background:#fff;
  	font-size: 20px;
  }
  
  input#name {
  	border: 0px;
  	background:#ddd;
  	font-size:20px;
  	color: #333;
  	width: 60%;
  	text-align: center;
  }