
#calendar {
	width:100%;
	overflow:auto;
	text-align:center;
}
#calendar .month {
	float:left;
	width:224px;
	height:244px;
	padding:2px;
}
#calendar .choix-disabled, #calendar .choix-past {
	cursor:not-allowed;
}
#calendar .choix-past {
	opacity:0.6;
	filter:alpha(opacity=60);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
#calendar .choix-enabled {
	cursor:pointer;
}
#calendar .day, #legende .day {
	float:left;
	width:30px;
	height:30px;
	background:#AAA;
	text-align:center;
	padding:1px;
}
#legende .day {
	width:14px;
	height:14px;
}
#calendar .fake, #calendar .weekday {
	background:transparent;
}
#calendar .weekday {
	height:20px;
	margin:2px 0px 0px 0px;
	color:#7f7f7f;
}
#calendar .month h3 {
	color:#7f7f7f;
}
#calendar .day span {
	color:#eee;
	font-weight:bold;
	margin:8px 0px 0px 0px;
	display:inline-block;
}
#calendar .choix-enabled:hover {
	border:1px solid #999;
	padding:0px;
}
#calendar .choix-0, #legende .choix-0 { background:#A6DA32; }
#calendar .choix-C, #legende .choix-C { background:#FF5001; }
#calendar .choix-F, #legende .choix-F { background:#FFDA3B; }
#calendar .choix-A, #legende .choix-A { background:#7F7F7F; }
#calendar .choix-CSP, #legende .choix-CSP { background:#0066f9; }
#calendar .choix-I, #legende .choix-I { background:#7b0099; }
#calendar .choix-J, #legende .choix-J { background:#40c1d2; }

#calendar .choix-changed {
	background-image: url("../img/choix-changed-10.png");
	background-repeat:no-repeat;
	background-position:top left;
}
#calendar .choix-facture-changed {
	background-image: url("../img/choix-facture-changed-10.png");
	background-repeat:no-repeat;
	background-position:top left;
}
#calendar .choix-today {
	border:1px solid #999;
	padding:0px;
	background-image:url("../img/choix-today-12.png");
	background-repeat:no-repeat;
	background-position:top left;
}

#calendar .choix-indicator {
	display: block;
	position: relative;
	margin-top: 0px;
	width: 6px;
	height: 6px;
	border: 1px thin gray;
}
#calendar .choix-max-reached {
	background-color: red;
}
#calendar .choix-max-not-reached {
	background-color: green;
}

#calendar .day-etat-0 { background:#188016; }
#calendar .day-etat-1 { background:#d82a2a; }
#calendar .day-commande-0 { background:#188016; }
#calendar .day-commande-1 { background:#d82a2a; }

#calendar .day-maxservice-0 { background:#188016; }
#calendar .day-maxservice-1 { background:#d82a2a; }
