.dmCase{
	padding: 0;
	margin: 0;
	height: 40px;
	width: 40px;
	margin: 0 auto;
	border-width: 0;
	border: solid 1px skyblue;
}

.dmText{
	margin: 0;
	text-align: center;
	display: inline-block;
	height: 40px;
	width: 40px;
	border: solid 1px white;
}

.dmDalle{
	display: inline-block;
	height: 40px;
	width: 40px;
	border: solid 1px grey;
	background-color: grey;
}

.dmGrille {
	margin: 0 auto;
	justify-content: center;
}
/*
span{
	height: 40px !important;
	width: 40px;
	background-color:black;
}

strong{
	height: 40px;
	width: 40px;
	text-align: center;
}*/