.calendrier{
margin:10px auto;
width:176px;
border-collapse:collapse;
}

.calendrier tr{
height:20px;
line-height:20px;
}

.cellule_calendrier{
width:24px;
border:1px solid #AAA;
text-align:center;
font-size:12px;
color:#8D8F8B;
background:#FAFAFA;
}

.ligne_date{
width:170px;
text-align:right;
font-size:14px;
font-weight:bold;
padding-right:4px;
color:#8D8F8B;
background:#FFF;
border:1px solid #FFF;
border-bottom:1px solid #AAA;
}

.ligne_entete td{
width:24px;
border:1px solid #AAA;
text-align:center;
font-size:12px;
color:#76AC18;
font-weight:bold;
font-size:14px;
background:#FAFAFA;
}
