/*                                */
/* 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.big_main {
	font-family: Arial, Times, serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #ffffff;
}

/* Style for the calendar header (<< month year >>) */
/* Style du titre du calendrier (<< mois annee >>)  */
.big_title {
	color: #000000;
	text-align: center;
	font-weight: bold;
}

/* Style of the cell "month year" of the header */
/* Style de la cellule "mois annee" du titre    */
.big_title_month {
	color: #666666;
	font-weight: bold;
	font-size:25px;
}

.big_fond_jours{
	/*background-image: url('/img/calendar_big_fond_jours.png');
	background-repeat: no-repeat;*/
}

a.big_title_month {
	color: #FFFFFF;
	font-weight: bold;
	font-size:25px;
}

/* Style of the link "month year" of the header */
/* Style du lien "mois annee" du titre          */
.big_title_month_clickable {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size:25px;
}

a.big_title_month_clickable {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size:25px;
}
/* Style of the cell that contains the link "<<" in the header */
/* Style de la cellule contenant le lien "<<" du titre         */
.big_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         */
.big_title_right_arrow {
	text-align: right;
}

/* Style of the link "<<" of the header */
/* Style du lien "<<" du titre          */
.big_title_left_arrow_clickable {
	color: #000000;
	text-decoration: none;
}

/* Style of the link ">>" of the header */
/* Style du lien ">>" du titre          */
.big_title_right_arrow_clickable {
	color: #000000;
	text-decoration: none;
}

/* Global style of the main calendar table */
/* Style global de la table du calendrier  */
.big_table {
	border: none;
	border-collapse: collapse;
	font-size: 12px;
	background-image: url(/img/calendar_big_fond_jours.png);
	background-repeat: no-repeat;
	
}

/* Generic style of the calendar table cells              */
/* Style generique des cellules de la table du calendrier */
.big_table td {
	border: 0px solid #99A9B6;
	text-align: center;
	width: 78px;
	height: 80px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: text-top;
}

.big_table td.big_today_clickable{
	border: 1px solid #FFFFFF;
}

.big_table td.big_today_clickable_more{
	border: 1px solid #FF0000;
}

.big_table td.today_clickable{
	border: 1px solid #FF0000;
}

.big_table td.today_clickable_more{
	border: 1px solid #FF0000;
}

.big_table td.big_clicable {
	border: 0px solid #99A9B6;
	text-align: center;
	/*width: 96px;
	height: 87px;*/
	font-weight: bold;
	color: #FFFFFF;
	background-color:#000000;
}


a.big_today_clickable_real {
	font-weight: bold;
	color: #FFFFFF;
}

a.big_today_clickable_real_more {
	font-weight: bold;
	color: #FFFFFF;
}



a.big_table td.big_clicable {
	color: #FFFFFF;
	background-color:#FFC7DD;
}

.big_table td.big_clicable:hover {
	/*color: #FFFFFF;*/
	background-color:#666666;
	/*border: 1px solid #FF0000;*/
}


/* Style of the table header cells that contains the days                   */
/* Style des cellules d'en-tete la table du calendrier, contenant les jours */
.big_table th {
	border: 0px solid #99A9B6;
	/*background-color: #F1C3FF;*/
	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)                                                                */
.big_weekend {
	/*background-color: #cccccc;*/
	background: none;
}

/* 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                                                        */
.big_other_month {
	color: #999999;
}

/* 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                                                           */
.big_other_month_clickable {
	color: #999999;
	text-decoration: none;
}

/* Style for today's day (non-clickable)                  */
/* Style du jour (non cliquable) representant aujourd'hui */
.big_today {
	color: #000000;
}

/* Style of today's link                              */
/* Style du lien sur le jour representant aujourd'hui */
.big_today_clickable {
	color: #000000;
	text-decoration: none;
}

.big_today_clickable_more{
	color: #000000;
	text-decoration: none;
}

/* 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 */
.big_day_clickable {
	color: #FFFFFF;
	text-decoration: none;
}

.big_day_clickable_real {
	color: #FFFFFF;
	text-decoration: none;
	background-color:#FFC7DD;
}

a.big_day_clickable_real {
	color: #FFFFFF;
}

.big_cal_top_day{
	width: 100%;
	text-align: right;
	background-color: #F2F2F2;
	color: #6E6C6E;
	font-weight: normal;
	font-size:10px;
}

.big_cal_top_day_clic{
	width: 100%;
	text-align: right;
	background-color: #F2F2F2;
	color: #6E6C6E;
	font-weight: normal;
	font-size:10px;
}



