body {
	margin:0 0 0 0;
}
.tableau {
	display:table;
	border-style:ridge;
	border-color:#afafaf;
	border-width:10px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.cellule {
	display:table-cell;
	width:30px;
	height:30px;
	border-top:1px solid;
	border-right:1px solid;
	margin:0px;
	padding:5px;
	text-align:center;
	vertical-align:middle;
}

.ligne {
	display:table-row;
	height:40px;
}

.resultat {
	width:60px;
}

.titreTableauHaut {
	text-align:right;
}

.titreTableauBas {
	text-align:left;
}
#case1 {
	background-image:url('../images/diagonale.jpg');
	background-repeat:no-repeat;
	background-size:100% 100%;
}

.affichage {
	display:inline-block;
	width:33%;
	text-align:center;
}

#entete {
	margin:30px;
	text-align:center;
}

.resultat {
	border-right:none;
}

.ligne0 {
	border-top:none;
}

.droite {
	border-right:none;
}
