@charset "iso-8859-1";
/* Formats pour le calendrier */
/* Cadre exterieur */
td.scd_exter {cellpadding: 1em; border: 1px solid #CCCC99}
/* tableau du calendrier */
.scd_cadre {background-color: #FFFF99; font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif}
/* Format du titre de la date */
.scd_caption {background: #FFFF66;font-size: 10pt; font-family: verdana, arial, helvetica, sans-serif}
/* Format des jours du calendrier */
.scd_thday {font-size: 9px; font-family: verdana, arial, helvetica, sans-serif; font-weight: bold}

/*  avec _event : signaler une info particuliere
   Format pour les dates avant et apres le mois en cours */
.scd_out {text-align: center; font-style: italic; background: #FFFF99; color: #CC9933}
.scd_out_event {text-align: center; font-style: italic; background: #FFFF99; color: #CC9933; border: 1px solid #CC9933;cursor: help}
/* Format pour les dates du mois en cours */
.scd_in {text-align: center; color: #FFFFFF; background: #FFCC00; font-weight: bold}
.scd_in_event {text-align: center; background: #FF9900; color: #FFFFFF; cursor: help; font-weight: bold; border: 1px solid #CC9933}
/* Format du lien de bas de tableau s'il existe */
.scd_link {text-decoration: underline; color: #CC9900; text-align: center}
.scd_link:hover {color: #FF3366}
.scd_link:visited {color: #CC9900}
/* Format du span pour le numero du jour courant */
.scd_today {color: #CC0033; border: 1px dashed}

