p {	margin:0;}
#page {
	background-color:#FFF;
	text-align:left;
	width:60%;
	padding:30px;
	height:450px;
	margin:auto;
	text-align:center;
}

h1 {
	font-size:30px;
	font-family:Arial, sans serif;
}

img.pendu {
	float:right;
}

h2 {
	font-size:16px;
	font-family:Arial, sans-serif;
}

#mot.js-cache {display:none;}
#mot {
	margin:30px 0 0 0;
	clear:both;
	top:100px;
	border-collapse: separate;
	border-spacing: 10px 0;
	margin:0 auto 2em auto;
}

#mot td {
	padding:10px;
	border-bottom:1px solid black;
	width:30px;
	height:30px;
	font-weight:bold;
	font-size:1.5em;
	text-align:center;
}

 #mot p{
	visibility:hidden;
}

#clavier{
	border-collapse: separate;
	border-spacing: 10px 10px;
}

#clavier td {
	background-color:white;
	border:1px solid black;
	width:50px;
	height:50px;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
}
#clavier td.js-deja-joue {
	background-color:#ccc;
	cursor:not-allowed;
}
a.lien.clickable {cursor:pointer;}
a.lien{
	margin-top:1em;
	padding:0.2em 0.5em;
	font-weight:bold;
	text-decoration:none;
	font-size:20px;
	display:inline-block;
	background-color:#000;
	color:#fff;
	border-radius:5px;
}

a.clickable:hover{
	text-decoration:underline;
}