/* Calendrier Comdepic 	*/
/* la couleur de l'année : #ca7721 > #00a8be  	>e88341  >>  ff755d */

#calendrier{
	position: relative;
	float:right;
	width: 215px;
	height: 167px;
	padding: 0;
	margin: 0;
	background: url('./images/calendrier/fond-calendrier2016.png') top center;
	z-index:1;
}

#overlay {
	display:none;
	position: fixed;
	z-index:800;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	cursor: pointer;
}
.evenement{
	position: absolute;
	top:0;
	left:0;
	margin-left:0px;
	display: none;
	z-index:801;
	overflow:hidden;
}
.evenement .close{
	width: 280px;
	display: block;
	height: 19px;
	margin-bottom: 5px;
}
.evenement .btn-close{
	float: right;
	cursor: pointer;
}
.evenement .btn-close:after{
	clear:both;
}
.evenement .contenu{
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	width: 260px;
	min-height: 300px;
	background-color: #ffffff;
	padding: 10px;
	text-align: left;		
}
.evenement .contenu img{
	max-width: 260px;
}
.clear {clear: both;}

a {text-decoration: none; color: #fff;}
a:hover {text-decoration: underline;}

.ui-datepicker{
	padding: 0px 10px 0px 10px;
}
.ui-datepicker-header{
	padding-top: 6px;
	height: 30px;
}
.ui-datepicker-title{
	padding-top: 5px;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	color: #fff;
}
.ui-datepicker-calendar th{
	font-family: 'Merriweather', times, serif;
	color: #fff;
	font-size: 10px;
	text-align: center;
	padding-bottom: 4px;
}
.ui-datepicker-calendar td {
	border: 0px;
	height: 16px;
	line-height: 15px;
	margin: 0;
	padding: 0px 6px 0px 7px;
	text-align: center;
}
.ui-state-default, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	background: none !important;
	font-family: 'Merriweather', times, serif;
	color: #fff;
	font-size: 10px;
}
.ui-state-default:hover, .ui-state-active:hover, .ui-widget-content .ui-state-active:hover, .ui-widget-header .ui-state-active:hover {
	text-decoration: none;
	cursor: default;
	color: #fff;
	font-size: 10px;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight{
	background: #8a0300;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight:hover{
	cursor: pointer;
	background: #000;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a:hover{
	cursor: pointer;
}
table.ui-datepicker-calendar {border-collapse: collapse;}

#ui-datepicker-div {display:none;}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	height: 20px;
	text-align: center;
	cursor: pointer;
	background-image: url('./images/calendrier/arrow.png');
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden
}
.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
	color: #ffffff;
}
.ui-datepicker-next {
	float: right;
	background-position: center 0px;
	color: #ffffff;
}