	#divawele {
		position:relative;
		margin-bottom:10px;
	}

	#fleche { 
		width:50px;
		height:50px;
	}

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

	#awele td {
		margin:5px;
		padding:5px;
		border: 1px solid black !important; 
	}

	#awele .rond {
		display:inline-block;
		width:100px;	height:100px; line-height:100px;
		border-radius : 50%;
		border: 1px solid black; 
		text-align:center; 
		vertical-align:middle;
		font-size: 36pt;
		font-weight: bold;
	}

	.clicable .rond:hover {
		background-color:yellow;
		cursor:pointer;
	}

	.currentCase {
		background-color:lightgrey;
	}

	.startCase {
		border:5px solid black !important;
	}


	.noir { background-color:black;}
	.blanc { background-color:white;}



