#grille {
	background-color: grey;
	text-align: center;
	vertical-align: middle;
}
#grille td {
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 150px;
}
.bordures_0 {
	border: solid thick blue;
}
.bordures_1 {
	border: solid thick blue;
	border-left: none;
}
.bordures_2 {
	border: solid thick blue;
	border-bottom: none;
}
.bordures_3 {
	border: solid thick blue;
	border-left: none;
	border-bottom: none;
}
.bordures_4 {
	border: solid thick blue;
	border-right: none;
}
.bordures_5 {
	border: solid thick blue;
	border-left: none;
	border-right: none;
}
.bordures_6 {
	border: solid thick blue;
	border-bottom: none;
	border-right: none;
}
.bordures_7 {
	border: none;
	border-top: solid thick blue;
}
.bordures_8 {
	border: solid thick blue;
	border-top: none;
}
.bordures_9 {
	border: solid thick blue;
	border-left: none;
	border-top: none;
}
.bordures_10 {
	border: solid thick blue;
	border-bottom: none;
	border-top: none;
}
.bordures_11 {
	border: none;
	border-right: solid thick blue;
}
.bordures_12 {
	border: solid thick blue;
	border-right: none;
	border-top: none;
}
.bordures_13 {
	border: none;
	border-bottom: solid thick blue;
}
.bordures_14 {
	border: none;
	border-left: solid thick blue;
}
.bordures_15 {
	border: none;
}
.score {
	margin: 16px 0px;
	padding: 8px 16px;
	border: solid thick black;
	border-radius: 16px;
	background-color: grey;
	color: white;
}