/*                                */
/* 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: 8px;
}

/* Style for the calendar header (<< month year >>) */
/* Style du titre du calendrier (<< mois annee >>)  */
.calendar_title {
	color: #ffffff;
	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 {
			font-size: 10px;

	color: #ffffff;
	text-decoration: none;
}

 a:hover.calendar_title_month_clickable {
			font-size: 10px;

	color: #ffffff;
	text-decoration: none;
}
.calendar_title_month_clickable2 {
			font-size: 10px;

	color: #ffffff;
	text-decoration:underline;
}

 a:hover.calendar_title_month_clickable2 {
			font-size: 10px;

	color: #ffffff;
	text-decoration:underline;
}

/* Style of the cell that contains the link "<<" in the header */
/* Style de la cellule contenant le lien "<<" du titre         */
.calendar_title_left_arrow {
}

/* Style of the cell that contains the link ">>" in the header */
/* Style de la cellule contenant le lien ">>" du titre         */
.calendar_title_right_arrow {
}

/* Style of the link "<<" of the header */
/* Style du lien "<<" du titre          */
.calendar_title_left_arrow_clickable {
	color: #ffffff;
	text-decoration: none;
}

/* Style of the link ">>" of the header */
/* Style du lien ">>" du titre          */
.calendar_title_right_arrow_clickable {
	color: #ffffff;
	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 {
	text-align: center;
	width: 19px;
}

/* 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 {
	font-weight: normal;
	text-align: center;
		color: #ffffff;

}

/* 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;
/*}

/* 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: #d0006f;
			font-size: 11px;
}

/* 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: #cccccc;
	text-decoration: none;
	font-size: 11px;
}

div#calendar_other_month_clickable {
	width:19px;
	height:16px;
	background-color:#d0006f;
	}
div#calendar_other_month_clickable2 {
	width:19;
	height:16px;
	background-color:#d0006f;
	color: #cccccc;

}
div#calendar_other_month_clickable a:hover {
	color: #cccccc;
	font-weight:normal;
	text-decoration: none;
		font-size: 11px;
}


/* Style for today's day (non-clickable)                  */
/* Style du jour (non cliquable) representant aujourd'hui */
.calendar_today {
	color: #000000;
	font-weight:normal;
		font-size: 11px;

}
div#calendar_today {
	width:19;
	height:16px;
	background-color:#000000;
	}
	div#calendar_today2 {
	width:19;
	height:16px;
	background-color:#000000;
	}

/* Style of today's link                              */
/* Style du lien sur le jour representant aujourd'hui */
.calendar_today_clickable {
	color: #ffffff;
	font-weight:normal;
	text-decoration: none;
	font-size: 11px;

}
div#calendar_today_clickable {
	width:19;
	height:16px;
	background-color:#149FD6;
	}
div#calendar_today_clickable2 {
width:19;
height:16px;
background-color:#149FD6;
}
div#calendar_today_clickable a:hover {
	color: #FFFFFF;
	font-weight:normal;
	text-decoration: none;
		font-size: 11px;
}

/* 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 {
	color: #D0006E;
	text-decoration: none;
		font-size: 11px;

}
div#calendar_day_clickable {
	width:19;
	height:16px;
	background-color:#ffffff;
	}
div#calendar_day_clickable2 {
width:19;
height:16px;
background-color:#d0006f;
	color: #FFFFFF;

}
	
.calendar_day_clickable a {
	color: #D0006E;
	font-weight:normal;
	text-decoration: none;
	margin-left:5px;
	margin-right:5px;
		font-size: 11px;

}
div#calendar_day_clickable a:hover {
	color: #D0006E;
	font-weight:normal;
	text-decoration: none;
		font-size: 11px;
}
