/**************** Style de la table principale contenant le calendrier *******************/

/* Style du titre du calendrier (<< mois annee >>)  */
.calendar_title {text-align:center;line-height:16px;}

.calendar_title a{border:none;}

/* Style du lien "mois annee" du titre          */
.calendar_title_month_clickable {line-height:16px;color:#000;text-decoration:none;font-family:Trebuchet MS;font-size:0.9em;}

/* Style de la cellule contenant le lien "<<" du titre         */
.calendar_title_left_arrow {text-align:left;}

/* Style de la cellule contenant le lien ">>" du titre         */
.calendar_title_right_arrow {text-align:right;}

/* Style du lien "<<" du titre          */
.calendar_title_left_arrow_clickable {display:inline-block;cursor:pointer;width:13px;height:16px;padding:0px;border:none;background:url(../img/btn_calendar_mprec.png);font-size:0;}

/* Style du lien ">>" du titre          */
.calendar_title_right_arrow_clickable {display:inline-block;cursor:pointer;width:13px;height:16px;padding:0px;border:none;background:url(../img/btn_calendar_msuiv.png);font-size:0;}

/* Style global de la table du calendrier  */
/*.calendar_table {border: 1px dotted #292202;}*/

/* Style generique des cellules de la table du calendrier */
.calendar_table td {text-align:center;padding:0px;margin:0px;width:20px;height:19px;background:url(../img/bg_cellule_calendar.png);font-family:Trebuchet MS;font-size:0.9em;}

.calendar_table a {position:absolute;display:block;width:20px;line-height:19px;margin:-10px 0px 0px 0px !important;margin:0px 0px 0px -10px;padding:0px;color:#000;border:none;cursor:pointer;font-weight:bold;}

/* Style des cellules d'en-tete la table du calendrier, contenant les jours */
.calendar_table th {color:#fff;font-family:Trebuchet MS;font-size:0.9em;font-weight:bold;text-align:center;}

/* Style des cellules de la table contenant les jours du week-end (samedi et dimanche) */
.calendar_weekend {font-weight:bold;}

/* Style des liens des jours ne faisant pas partie du mois en cours  d'affichage*/
.calendar_other_month_clickable {color:#f8f8f8;text-decoration:line-through;}

/* Style du lien sur le jour representant aujourd'hui */
.calendar_today_clickable {display:block;width:20px;height:19px;margin:0px;color:#000;background:url(../img/bg_cellule_calendar_today.png);text-decoration:none;border:none;}

/* Style des liens des jours faisant partie du mois en cours d'affichage */
.calendar_day_clickable {display:block;width:20px;height:19px;margin:0px;background:url(../img/bg_cellule_calendar_click.png);text-decoration:none;border:none;}
.calendar_day_nonclickable {text-decoration:none;border:none;}

