#jeux
{
	width:700px;
	height:200px;
	border:solid;
}
.lettre
{
	width:1em;
	height:1em;
	position:absolute;
	left:10px;
	top:5px;
	padding:5px;
	box-shadow: 0 5px 10px -1px rgba(200, 200, 200, 0.7);
}
#cases
{
	position:relative;
	top: 150px;
}
.case
{
	width:2em;
	height:2em;
	border:solid;
	border-width:1px;
	position:absolute;
	margin:4px;
}
		#questionnaire table
{
	border-collapse:collapse;
	margin:2px;
}
#questionnaire th, td
{
	border:1px solid rgb(204, 204, 204);
}
#questionnaire td
{
	height:50px;
	text-align:center;
}
#questionnaire .question:hover
{
	background-color:yellow;
}
#questionnaire .reponse:hover
{
	background-color:green;
}