.table-ligne {
	display: table;
	width: 100%;
	border-spacing: 2px 1px;
}
.ligne {
	width: 100%;
	border: 0px;
	margin:1px;
	display: table-row;
}
.cellule {
	border: 0px dashed;
	display:table-cell;
	height: 100%;
	text-align: center;
	line-height: normal;
	border-radius : 10px;
	margin:1px;
	vertical-align: middle;
}
.cellule+.cellule {
	padding-top:5px;
	padding-bottom:5px;
}
label {
	margin:5px;
}