#CalendarControlIFrame {
  display: none;
  left: 0px;
  position: absolute;
  top: 0px;
  height: 250px;
  width: 250px;
  z-index: 99;
}

#CalendarControl {
  position:absolute;
  background-color:#000000;
  margin:0;
  padding:0;
  display:none;
  z-index: 100;
}

#CalendarControl table {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 8pt;
  border-left: 1px solid #336;
  border-right: 1px solid #336;
  border-bottom: 1px solid #336;
  border-top: 1px solid #336;
  background-image: url(bt/bois_fonce.jpg);
}

#CalendarControl th {
  font-weight: bold;
  color: #004200;
}

#CalendarControl th a {
  font-weight: normal;
  text-decoration: none;
  color: #FFF;
  padding: 1px;
}

#CalendarControl td {
  text-align: center;
}

#CalendarControl .header {
  background-image: url(bt/bois_fonce.jpg);
}

#CalendarControl .weekday {
  background-color: #DDD;
  color: #000;
}

#CalendarControl .weekend {
  background-color: #DDD;
  color: blue;
}

#CalendarControl .current {
  border: 1px solid #339;
  background-color: #336;
  color: #FFF;
}

#CalendarControl .weekday,
#CalendarControl .weekend,
#CalendarControl .current {
  display: block;
  text-decoration: none;
  border: 1px solid #FFF;
  width: 2em;
}

#CalendarControl .weekday:hover,
#CalendarControl .weekend:hover,
#CalendarControl .current:hover {
  color: #FFFF00;
  background-color: #004200;
  border: 1px solid #999;
}

#CalendarControl .previous a{
  color: #FFFF00;
  text-decoration: none;
  font-weight: bold;
  padding: 1px 5px 1px 5px;
}

#CalendarControl .previous a:hover{
  color: #FFFF00;
  background-color: #004200;
  text-decoration: none;
  font-weight: bold;
  padding: 1px 5px 1px 5px;
}

#CalendarControl .title {
  text-align: center;
  font-size: 10pt;
  font-weight: bold;
  color: #004200;
}

#CalendarControl .empty {
  background-image: url(bt/bois_clair.jpg);
  border: 1px solid #FFF;
}

#CalendarControl .jours {
  background-image: url(bt/bois_clair.jpg);
}

/* Feuille de style pour Calendrier */
table.cal { font-size:12px; background:#416DFF; border: 3px groove #0026A7; }
/* la case contenant le nom du mois */
.cal td.cal_titre { font-weight:bold; }
/* les cases des jours de la semaine */
.cal th { text-align:center; background:#0026A7; color:#DAE2FF; }
/* les autres cases */
.cal td { text-align:center; background:#DAE2FF; margin:0px; padding:0px; }
/* la case correspondant à aujourd'hui */
.cal td.today { border: 2px solid fuchsia; margin:0; padding:-2px; }

