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

/*
* L'agenda
*/
.agenda {
	border: 1px solid #990000;
}
.agenda td, .agenda th {
	margin: 0;
	padding: 4px;
}
table.agenda, table.agenda td {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	font-size: 85%;
	text-align: center;
}
table.agenda a, table.agenda a:link, table.agenda a:visited, table.agenda a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
table.agenda a:hover, table.agenda a:focus {
	color: #ff3300;
	font-weight: bold;
	text-decoration: underline;
}
th.agendaNav {
	background-color: #990000; /* PERSO */
	font-size: 14px;
}
th.agendaNav a, th.agendaNav a:link, th.agendaNav a:visited, th.agendaNav a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
th.agendaNav a:hover, th.agendaNav a:focus {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.agendaHead {
	background-color: #990000; /* PERSO */
	color: #FFFFFF;
}
.agendaThisDay {
	background: #CCCCCC; /* PERSO */
	border: 1px solid #999999; /* PERSO */
}
.agendaThisMonth {
	background: #F3F3F3;
}
.agendaNotThisMonth {
	background: #DBDBDB;
}
ul.agendaThemes {
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
}
ul.agendaThemes ul.agendaThemes {
	list-style: none;
	margin: 5px 0px 0px 15px;
	padding: 0px;
}
