/*                                */
/* Feuille de style du calendrier */
/*                                */

/* Style de la table principale contenant le calendrier */
table.calendar_main {
	width:560px;
	font-family: Arial, Times, serif;
	font-size: 10px;
	border: 2px solid #CCCCCC;
}
/* Style du titre du calendrier (<< mois annee >>)  */
.calendar_title {
}
/* Style de la cellule "mois annee" du titre    */
.calendar_title_month {
	width: 90%; height:19px;
	font-size: 16px;
	font-family: Arial, Times, serif; font-weight:bold;
	color: #999999;
	text-align: center;
}
/* Style du lien "mois annee" du titre          */
.calendar_title_month_clickable {
	color: #000000;
	text-decoration: none;
}
/* Style de la cellule contenant le lien "<<" du titre         */
.calendar_title_left_arrow {
	text-align: left;
	width: 5%;
}
/* Style de la cellule contenant le lien ">>" du titre         */
.calendar_title_right_arrow {
	text-align: right;
	width: 5%px;
}
/* Style du lien "<<" du titre          */
.calendar_title_left_arrow_clickable {
	color: #000000;
	text-decoration: none;
}
/* Style du lien ">>" du titre          */
.calendar_title_right_arrow_clickable {
	color: #000000;
	text-decoration: none;
}
/* Style global de la table du calendrier  */
.calendar_table {
	border: none;
	border-collapse: collapse;
	font-size: 10px;
	width:100%;
}
/* Style generique des cellules de la table du calendrier */
.calendar_table td {
	border: 1px solid #99A9B6;
	text-align: left;
	width: 14.2%;
	height: 50px;
}
/* Style des cellules d'en-tete la table du calendrier, contenant les jours */
.calendar_table th {
	border: 1px solid #99A9B6;
	background-color: #99A9B6;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
}
/* Style des cellules de la table contenant les jours du week-end (samedi et*/
/* dimanche)                                                                */
.calendar_weekend {
	background-color: #cccccc;
	text-align: left;
	width: 14.2%;
}
/* Style des cellules contenant des jours ne faisant pas partie du mois en  */
/* cours d'affichage                                                        */
.calendar_other_month {
	color: #999999;
	font-weight: bold;
}

/* Style des cellules contenant des jours ne faisant pas partie du mois en  */
/* cours d'affichage                                                        */
.calendar_day {
	color: #555555;
	font-weight: bold;
}
.no_link_nom {font-family: Arial, Helvetica, sans-serif;  font-size:18px;  line-height:12px;      }

a.link_nom {font-family: Arial, Helvetica, sans-serif;  font-size:10px;  line-height:12px; text-decoration: none;  font-weight: bolder;   }
a.link_nom:link {color : #969F27;}
a.link_nom:visited {color : #969F27;   text-decoration:none;}
a.link_nom:hover {color : #FF9900;}
a.link_nom:active {color : #969F27;}

a.link_nom2 {font-family: Arial, Helvetica, sans-serif;  font-size:12px;  line-height:14px; text-decoration: none;  font-weight: bolder;   }
a.link_nom2:link {color : #969F27;}
a.link_nom2:visited {color : #969F27;   text-decoration:none;}
a.link_nom2:hover {color : #FF9900;}
a.link_nom2:active {color : #969F27;}

/* Style des liens des jours ne faisant pas partie du mois en cours      */
/* d'affichage                                                           */
.calendar_other_month_clickable {
	color: #999999;
	text-decoration: none;
}
/* Style du jour (non cliquable) representant aujourd'hui */
.calendar_today {
	color: #ff0000;
	font-weight: bold;
}
/* Style du lien sur le jour representant aujourd'hui */
.calendar_today_clickable {
	color: #ff0000;
	text-decoration: none;
}
/* Style des liens des jours faisant partie du mois en cours d'affichage */
.calendar_day_clickable {
	color: #000000;
	text-decoration: none;
}
/* Style de la ligne du pied du calendrier (lien de retour vers le mois courant) */
.calendar_footer {
	color: #000000;
	text-align: center;
}
/* Style de la cellule contenant le lien de retour au mois courant utilise */
/* lorsque le mois affiche est le mois courant                             */
.calendar_footer_current_month {
}
/* Style du lien de retour dans la cellule de classe .calendar_footer_current_month */
.calendar_footer_current_month_clickable {
	color: #000000;
	text-decoration: none;
}
/* Style de la cellule contenant le lien de retour au mois courant utilise */
/* lorsque le mois affiche n'est pas le mois courant                       */
.calendar_footer_other_month {
}
/* Style du lien de retour dans la cellule de classe .calendar_footer_other_month */
.calendar_footer_other_month_clickable {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}

