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

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

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

	.rond:hover {
		cursor:pointer;
	}

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

