	table {
		border:1px solid black;
		padding:3px;width:60%;
		margin:auto;	
		text-align:center;
	}

	#avalam{
		width:900px;
		height:750px;
		margin:auto;
		position:relative;
	}

	#avalam div:hover{
		cursor:pointer;
	}


	#palette {display:none;}
	.rouge, .jaune {position:absolute;z-index:10; }
	.indice {position:absolute;top:50px;left:65px;}
	.nombre {position:absolute;top:22px;left:28px;
		font-family:courier;font-weight:bold;font-size:18pt;}	
	.rouge img, .jaune img {width:70px;height:70px;}

