/* CSS Document */

#calendrier {
	font-family:arial;
	width:210px;
	padding:10px 10px 20px 10px;
	background: transparent url('http://www.amcsti.fr/public/img/cal_b.gif') no-repeat bottom left;
}
#calendrier a{
	text-decoration:underline;
	color:#3F3F3F;
	cursor:pointer;
}
#calendrier table{
	width:100%;
}
#calendrier th{
	font-size:12px;
}
#calendrier th.mois{
	font-size:12px;
	padding:3px;
	background-color:#FFF;
	color: #3F3F3F;
}
#calendrier th.semaine{
	width:20px;
	border-bottom:1px solid;
}
#calendrier th.jour{
	width:20px;
}

#calendrier td{
	font-size:12px;
	text-align:center;
	width:25px;
	padding:2px;
	font-weight:bold;	
}
#calendrier td.today{
	background-color:#FF9900;
}
#calendrier td.inactif{
	font-style:italic;
	color:#33CC00;
}
#calendrier td.actif{
	background-color: #fff;
	color: #3F3F3F;
}
#calendrier td.event{
	border: #ff9900 solid 1px;
	background-color:#f3f3f3;
}
#calendrier_events{
	font-size:12px;
	background-color:#FFFF99;
}
#calendrier_events .event{
	margin:2px;
	padding:2px;
}


