#calendar {
text-align: center;
margin: 0 auto;
background-color: #aaa;
}
#mois {
font-weight: bold;
background-color: white;
}
#jours td {
width: 15px;
background-color: yellow;
}
.ligne td {
padding: 1px;
}
td.itemCurrentItem {
color: white;
background-color: black;
}
td.itemSelectedItem {
background-color: #eee;
}
td.itemDispoItem {
background-color: #C1C1FF;
}
td.itemDispoItem {
background-color: #C1C1FF;
}
td.itemReserveItem {
background-color: #FFC0C0;
}



