

.Calend {
position: absolute;
left: 550px;
top: 320px;
width: 400px;
height: 400px;
background-color: #EFEFEF; /* gris clair */
border-style: solid;
padding: 20px;
}

.Calend table {

background-color:#BFBFBF;  // gris foncé
margin-left: auto;
margin-right: auto;
border-style: solid;

}

.Calend th.Previous, th.Next {

text-align: center;
color: red;
font-size: 1.5rem;
font-weight: bold;
cursor: pointer;

}


.Calend td {

background-color: #00FF00;  /* Green ou rgb(0,255,0) */
width: 40px;
height: 40px;
text-align: center;
border-style: solid;

}

.Calend td.Disabled {

background-color: #FF0000;  // red 
width: 40px;
height: 40px;
cursor: not-allowed;
text-align: center;
border-style: solid;

}

.Calend td:hover {

background-color: #FFFF00; /* yellow */

}

.FrameBooking {
position: static;
width: 400px;
height: 600px;
padding: 20px;
color: black; 
font-size: 1rem;
font-weight: bold;
border-style: solid;
border-color: black;
background-color: #00EEFF; /* bleu clair */
border-style: solid;
}