 

/* Style de la table principale contenant le calendrier */
/* Style de la table principale contenant le calendrier */
	table.calendar_main
	{
		font-family:"Arial";
        font-weight:bold;
		font-style:normal;
        font-size:12px;
        color:#808080;
        text-decoration:none;
        text-align:center;
        text-decoration:none;
	}

/* Style of the link "month year" of the header */
/* Style du lien "mois annee" du titre          */
	.calendar_title_month_clickable
	{
		border-width: 0px ;
		font-family:"Arial";
        font-weight:bold;
		font-style:normal;
        font-size:11px;
        color:#808080;
        text-decoration:none;
        text-align:center;
        text-decoration:none;
	}
	.calendar_title_month_clickable:hover
	{
        color:#FF0000;

	}

/* Style of the cell that contains the link "<<" in the header */
/* Style de la cellule contenant le lien "<<" du titre         */
	.calendar_title_left_arrow
	{
		border-width: 0px ;
		font-family:"Arial";
        font-weight:normal;
		font-style:normal;
        font-size:11px;
        color:#808080;
        text-decoration:none;
        text-align:center;
        text-decoration:none;
	}
	.calendar_title_left_arrow:hover
	{
        color:#FF0000;
        font-weight:bold;
	}

/* Style of the cell that contains the link ">>" in the header */
/* Style de la cellule contenant le lien ">>" du titre         */
	.calendar_title_right_arrow
	{
		border-width: 0px ;
		font-family:"Arial";
        font-weight:normal;
		font-style:normal;
        font-size:11px;
        color:#808080;
        text-decoration:none;
        text-align:center;
        text-decoration:none;
	}
	.calendar_title_right_arrow:hover
	{
        color:#FF0000;
        font-weight:bold;
	}
	
/* Style of the link "<<" of the header */
/* Style du lien "<<" du titre          */
	.calendar_title_left_arrow_clickable
	{
		border-width: 0px ;
		font-family:"Arial";
        font-weight:normal;
		font-style:normal;
        font-size:11px;
        color:#808080;
        text-decoration:none;
        text-align:center;
        text-decoration:none;
	}
	.calendar_title_left_arrow_clickable:hover
	{
        color:#FF0000;
        font-weight:bold;
	}

/* Style of the link ">>" of the header */
/* Style du lien ">>" du titre          */
	.calendar_title_right_arrow_clickable
	{
		border-width: 0px ;
		font-family:"Arial";
        font-weight:normal;
		font-style:normal;
        font-size:11px;
        color:#808080;
        text-decoration:none;
        text-align:center;
        text-decoration:none;
	}
	.calendar_title_right_arrow_clickable:hover
	{
        color:#FF0000;
        font-weight:bold;
	}

/* Global style of the main calendar table */
/* Style global de la table du calendrier  */
	.calendar_table
	{
		border-style:solid;
		border-color:#FF8000;
		border-width: 0px ;
	}

/* Generic style of the calendar table cells              */
/* Style generique des cellules de la table du calendrier */
	.calendar_table td
	{
		border-style:solid;
		border-color:#FF8000;
		border-width: 0px ;
	}

/* 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-style:solid;
		border-color:#FF8000;
		border-width: 0px ;
	}

/* 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:#DEDEDE;
		padding: 2px;
	}

 
/* 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
	{
		border-width: 0px ;
		font-family:"Arial";
        font-weight:bold;
		font-style:normal;
        font-size:11px;
        color:#FFFFFF;
        text-decoration:none;
        text-align:center;
        text-decoration:none;
		border-style:solid;
		background-color:#808080;
		padding: 1px 3px 1px 3px;
		margin: 2px;
	}
	.calendar_other_month_clickable:hover
	{
        color:#FF0000;
        font-weight:bold;
	}
 
/* Style for today's day (non-clickable)                  */
/* Style du jour (non cliquable) representant aujourd'hui */
	.calendar_today
	{
		border-style:solid;
		border-color:#FF8000;
		border-width: 0px ;
	}

/* Style of today's link                              */
/* Style du lien sur le jour representant aujourd'hui */
	.calendar_today_clickable
	{
		border-width: 0px ;
		font-family:"Arial";
        font-weight:bold;
		font-style:normal;
        font-size:11px;
        color:#808080;
        text-decoration:none;
        text-align:center;
        text-decoration:none;
		border-style:solid;
		border-color:#808080;
		border-width: 2px ;
		padding: 0px 3px 0px 3px;
	}

/* 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
	{
		border-width: 0px ;
		font-family:"Arial";
        font-weight:normal;
		font-style:normal;
        font-size:11px;
        color:#808080;
        text-decoration:none;
        text-align:center;
        text-decoration:none;
		padding: 2px;
	}
	.calendar_day_clickable:hover
	{
        color:#FF0000;
        font-weight:bold;
	}
	
/* ------------------------------ By HS ---------------------------------- */ 
	.calendar_day_selected
	{
		border-width: 0px ;
		font-family:"Arial";
        font-weight:bold;
		font-style:normal;
        font-size:11px;
        color:#808080;
        text-decoration:none;
        text-align:center;
        text-decoration:none;
		border-style:solid;
		border-color:#FF8000;
		border-width: 2px ;
		padding: 0px 3px 0px 3px;
	}
	.calendar_day_selected:hover
	{
        color:#FF0000;
        font-weight:bold;
	}
 
	.titre_aganda
	{
		padding: 4px 6px 2px 6px;
		font-family:"Arial";
        font-weight:bold;
		font-style:normal;
        font-size:14px;
        color:#FFFFFF;
        text-decoration:none;
        text-align:left;
        text-decoration:none;
		background-color:#808080;
	}
	
	
	
	
	
	
	
	
