/*                                */
/* Calendar style sheet           */
/* Feuille de style du calendrier */
/*                                */

/* Style de la table principale contenant le calendrier */
/* Style de la table principale contenant le calendrier */
table.calendar_main {
	font-family: Arial, Times, serif;
	font-size: 10px;
	font-weight: bold;
}

/* Style for the calendar header (<< month year >>) */
/* Style du titre du calendrier (<< mois annee >>)  */
.calendar_title {
	color: #000000;
	text-align: center;
}

/* Style of the cell "month year" of the header */
/* Style de la cellule "mois annee" du titre    */
.calendar_title_month {
}

/* Style of the link "month year" of the header */
/* Style du lien "mois annee" du titre          */
.calendar_title_month_clickable {
	color: #000000;
	text-decoration: none;
}

/* Style of the cell that contains the link "<<" in the header */
/* Style de la cellule contenant le lien "<<" du titre         */
.calendar_title_left_arrow {
	text-align: left;
}

/* Style of the cell that contains the link ">>" in the header */
/* Style de la cellule contenant le lien ">>" du titre         */
.calendar_title_right_arrow {
	text-align: right;
}

/* Style of the link "<<" of the header */
/* Style du lien "<<" du titre          */
.calendar_title_left_arrow_clickable {
	color: #000000;
	text-decoration: none;
}

/* Style of the link ">>" of the header */
/* Style du lien ">>" du titre          */
.calendar_title_right_arrow_clickable {
	color: #000000;
	text-decoration: none;
}

/* Global style of the main calendar table */
/* Style global de la table du calendrier  */
.calendar_table {
	border: none;
	border-collapse: collapse;
	font-size: 10px;
}

/* Generic style of the calendar table cells              */
/* Style generique des cellules de la table du calendrier */
.calendar_table td {
/*	border: 1px solid #ffffff; */
	text-align: center;
	height: 17px;
	width: 24px;
	color: #ffffff;
}

/* Style of the table header cells that contains the days                   */
/* 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: normal;
	text-align: center;
}

/* Style of the calendar cells the contains the week-end days (saturday and */
/* sunday)                                                                  */
/* Style des cellules de la table contenant les jours du week-end (samedi et*/
/* dimanche)                                                                */
.calendar_weekend {
	background-color: #cccccc;
	border: 1px solid #ffffff; 
}

/* Style des cellules de la table contenant les jours de semaine "périmés"  */
.calendar_perime {
	background-color: #2e2e2e; 
	border: 1px solid #ffffff; 
}

/* Style des cellules de la table contenant les jours du week-end "périmés" */
.calendar_perime_weekend {
	background-color: #000000;
	border: 1px solid #ffffff; 
}

/* Style des cellules de la table contenant les jours de semaine en basse   */
/* saison                                                                   */
.calendar_bs {
	background-color: #19b3b1;
	border: 1px solid #ffffff; 
}

/* Style des cellules de la table contenant les jours du week-end en basse  */
/* saison                                                                   */
.calendar_bs_weekend {
	background-color: #16a09e;
	border: 1px solid #ffffff; 
}

/* Style des cellules de la table contenant les jours de semaine en         */
/* moyenne saison                                                           */
.calendar_ms {
/*	background-color: #a170fb; */
	background-color: #8f53fd; 
	border: 1px solid #ffffff; 
}

/* Style des cellules de la table contenant les jours du week-end en        */
/* moyenne saison                                                           */
.calendar_ms_weekend {
	background-color: #7c37fb;
	border: 1px solid #ffffff; 
}
/* Style des cellules de la table contenant les jours de semaine en haute   */
/* saison                                                                   */
.calendar_hs {
/*	background-color: #a8c9e7; */
	background-color: #75afe5; 
	border: 1px solid #ffffff; 
}

/* Style des cellules de la table contenant les jours du week-end en haute  */
/* saison                                                                   */
.calendar_hs_weekend {
/*	background-color: #75afe5; */
	background-color: #549ee3;
	border: 1px solid #ffffff; 
}

/* Style des cellules de la table contenant les jours de semaine réservés   */
.calendar_reserve {
/*	background-color: #d40c0c; */
	background-image: url('../images/croix.gif');
	background-repeat: no-repeat;
	background-position: center;
}

/* Style des cellules de la table contenant les jours du week-end           */
/* réservés								    */
.calendar_reserve_weekend {
	background-color: #d40c0c;
}

/* Style of the table cells that contains the days that are not part of the */
/* monthly currently displayed                                              */
/* Style des cellules contenant des jours ne faisant pas partie du mois en  */
/* cours d'affichage                                                        */
.calendar_other_month {
/*	color: #999999; */
	color: #cccccc;
}

/* Style for the links of days not part of the month currently displayed */
/* 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 for today's day (non-clickable)                  */
/* Style du jour (non cliquable) representant aujourd'hui */
.calendar_today {
	color: #0000ff;
}

/* Style of today's link                              */
/* Style du lien sur le jour representant aujourd'hui */
.calendar_today_clickable {
	color: #0000ff;
	text-decoration: underline;
}

/* Style for the links of days part of the month currently displayed     */
/* Style des liens des jours faisant partie du mois en cours d'affichage */
.calendar_day_clickable {
	text-decoration: underline;
}

.calendar_numsem_clickable {
	border: 1px solid #808080; 
	background-color: #feff8e;
	text-decoration: underline;
}
.calendar_numsem {
	border: 1px solid #808080; 
	background-color: #feff8e;
}
.calendar_numsem_font {
	color: #000000;
}

.center {
	float:left;
	display: inline;
	text-align: center;
	margin: 0;
	height: 180px;
	width:220px;
}

.saut {
	display:block;
        width:300px;
}

.calendar_annee {
}

.calendar_lien_annee {
}

.calendar_mois {
}

.calendar_lien_mois {
}

