
a:hover{
text-decoration:underline;
}

/* Style de la table principale contenant le calendrier */
div#partie_gauche div#calendrier table.calendar_main {
	font-family: Arial, Times, serif;
	font-size: 10px;
}

div#partie_gauche div#calendrier table.calendar_main th, div#partie_droite div#cadre-agenda div#calendrier table.calendar_main td{
	border:0;
}

/* Style du titre du calendrier (<< mois annee >>)*/
div#partie_gauche  div#calendrier .calendar_title {
	color: #000000;
	text-align: center;
}

/* Style de la cellule "mois annee" du titre */  
div#partie_gauche div#calendrier .calendar_title_month {
}

/* Style du lien "mois annee" du titre */
div#partie_gauche div#calendrier .calendar_title_month_clickable {
	color: #000000;
	text-decoration: none;
}

/* Style de la cellule contenant le lien "<<" du titre */
div#partie_gauche div#calendrier .calendar_title_left_arrow {
	text-align: left;
}

/* Style de la cellule contenant le lien ">>" du titre */
div#partie_gauche div#calendrier .calendar_title_right_arrow {
	text-align: right;
}

/* Style du lien "<<" du titre */
div#partie_gauche div#calendrier .calendar_title_left_arrow_clickable {
	color: #000000;
	text-decoration: none;
}

/* Style du lien ">>" du titre */
div#partie_droite div#cadre-agenda div#calendrier .calendar_title_right_arrow_clickable {
	color: #000000;
	text-decoration: none;
}

/**************************************************************************************************/

/* Style global de la table du calendrier */
div#partie_gauche div#calendrier .calendar_table {
	border: none;
	border-collapse: collapse;
	font-size: 10px;
}

/* Style generique des cellules de la table du calendrier */
div#partie_gauche div#calendrier .calendar_table td {
	text-align: center;
	width: 20px;
}

/* Style des cellules d'en-tete la table du calendrier, contenant les jours */
div#partie_gauche div#calendrier .calendar_table th {
	background-color: #01472d;
	font-weight: normal;
	text-align: center;
	color:white;
}

div#partie_gauche div#calendrier .calendar_table tr{
	color:black;
}

/* Style des cellules de la table contenant les jours du week-end (samedi et dimanche)*/
div#partie_gauche div#calendrier .calendar_weekend {
	background-color: #cccccc;
}

/* Style des cellules contenant des jours ne faisant pas partie du mois en cours d'affichage */
div#partie_gauche div#calendrier .calendar_other_month {
	color: #999999;
}

/* Style des liens des jours ne faisant pas partie du mois en cours d'affichage */
div#partie_gauche div#calendrier.calendar_other_month_clickable,
div#partie_gauche div#calendrier .calendar_other_month_clickable:visited,
div#partie_gauche div#calendrier .calendar_cell_other_month_clickable,
div#partie_gauche div#calendrier .calendar_cell_weekend_other_month_clickable{
	color: #999999;
	text-decoration: none;
}

/* Style du jour (non cliquable) representant aujourd'hui */
div#partie_gauche div#calendrier .calendar_today {
	color: #ff0000;
}

/* Style du lien sur le jour representant aujourd'hui */
div#partie_gauche div#calendrier .calendar_today_clickable ,
div#partie_gauche div#calendrier .calendar_today_clickable:visited{
	color: #ff0000;
	text-decoration: none;
}

/* Style des liens des jours faisant partie du mois en cours d'affichage */
div#partie_gauche div#calendrier .calendar_day_clickable,
div#partie_gauche div#calendrier .calendar_day_clickable :visited {
	color: #000000;
	text-decoration: none;
}

div#partie_gauche div#calendrier a.day_clickable{
	color:#081448;
	text-decoration:underline;
}

div#partie_gauche div#calendrier a.day_clickable:hover{
	color:white;
	text-decoration:none;
	background:#081448;
}

div#partie_gauche div#calendrier a.current_day,
div#partie_gauche div#calendrier a.current_day:hover{
	background:#fdce26;
	color:black;
	text-decoration:none;
}

div#partie_gauche div#calendrier .calendar_cell_today_clickable{
	border:1px solid #01472d;
}
