#menu-calendrier { position: static; top: 0px; width:150px; margin-bottom:4px}

table.agenda, table.agenda tr, table.agenda th, table.agenda td {
	font-size: 10px;
}

table.agendaMois  {
	text-decoration: none; 
/*	display: block;	
	padding: 3px 0 3px 4px; 
	padding: 0 0 0 0; */
	background-color: #313c72;
	background-image: url("img/titre-coin.gif");
	background-repeat: no-repeat;
	background-position: top left;
	text-align: center;
	border:0;
	font-size: 11px;
}

table.agendaMois a:link, table.agendaMois a:visited, table.agendaMois a:active { 
	text-decoration: none; 
	color: #ffffff; 
	padding: 0px; 
	}
table.agendaMois a:hover { 
	text-decoration: underline; 
	}

.agendaNav {
	background-color: #787878;
	text-align: center;
}

.agendaHead {
	background-color: #fc3;
}

.agendaThisDay {
	background-color: #ffd; /* fc3; #EDFBFF; */
}

.agendaThisDayOK {
	background-color: #ffd;
	font-weight: bold;
}

.agendaNotThisDay {
	background-color: #eee;
}

.agendaNotThisDayOK {
	background-color: #eee;
	font-weight: bold;
}

.agendaThisDayNotThisMonth {
	background: #ddd;
	color: #fc3;
}
.agendaNotThisMonth {
	background: #ddd;
}

.agendaNotThisMonthOK {
	background: #ddd;
	font-weight: bold;
}

ul.agendaThemes {
	list-style: none;	
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

ul.agendaThemes ul.agendaThemes {
	list-style: none;	
	margin: 5px 0px 0px 15px;
	padding: 0px;
}

table.agenda select {
	font-size: 10px;
	background-color: #f90;
}