#dhtmltooltip{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: normal;
  text-align: center;
  position: absolute;
  width: 100px;
  border: 1px solid black;
  padding: 2px;
  background-color: lightyellow;
  visibility: hidden;
  z-index: 100;
}

/* Month and Year Row Setup */
.monthYearRow {
  background-image:   url("monthBg.gif");
    line-height: 17pt;
  background-color: #b5ac97;
  text-align: center;
  vertical-align: middle;
  }

/* Month and Year Text Setup */
.monthYearText {
  font-family: Geneva, Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: Bold;
  color: #fff;
  }

/* Day Names Row Setup */
.dayNamesRow {
    line-height: 11pt;
  background-color: #b5ac97;
  text-align: center;
  vertical-align: middle;
  }

/* Day Name Setup */
.dayNamesText {
  background-image:   url("dayBg.gif");
    font-family: Geneva, Verdana, Arial, sans-serif; 
  font-size: 10px; 
  font-weight: Bold; 
  color: #FFFFFF;
  }

/* Alignments, Font Face, Size and Color for Date Numbers and Row Height */
.rows {
  font-family: Geneva, Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #433D27;
    line-height: 15pt;
  text-align: center;
  vertical-align: middle;
  }

/* Color of Today's Date */
.today {
  color: #CF0000;
    }

/*
---------------------------------------------------------------------------
The classes below determine how the calendar background markings will look.
---------------------------------------------------------------------------

/* Normal Cell Background (date number with no event markings) */
.s2 {
  background-color: #ebe5d6;
  }
/* Empty Cell Background (empty cells with no date numbers) */
.s20 {
  background-color: #e52e14;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #FFFFFF;
}

/* Show dates from other months */
.sOther {
    background-color: #fff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #fff;
}
/* Weekend Cell Background (date number with no event markings) */
.s200 {
  background-color: #cec7b4;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #fff;
}
.s111 {
  background-color: #a82b2b;
}
.s121 {
  background-color: #6a6a62;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #FFFFFF;
}
a.cal:link {
  color: #FFFFFF;
    text-decoration: none;
}

a.cal:visited {
  color: #FFFFFF;
    text-decoration: none;
}

a.cal:hover {
  color: #FFFFFF;
    text-decoration: underline;
}

.texte_cal {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333333;
}

.tiretSeparateur {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #a0b2c0;
}

