@charset "utf-8";
/* CSS CALENDAR */
/*-------------------------*/
/*---calendrier -----*/
/*-------------------------*/
.calendar {
		background:white url(/images/calendar_back.gif) no-repeat;
		width:205px;
		height:182px;
}
table { border-bottom: 1px solid #eee; }
table th { text-align: left; border-bottom: 1px solid #BCE27F; padding: .4em 1em; }
table td { border-bottom: 1px solid #eee; padding: .4em 0 .4em 1.2em; }
.calendar table {padding:0px;}
.calendar table th {padding:0px;}
.calendar table td {padding:0px;}
.calendar table tr {padding:0px;}
.dayselected {background:#e0e0e0;}
.noday {background:#e0e0e0;}
.sunday {background:#ffe1e1;}
.today {background:#b0b0b0;color:maroon;}
