
/******************************************
	AGENDA (calendrier) : affichages 
	spécifiques à l'agenda (rubrique-agenda.html)
******************************************/
table.agenda {
	width:100%;
	/*color:/*texte #000000 ;*/
	color:#003399;
	
}
table.agenda, table.agenda tr, table.agenda th, table.agenda td {
	font-size: 10px;
	padding:0;
	margin:0 0 20px 0;
}
table.agenda th form {
	display: inline;
}
table.agenda td img {
	float:left;
}
table.agenda th, table.agenda td {
	padding:2px;
	width:10%;
}
table.agenda td {
	height:20px;
	vertical-align: top;
}
.agendaNav {
	background-color: /*fond_menu*/ #A5B7C9 ;
	border:1px solid /*bordures*/ #006699 ;
	
	/*-moz-border-radius: 8px;*/
}
.agendaHead {
	background-color: /*fond_titre*/ #fff7c0 ;
	border:1px solid /*bordures*/ #006699 ;
	font-weight:bold;
	text-align: center;
	/*-moz-border-radius: 5px;*/
}
.agendaThisDay {
	background-color: /*fond_menu_on*/ #ffffff ;
	border:1px solid /*liens_on*/ #CC3300 ;
	/*-moz-border-radius: 5px;*/
}
.agendaThisMonth {
	background-color: /*formulaires*/ #fffef2 ;
	border:1px solid #006699 /*bordures #ff7200*/ ;
	/*-moz-border-radius: 5px;*/
}

.agendaNotThisMonth, .agendaNotThisDay {
	background: /*fond_menu*/ #A5B7C9 ;
	border:1px solid /*texte_clair*/ #666666 ;
	/*-moz-border-radius: 5px;*/
	
}

table.agenda select, table.agenda input {
	font-size: 10px;
}
table.agenda option.on {
	background: /*fond_menu*/ #ffe095 ;
}