* {
    /* font-family: Tahoma, sans-serif; */
}
#right {
    display: inline-block;
}

#date {
    width: 252px;
    display: block;
    margin: auto;
    margin-bottom: 25px;
}
#jour {
    display: inline-block;
    vertical-align: top;
    width: 500px;
    margin-bottom: 25px;
}
#jour table {
    width: 100%;
    border: solid 1px #CCC;
}
#jour table tr {
    height: 60px;
}
#jour table td {
    border: solid 1px #CCC;
}
#jour table td {
    border: solid 1px #CCC;
    background: #87d37c;
}
#jour table td button, #jour table td p {
    display: block;
    margin: auto;
    text-align: center;
}
#jour table td.disable {
    background: #CCC;
}
#jour table td.creneau {
    text-align: center;
    background: #FFF;
    width: 150px;
}
/* PARTIE RÉSERVATION */

#reservation {
    display: block;
    width: 300px;
    margin: auto;
}
#reservation label {
    display: inline-block;
    width: 100px;
    margin: 5px auto;
}
#reservation input {
    display: inline-block;
    width: 200px;
    margin: 5px auto;
}
#reservation input[type=checkbox] {
    width: inherit;
    margin: auto 20px;
}
#reservation label[for=dejaVenu] {
    display: inline-block;
    width: inherit;
    margin: 5px auto;
}
#reservation input[type=submit] {
    width: inherit;
}