.aide_bis {
	margin: 0px 16px;
	text-align: left;
	font-size: small;
}
.aide_bis a {
	padding: 4px;
	color: whitesmoke;
	text-decoration: none;
}
.aide_bis a:hover {
	border-radius: 4px;
	background-color: slategray;
}
.nombre, .nombre_choisi, .nombre_trouve {
	margin: 8px;
	padding: 2px 8px;
	border: solid thin slategray;
	border-radius: 8px;
	cursor: pointer;
}
.nombre_choisi {
	background-color: gold;
}
.nombre_trouve {
	border: solid thick slategray;
}
#nombre_0 {
	background-color: gold;
}
#calculs {
	border-collapse: separate;
	border-spacing: 0px 16px;
}
#calculs tr td:nth-child(2n) {
	width: 34%;
}
#calculs tr td:nth-child(2n+1) {
	width: 33%;
}