/* CSS Document */

#calendrier {
	font-family:courier;
	color:#C3C3C3;
	width:150px;
	padding:1px;
	border-top:1px solid #6280D0;
	border-bottom:1px solid #6280D0;
	border-left:1px solid #6280D0;
	border-right:1px solid #6280D0;
}
#calendrier a{
	text-decoration:none;
	color:#0033FF;
}
#calendrier table{
	border-collapse:collapse;
	width:100%;
}
#calendrier th{
	font-size:12px;
	border-top:1px solid #FFFFFF;
}
#calendrier th.mois{
	font-size:12px;
	padding:3px;
	background-color:#E5EAF3;
}

#calendrier th.semaine{
	width:20px;
	background-color:#E6E6E6;
}
#calendrier th.jour{
	width:20px;
	background-color:#E6E6E6;
	color:#6280D0;
}

#calendrier td{
	font-size:12px;
	text-align:center;
	border-top:1px solid #F0F0F0;
	border-bottom:1px solid #F0F0F0;
	border-left:1px solid #F0F0F0;
	border-right:1px solid #F0F0F0;
	width:20px;
	padding:2px;
}
#calendrier td.today{
	background-color:#a0b4fa;
	color:#FFFFFF;
}
#calendrier td.dat{
	background-color:#000000;
	color:#FFFFFF;
}
#calendrier td.inactif{
	color:#C3C3C3;
}
#calendrier td.actif{
	color:#979797;

}
#calendrier td.event{
	background-color:#f3f3f3;
}
#calendrier_events{
	font-size:12px;
		color:#6280D0;
	background-color:#E5EAF3;
}
#calendrier_events .event{
	margin:2px;
	padding:2px;
}


