	#gomoku {
		border-collapse: collapse;
		margin:auto;
		padding:0px;
	}

	#gomoku td {
		margin:0px;
		padding:2px;
		border: 1px solid black;
	}

	#gomoku .rond {
		display:inline-block;
		width:50px;	height:50px;
		border-radius : 50%;
		border: 1px solid black; 
	}

	.vide:hover {
		cursor:pointer;
	}

	.noir { background-color:black;}
	.blanc { background-color:white;}
	.vide {
		border: none !important; 
	}
