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

	#paletto td {
		margin:0px;
		padding:2px;
	}

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

	#legende {
		
		padding:3px;width:60%;
		margin:auto;	
		
	}	
	#legende td, #legende th{
		padding:2px !important; 
		height:50px;
		line-height:50px;
		vertical-align:middle;
		font-size: 14pt;
		text-align:center !important;
	}

	#btnValid {display:none;}

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

	.selectionne {
		border:2px dashed black !important;
	}

	#blancs, #bleus,#jaunes,#noirs,#rouges,#verts {
		text-align: left;	
	}

	.blanc { background-color:lightgrey;}
	.bleu { background-color:blue;}
	.jaune { background-color:yellow;}
	.noir { background-color:black;}
	.rouge { background-color:red;}
	.vert { background-color:green;}
	.vide {
		border: 1px dashed black !important; 
	}

