/* calendar */
#calendar {
	padding-left:20px;
	margin-bottom: 20px;
}

/* liste */
#calendar ul {
	width: 100%;
	list-style:none;
	/*font-size: 1em;*/
	margin:0px;
	padding:0px;
	border-top: 1px dashed #898989;
}
#calendar ul li {
	width: 87px;
	height: 60px;
	line-height: 60px;
	margin: 0 !important;
	text-align: center;
	float: left;
	border-bottom: 1px solid #cdcdcd !important;
	border-right: 1px solid #cdcdcd !important;
	position: relative;
}
#calendar ul li.day {
	line-height: 19px;
	height: 19px;
	border-bottom: 1px dashed #898989 !important;
	border-right: 1px dashed #F5F5F5 !important;
/*	font-size: 0.6em;*/
}
#calendar ul li.now {
/*	border: 1px solid #990c5e;*/
	background: #eee;
}
#calendar ul li.event {
	
}
#calendar ul li.event a {
	color: #FFFFFF !important;
	display: block;
	text-decoration: none;
	background: #990c5e;
}
#calendar ul li.event .detail {
	position: absolute;
	top: 27px;
	right: 0px;
	width: 200px;
	padding: 4px;
	font-size: 10px !important;
	border-width: 1px !important;
	border-style: solid !important;
	border-color: #8F8F8F #CECECE #E3E3E3 !important;
	background: #FFFFFF;
	-moz-border-radius: 5px 0 5px 5px;
	-webkit-border-radius:5px 0 5px 5px;
	border-radius:5px 0 5px 5px;
	z-index: 1;
	text-align: left !important;
	line-height: 16px;
	color: #666666;
}
#calendar ul li.event .detail a {
	display: inline;
	background: none;
	color: #666666 !important;
}

/* boutons */
#calendar .header {
	width: 100%;
	position: relative;
	padding: 6px 0 4px 0;
	border-top: 1px dashed #898989;
}

#calendar .bt {
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	font-size: 10px;
	text-decoration: none;
}
#calendar .info {
	display: none;
	font-size: 10px;
}
#calendar .previous {
	left: 0;
	top: 8px;
	background: url('../../../image/calendar_bt_previous.gif') no-repeat 0 0;
}
#calendar .next {
	right: 0;
	top: 8px;
	background: url('../../../image/calendar_bt_next.gif') no-repeat 0 0;
}

/* select */
#calendar .header .datetime {
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
}
#calendar select {
	font-size: 10px;
	
}
