/*                                */
/* Calendar style sheet           */
/* Feuille de style du calendrier */
/*                                */

/* Style de la table principale contenant le calendrier */














table.calendar_main {
	font-family: Arial, Times, serif;
	
	
}


/* Style global de la table du calendrier  */
.calendar_table {
	color: #FFFFFF;
	border:4px solid #999999;
	border-collapse: collapse;
	font-size: 13px;
}



/* Style du titre du calendrier (<< mois annee >>)  */
.calendar_title {
	color: #FF6633;
	text-align: center;
	font-size: 16px;
	background-color: #000066;
}


/* Style de la cellule "mois annee" du titre    */
.calendar_title_month {
font-size: 18px;
}


/* Style du lien "mois annee" du titre          */
.calendar_title_month_clickable {
	color: #FFFF00;
	text-decoration: none;
	font-size: 12px;
}

/* 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;
	
	background-color: #000066;
	font-size: 17px;
}

/* Style de la cellule contenant le lien ">>" du titre         */
calendar_title_right_arrow {
	text-align: right;
	
	background-color: #000066;
	font-size: 17px;
}


/* Style du lien "<<" du titre          */
a.calendar_title_left_arrow_clickable {
color : #9999ff;
	text-decoration: none;
	font-size: 17px;
}
a.calendar_title_left_arrow_clickable:hover {
color : #33ff33;
	text-decoration: none;
	font-size: 17px;
}


/* Style du lien ">>" du titre          */
a.calendar_title_right_arrow_clickable {
color : #9999ff;
	text-decoration: none;
	font-size: 17px;
}

a.calendar_title_right_arrow_clickable:hover {
color : #33ff33;
	text-decoration: none;
	font-size: 17px;
}




/* Style generique des cellules de la table du calendrier */
.calendar_table td {
	border: 6px solid #99A9B6;
	text-align: center;
	width: 50px;
}

/* 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: 4px solid #99A9B6;
	background-color: #000000;
	font-weight: normal;
	text-align: center;
}

                                                              
/* Style des cellules de la table contenant les jours du week-end (samedi et*/
/* dimanche)                                                                */

.calendar_weekend {
	
}
                                         
/* Style des cellules contenant des jours ne faisant pas partie du mois en  */
/* cours d'affichage                                                        */

.calendar_other_month {
	color: #666666;
	
	font-size : 13px;
}


/* Style des liens des jours ne faisant pas partie du mois en cours      */
/* d'affichage                                                           */
.calendar_other_month_clickable {
	color: #FFFFFF;
	text-decoration: none;
	font-size : 16px;
}


/* Style color: #FFFF00;du jour (non cliquable) representant aujourd'hui */
.calendar_today {
	color: #000066;
	font-weight : bold;
	font-size : 16px;
	background-color: #00FF66;

}
.calendar_manif {
	color: #FF9966;

	font-weight : bold;
	background-color: #000000;
	font-size : 16px;
}

                            */
/* Style du lien sur le jour representant aujourd'hui */
.calendar_today_clickable {
	color: #FFFFFF;
	text-decoration: none;
	font-weight : bold;
	font-size : 18px;
}
.calendar_manif_clickable {
	color: #FF9966;

	font-weight : bold;
	background-color: #000000;
	font-size : 16px;
}

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

