#dateChooserDiv {
   border: solid 1px Gray;
   z-index: 100;
   padding: 0px;
   position: absolute;
   background-color: #F9F9F9;
   width: 210px;
   cursor: default;
}
div.moisDC {
   text-align: center;
   font-weight: bold;
   color: #636363;
   width: 210px;
   font-size: 14px;
}
table.liensDC {
   width: 210px;
   text-align: center;
}
a.aLiensDC {
   text-decoration: none;
   color: black;
   border: 1px solid #696969;
   background-color: #E1E1E1;
   display: block;
   margin: 0px;
}
a.aLiensDC:hover {
   background-color: #F2F2F2;
}
table.joursDC {
   text-align: center;
}
table.joursDC th, table.joursDC td {
   border: 1px solid #F9F7EA;
}
th.thJoursDC {
   background-color: #EAEAEA;
   width: 28px;
}
td.jourrienDC {
   background-color: #CBCBCB;
}
td.jourautreDC {
   background-color: #D6E2F1;
}
td.aujourdhuiDC {
   background-color: #F7D0CE;
}
td.jourchoisiDC {
   background-color: #ACCCCE;
}
td.jouroverDC {
   background-color: #FFF1D2;
}
a.aJourDC {
   text-decoration: none;
   color: #193B9B;
   display: block;
}
a.aJourDC:hover {
   text-decoration: underline;
   color: #BD3400;
   font-weight: bold;
}
