body{
    background-color: #eee;
}
tbody td{
    text-align: center;
    width: 30px;
    height: 30px;

}
.active{
    color:red;
    background-color: yellow;
}
.possible{
    background-color: #aaa;
    border: 1px solid black;
}
.pasDispo{
    background-color: red;
    list-style: none;
}
.day{
    margin: auto;
    font-size: 12px;
    width:15px;
    height: 15px;
}
.events{
    font-size: 12px;
    width:15px;
    height: 15px;
}
