#grille {
	margin: auto;
	border-collapse: collapse;
	font-size: xx-large;
}
#grille tr td {
	cursor: pointer;
	width: 2em;
	height: 2em;
	border: solid thick black;
	background-color: white;
}
#grille .joueur1 {
	color: green;
}
#grille .joueur2 {
	color: blue;
}
#grille .termine {
	cursor: not-allowed;
}
#grille .ligne {
	background-color: pink;
}