/* Style du Titre */

.bouton {
	color: white;
	font-size: 100%;
	border-radius:8px;
	background-color: gray;
	margin: 5px;
	padding: 5px;
}

.piece {
	width: 40px;
	height: 40px;
	font-size: large;
	font-weight: bold;
        cursor:pointer;
}

.oui {
	background-color: #323232;
	color: white;
	margin:0px;
	border-radius: 8px;
	border-top: 2px #CCC solid;
	border-right: 2px #666 solid;
	border-bottom: 2px #333 solid;
	border-left: 2px #999 solid;
}

.non {
	background-color: #646464;
	margin:0px;
	color: #646464;
	border-radius: 8px;
	border-top: 0px #333 solid;
	border-right: 0px #999 solid;
	border-bottom: 0px #CCC solid;
	border-left: 0px #666 solid;
}

#controle {
	text-align: center;
	margin: 5px;
}

/* Style de la console de sortie */
.console {
	text-align: center;
	color: maroon;
	margin: 5px;
	font-size: larger;
}

#console { font-style: italic; }
.fini { color: navy; }
.vert { background-color: #6F6; }

