/* Le corps et l'image de fond */
#jeu-14 section div#container-jeu-14 {
	position: relative;
	/*background-color:#29272f;*/
	color:white;
	font-family:helvetica;
	padding:0;
}
#jeu-14 section div#container-jeu-14 #fond {
	/*z-index:-1;*/
}
/* La table des boutons de choix */
#jeu-14 section div#container-jeu-14 table {
	position: absolute;
	top: 41.3%;
	left: 10%;
	width: 16%;
}
#jeu-14 section div#container-jeu-14 tr {
	height: 30%;
}
#jeu-14 section div#container-jeu-14 td {
	width: 30%;
}
#jeu-14 section div#container-jeu-14 table button {
	width: 100%;
}
#jeu-14 section div#container-jeu-14 img.bouton {
	width: 100%;
}
/* Les indications : couleur ou forme */
#jeu-14 section div#container-jeu-14 #check{
	position: absolute;
	width: 20%;
	top: 20%;
	left: 38%;
}
#jeu-14 section div#container-jeu-14 #couleur, #forme {
	width: 5%;
}
#jeu-14 section div#container-jeu-14 #check img {
	width: 30%;
}
/* L'état du nombre de tours */
#jeu-14 section div#container-jeu-14 #tours{
	position: absolute;
	top: 5%;
	left: 2%;
	font-size:250%;
	padding:10px;
}
/* Le bouton de tentative suivante */
#jeu-14 section div#container-jeu-14 #ressaye{
	position:absolute;
	width: 6%;
	top:5%;
	left:47%;
	z-index:1000;
}
#jeu-14 section div#container-jeu-14 #ressaye img {
	width: 100%;
}
/* L'indication de réponse suivante */
#jeu-14 section div#container-jeu-14 #reponse{
	position:absolute;
	width: 15%;
	top: 43%;
	left: 40%;
}
/* Les indicateurs gagné ou perdu */
#jeu-14 section div#container-jeu-14 #gagne{
	position:absolute;
	top: 3%;
	left: 80%;
	width: 15%;
}
#jeu-14 section div#container-jeu-14 #perdu{
	position:absolute;
	top: 3%;
	left: 80%;
	width: 15%;
}