/* ECOLE AVIGNON */

/* CALENDRIER des STAGES */
#calendrier { margin:10px; font: normal 10px Tahoma, arial; width: 600px}
#calendrier table{
	/*background: #FCF3E2;*/ border-collapse: collapse;
	width: 100%
}
#calendrier th{
	background: #F9E6C1;
	color: #8C3110;
	font-weight: bold; text-transform: uppercase; border-left: none; border-bottom: 1px solid #FFF; font-size: 0.9em; letter-spacing: 1px;
	padding-left: 10px; padding-top: 8px}
#calendrier td{font-size:0.9em; padding: 5px}
#calendrier a{ height: 100%; background: url(../www_formation_avignon.com/images/puceCalendar.gif) no-repeat 2px center; padding: 4px 4px 4px 20px; display: block;}
#calendrier a:hover {/* background-color: #F9E6C1*/}
#calendrier	tr.rollOver td { border: 1px solid #F9E6C1 }
#calendrier tr.rollOver:hover td{/* background-color: #FFF*/}
#calendrier tr.rollOver td.name { width: 270px; padding: 0px; background: #FCF3E2; font-weight: bold; border-left: none}
#calendrier .year, #calendrier .month  { text-align: center; background: #8C3110; color: #FFF; font-weight: bold}
#calendrier .year td, #calendrier .month td{ border: 1px solid #FFF; }
#calendrier form{
	text-align: right;
	padding: 8px;
}
#calendrier .emptyCell {/* background-color: #FFF*/}
