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

table.agenda {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	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;
	color:white;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
}
a.agendaNav {
	color:#FFFFFF;
}

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

td.agendaNotThisMonth, td.agendaNotThisMonth a {
	color:#dcdcdc;
	background-color:#cccccc;
	font-style: italic;
}

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-weight:bold;
	border-bottom: 1px solid #ffc979;
}
a:hover.beg{
	color:white;
	background-color:#FF9900;
}

table.agenda caption span.soustitreFin b a:hover {
	color:white;
}