/*
 * Habillage du mini-agenda
 */
div#MINIAGENDA {
 	border:white 1px solid;
}

table.agenda {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	background-color:#eeeeee;
	font-variant:small-caps;
	border:#999999 1px dotted;
	line-height:80%;
	padding:0px;
	text-align:center;
}
th.agendaNav {
	text-align : center;
	background-color: #eeeeee;
	padding-top: 2px;
	padding-bottom: 2px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}
th.agendaHead{
	background-color:#cccccc;
}
a.agendaNav {
	color:#FFFFFF;
}

a.agendaNav:hover {
	text-decoration: underline;
}

td.agendaNotThisMonth{
	color:#666666;
	background-color:#cccccc;
	font-style: oblique;
}

td.agendaThisDay{
	color:#eeeeee;
}

td.agendaNotThisDay{
	color:#aaaaaa;
	font-size:60‰;
	font-style:italic;
}

td.agendaThisMonth{
	color:#777777;
}


a.small{
	color: #333333;
}
a.beg{
	color: #333333;
	font-style: italic;
}

