.calendrier
{
   text-align: left;
   font-size: 90%;
   margin: 10px;
   border: #C9CACB 2px solid;
   border-collapse : collapse;
}
.bgf0
{
   background: #f0f0f0;
}
.calendrier TR:hover
{
   background: #f0f0f0;
}
.calendrier TH
{
   background-color : #f0f0f0;
   padding: 2px;
   border: #e0e0e0 1px solid;
}
.calendrier TD
{
   padding: 2px;
   border: #e0e0e0 1px solid;
}
.calendrier .titre
{
   font-size: 120%;
   font-weight: bold;
   text-align: center;
   background-color: #EB8B2F;
   border-bottom: #C9CACB 2px solid;
}
.calendrier .mois
{
   font-weight: bold;
   text-align: center;
   background-color: #e0e0e0;
   border-top: #C9CACB 2px solid;
   border-bottom: #C9CACB 2px solid;
}