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


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

table.agenda, table.agenda tr, table.agenda th, table.agenda td {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
}

table.agenda a, table.agenda a:link, table.agenda a:visited, table.agenda a:active {
	color: #000000;
	background-color: none;
	font-weight: bold;
	text-decoration: underline;
}

table.agenda a:hover {
	color: #ff3300;
	font-weight: bold;
	text-decoration: underline;
}

th.agendaNav {
	background-color: #EB8809; /* PERSO cc4f4f */
	font-size: 14px;
}

th.agendaNav a, th.agendaNav a:link, th.agendaNav a:visited, th.agendaNav a:active {
	color: #ffffff;
	background-color: none;
	font-weight: bold;
	text-decoration: none;
}

th.agendaNav a:hover {
	color: #000000;
	background-color: none;
	font-weight: bold;
	text-decoration: none;
}

.agendaHead {
	color: #ffffff;
	background-color: #EB8809; /* PERSO cc4f4f */
}

.agendaThisDay {
	background-color: #EEC279; /* PERSO ffffb0 */
	border: 2px solid #EBA346; /* PERSO bab707 */
}

.agendaThisMonth {
	background-color: #FFEAC3; /* PERSO ffffe0 */
}

.agendaNotThisMonth { background: #ffeaea; }

ul.agendaThemes {
	margin: 0 0 0 20;
	padding: 0;
border: 1px
}

ul.agendaThemes ul.agendaThemes {
	margin: 5px 0px 0px 15px;
	padding: 0px;
border: 1px
}
