div.calendrier {
	width: 755px;
}
div.calendrier , div.calendrier h2 {
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
}
div.calendrier span.prec {
	float: left;
	font-size: 11px;
}
div.calendrier span.suiv {
	float: right;
	font-size: 11px;
}
div.calendrier span a {
	text-decoration: none;
	color: #333;
}
div.calendrier span a:hover {
	text-decoration: underline;
}
div.calendrier h2 {
	font-weight: bold;
	font-size: 13px;
}
ul.jours , ul.jours li {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.jours li {
	display: block;
	border: 1px solid #bbb;
	width: 100px;
	float: left;
	margin: 0 1px 0 1px;
	text-align: center;
	height: 70px;
}
ul.jours li.newline {
	clear: both;
}
ul.jours li.notofmonth {
	background: #fff !important;
	color: #999;
	padding: 1px;
}
ul.jours li.week {
	font-style: italic;
	width: 20px;
}
ul.jours li.day {
	font-weight: bold;
	color: #555;
	border: none;
	height: 20px;
}
ul.jours li.withelement {
	background: #ccc;
	height: 66px;
	border-bottom: 2px solid #999;
	cursor: pointer;
}
ul.jours li.spacer {
	height: 1px;
}
ul.jours li.spacer , ul.jours li.notofmonth , ul.jours li.week , ul.jours li.day {
	border: none;
}
ul.jours li.spacer , ul.jours li.week , ul.jours li.day {
	padding: 3px 1px 1px 1px;
}
ul.jours li div.head {
	background: #e2e2e2;
	border-bottom: 1px solid #ccc;
}
ul.jours li ul.events , ul.jours li ul.events li {
	list-style: none;
	float: none;
	margin: 0;
	padding: 0;
}
ul.jours li ul.events li {
	height: 16px;
	border: none;
	font-size: 10px;
}
ul.jours li ul.events li.separateur {
	height: 0px;
	border-top: 1px solid #ccc;
}
ul.jours li ul.events li span.date {
	font-size: 9px;
}
ul.jours li ul.events li span.left {
	float: left;
}
ul.jours li ul.events li span.right {
	float: right;
}
ul.jours li ul.events li span.date sup {
	font-size: 0.8em;
}
