#rdv_cercle {
display: inline-block;
width:22px;
height:22px;
text-align:center;
background-color:#FFFFFF;
border-left:1px solid #000000; /* couleur du cadre */
border-right:1px solid #000000;
border-bottom:1px solid #000000;
border-top:1px solid #000000;
border-radius:50%;
color: #000000;
font-size:10px;
}

#table {display: table;width:400px;}
.row {display: table-row;margin-left:1px;margin-right:1px;}
.cell {display: table-cell;width:100px;margin-left:1px;margin-right:1px;}

.cin {z-index:1000;}

#table2 {display: table;}
.row {display: table-row;margin-left:1px;margin-right:1px;}
.cell {display: table-cell;margin-left:1px;margin-right:1px;}

.cin {z-index:1000;}
#rdv_cercle2 {
display: inline-block;
width:16px;
height:16px;
text-align:center;
background-color:#eff2ff;
border-left:1px solid #000000; /* couleur du cadre */
border-right:1px solid #000000;
border-bottom:1px solid #000000;
border-top:1px solid #000000;
border-radius:50%;
color: #000000;
font-size:10px;
}

.cachref {
	line-height: 3px;
	height: 1.5em;
	text-align:right;
	font-size:12px;
	border-left:1px solid #FFFFFF; /* couleur du cadre */
border-right:1px solid #FFFFFF;
border-bottom:1px solid #FFFFFF;
border-top:1px solid #FFFFFF;
margin-top:0px;
margin-bottom:0px;
}
