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


/* Style du conteneur de l'agenda		*/
.agenda {
	border: 1px solid #D2D2D2;
	padding: 5 10 10 10;
	width: 400px;
	vertical-align: top;
}

#evenement_du_mois{
	height: 130px;
}

.resultats {
	margin-left: 10px;
	margin-right: 10px;
}

.resultats table{
	width: 700px;
}

#titre_resultat{
	border-bottom: 1px solid #D2D2D2; 
}	

.date_resultat{
	font-size: 11px;
	color: #1728A5;
	font-style: italic;
}


.calendriers_par_categories {
	margin: 30px 10px 10px 10px;
}

.calendriers_par_categories table {
	width: 700px;
	
	text-align: left;
	vertical-align: middle;
}

.calendriers_par_categories_tableau_colonne1 {
	width: 13px;
}

#calendriers_par_categories_titre {
	border-bottom: 1px solid #D2D2D2; 
}


.detail a{
	margin-left: 10px;	
	font-size: 11px;
	color: #1728A5;	
	text-decoration: none;
}

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

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

/* Style of the cell "month year" of the header */
/* Style de la cellule "mois annee" du titre    */
.calendar_title_month {
	height: 30px;
}

/* Style of the link "month year" of the header */
/* Style du lien "mois annee" du titre          */
.calendar_title_month_clickable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 2px;
	font-variant: small-caps;
	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         */
.calendar_title_left_arrow {
	text-align: left;
	font-size: 14px;
}

/* Style of the cell that contains the link ">>" in the header */
/* Style de la cellule contenant le lien ">>" du titre         */
.calendar_title_right_arrow {
	text-align: right;
	font-size: 14px;
}

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

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

/* Global style of the main calendar table */
/* Style global de la table du calendrier  */
.calendar_table {
	border: none;
	border-collapse: collapse;
	font-size: 12px;
}

/* Generic style of the calendar table cells              */
/* Style generique des cellules de la table du calendrier */
.calendar_table td {
	width: 40px;
	height: 40px;
	
	border: 1px solid #FFFFFF;
	padding-left: 5px;	
	padding-top: 5px;
	
	text-align: left;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* 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 {
	background-color: #1728A5;	
	
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
	text-align: left;

	height: 30px;
	padding-left: 5px;
}

/* Style of the calendar cells the contains the week						*/
/* Style des cellules de la table contenant les jours de la semaine 		*/
.calendar_semaine {
	background-color: #e5e5f4;
}

.calendar_semaine img{
	margin-left: 20px;
}

/* 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: #CCCCCC;
}

.calendar_weekend img{
	margin-left: 20px;
}
/* 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                                                        */
.calendar_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                                                           */
.calendar_other_month_clickable {
	color: #999999;
	text-decoration: none;
}

/* Style des liens des jours ne faisant pas partie du mois en cours      */
/* d'affichage avec évenements                                           */
.calendar_other_month_clickable_with_event {
	color: #5665B2;
	font-weight: bold;
}

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

/* Style of today's link                              */
/* Style du lien sur le jour representant aujourd'hui */
.calendar_today_clickable {
	color: #ff0000;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	letter-spacing: 2px;
	
	height: 30px;
	width: 36px;
}

/* Style du lien sur le jour representant aujourd'hui avec évenement */
.calendar_today_clickable_with_event {
	color: #1728A5;
	font-weight: bold;
}

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

/* Style des liens des jours faisant partie du mois en cours d'affichage avec évenement */
.calendar_day_clickable_with_event {
	color: #1728A5;
	font-weight: bold;
}

.tableaux_detail_event {
	border-style: solid;
	border-width: 1px;
	border-color: #D2D2D2;
	
	margin-top: 5px;
}

.tableaux_detail_event td {
	padding-left: 5px;
	padding-right: 5px;
	
	font-size: 11px;
}