


/*
 * Habillage du mini-agenda
 */
 
table.agenda {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 87%;
	color:#3366CC;
	font-weight: bold;
}


th.agendaNav {
	color:#FFFFFF;
	text-align : center;
	background-color: #5a7a99;
	padding-top: 5px;
	padding-bottom: 5px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-radius-topleft: 10px;
	border-radius-topright: 10px;
	letter-spacing: -0.05em;
	}
th.agendaNav-32 {
	color:#FFFFFF;
	text-align : center;
	background-color: #AF1050;
	padding-top: 5px;
	padding-bottom: 5px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-radius-topleft: 10px;
	border-radius-topright: 10px;
	letter-spacing: -0.05em;
	}
th.agendaNav-31 {
	color:#FFFFFF;
	text-align : center;
	background-color: #E38D13;
	padding-top: 5px;
	padding-bottom: 5px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-radius-topleft: 10px;
	border-radius-topright: 10px;
	letter-spacing: -0.05em;
	}
th.agendaNav-30 {
	color:#FFFFFF;
	text-align : center;
	background-color: #BBC208;
	padding-top: 5px;
	padding-bottom: 5px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-radius-topleft: 10px;
	border-radius-topright: 10px;
	letter-spacing: -0.05em;
	}
th.agendaNav-96 {
	color:#FFFFFF;
	text-align : center;
	background-color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-radius-topleft: 10px;
	border-radius-topright: 10px;
	letter-spacing: -0.05em;
	}

a.agendaNav {
	color:#FFFFFF;
}

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


th.agendaHead {
	padding-top: 3px;
	padding-bottom: 3px;
	color:#F0F0F0;
	background-color: #8194a5;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #DCDCDC;
}

td.agendaNotThisMonth{
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #8194a5;
	text-align: center;
	color : #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DCDCDC;
	}
td.agendaThisDay{
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #8194a5;
	text-align: center;
	color : #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DCDCDC;
}
td.agendaNotThisDay{
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #8194a5;
	text-align: center;
	color : #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DCDCDC;
	}

td.agendaThisMonth{
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #8194a5;
	text-align: center;
	color : #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DCDCDC;
	}
a.small{
	color: #333333;
}
a.beg{
	color: #333333;
	font-style: italic;
}
