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

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




.calendrier_main {
	font-family: Arial, Times, serif;
	font-size: 18px;
	border: none;
	margin-bottom:-15px;
	
}

/* Style for the calendrier header (<< month year >>) */
/* Style du titre du calendrier (<< mois annee >>)  */
.calendrier_title {
	color: #000000;
	text-align: center;
	border: 1px solid #99A9B6;
	
}

.calendrier_title td
{
border:none;

padding-left:8px;
}

/* Style of the cell "month year" of the header */
/* Style de la cellule "mois annee" du titre    */
.calendrier_title_month {
text-align:center;
}

/* Style of the link "month year" of the header */
/* Style du lien "mois annee" du titre          */
.calendrier_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         */
.calendrier_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         */
.calendrier_title_right_arrow {
	text-align: right;
}

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

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

/* Global style of the main calendrier table */
/* Style global de la table du calendrier  */
.calendrier_table {
	
	border: 1px solid #99A9B6;
	border-collapse: collapse;
	font-size: 16px;
	
	
}

/* Generic style of the calendrier table cells              */
/* Style generique des cellules de la table du calendrier */
.calendrier_table td {
	border: 1px solid #99A9B6;
	text-align: center;
	padding:4px;
	padding-left:2px;
	padding-right:2px;
	margin:0px;
	
}

.calendrier_table th
{
	border: none;
	padding:0px;
	margin:0px;
	color:black;
	
}

/* Style of the table header cells that contains the days                   */
/* Style des cellules d'en-tete la table du calendrier, contenant les jours */
.calendrier_table th {
	/*border: 1px solid #99A9B6;*/
	border:none;
	background-color: #6c8ca2;
	/*background-color: #daa51f;*/
	font-weight: normal;
	text-align: center;
}

/* Style of the calendrier 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)                                                                */
.calendrier_weekend {
	/*background-color: #f6cc7d;*/
}

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

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

/* Style of today's link                              */
/* Style du lien sur le jour representant aujourd'hui */
.calendrier_today_clickable {
	color: #ff0000;
	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 */
.calendrier_day_clickable {
	color: #000000;
	text-decoration: none;
}
.calendrier_ligne_separatrice
{
 border:none;
	padding:0px;
	padding-left:2px;
	padding-right:2px;
margin:0px;
}


.calendrier_clickable
{
color:#efa117;
}