/*
 * Fichier Agenda
 * Les couleurs a personnaliser sont marques PERSO
 */


/*
 * L'agenda
 */
.agenda { border: 1px solid #000000; ; }

table.agenda, table.agenda tr, table.agenda th, table.agenda td chiffe du jour blanc{ /* PERSO date vert */
	font-family: arial, verdana, helvetica, sans-serif;
	color: #669999;
	font-size: 11px;
	}

table.agenda:hover, table.agenda tr a:hover {
   /* IMPORTANT couleur survole rolover rouge du texte du menu deroulant!!!*/
  color:#FFFF00;
   /* IMPORTANT couleur survole jaune du texte du menu deroulant!!!*/
  background-color:#CC3300; /* PERSO */
}


table.agenda a, table.agenda a:link, table.agenda a:visited, table.agenda a:active {
	color: #CC3300;  /* PERSO jour noir*/
	background-color: none;
	font-weight: ;
	text-decoration: none;
}

table.agenda a:hover {
	color: #FF0000; /* PERSO rolover rouge */
	font-weight: ;
	text-decoration: none;
}

th.agendaNav {
	background-color: #000000; /* Bleu bandeau haut  */
	font-size: 16px;
}

th.agendaNav a, th.agendaNav a:link, th.agendaNav a:visited, th.agendaNav a:active {
	color: #FFFFFF; /* PERSO novembre 2006 jaune */
	background-color: none;
	font-weight: bold;
	text-decoration: none;
}

th.agendaNav a:hover {
	color: #FF0000; /* PERSO novembre 2006 rouge*/
	background-color: none;
	font-weight: bold;
	text-decoration: none;
}

.agendaHead {
	color: #ffffff;
	background-color: #F0F0F0; /* lundi jaune */
}

.agendaThisDay {
	background-color: #FFFFFF; /* PERSO jour du mois jaune*/
	border: 1px solid #FF0000; /* PERSO couleur contour jour du mois rouge*/
}

.agendaThisMonth {
	background-color: #FFFFEA; /* PERSO fond agenda vert clair */
}

.agendaNotThisMonth { background: #CCCCCC; } /* PERSO pas jour du mois gris */

ul.agendaThemes {
	list-style: none;	
	margin: 0 0 0 20;
	padding: 0;
}

ul.agendaThemes ul.agendaThemes {
	list-style: none;	
	margin: 5px 0px 0px 15px;
	padding: 0px;
}

