html, body {
	background-color: #438fb5;
}
#memory{
 	margin: auto;
}
tr, td {
	padding: 0;
	margin: 0;
	font-weight: bold;
	border: none;
}
input{
	height: 100px;
	width: 100px;
	font-size: 45;
	margin : 2px;
	margin-right: 3px;
	margin-left: 3px;
	border : none;
}
input:focus {
	outline : none;
}
input:hover {
	cursor: pointer;
}
#memory input {
	background-image:url(nsi.png);
	background-position: center;
}
#nombres {
	font-size: 25;
	width: 75px;
	height: 75px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
#images {
	font-size: 20;
	width: 75px;
	height: 75px;
	background-image:url(images/5.png);
	background-size: 75px;
	background-position: center;
	border: solid;
	border-width: 4px;
	border-color: #0d0d0d;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
#commencer {
	position: absolute;
	left: 50%;
	top: 80px;
	width: 300px;
	height: 60px;
	margin-left: -150px;
	font-size: 50;
	border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
#reset {
	font-size: 20;
	position: absolute;
	width: 125px;
	height: 30px;
	left: 5px;
	top: 200px;
	border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
#tabscore {
	width: 318px;
	height: 30px;
	margin: auto;
	margin-top: 10px;
	text-align: left;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#tabscore td:hover {
	cursor: default;
}
#main {
	width: 650px;
    margin-left: auto;
    margin-right: auto;
 	margin-top: 200px;
 	padding-left: 75px;
}
#divtab {
	float: left;
	height: 75px;
	width: 500px;
    padding: 30px;
    border: 1px solid #f1f1f1;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    border-radius: 10px;
}
#divstyle {
	width: 75px;
	margin-left: 565px;
}
image {
	width: 100px;
	height: 100px;
}
iframe {
	height: 300px;
	width: 300px;
	position: absolute;
	background-color: white;
}
#tabrecord {
	position: absolute;
	top: 7px;
    padding: 30px;
    padding-top: 15px;
    border: 1px solid #f1f1f1;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    border-radius: 10px;
    height: 190px;
}
#tabrecord thead {
	font-size: 25;
	bottom: 20px;
}
#tabrecord tbody td{
	position: relative;
	top: 15px;
}