a.DatePicker_button {
	/*background: url(img/DatePicker_button.gif) no-repeat 0 0;*/
	background:  url(/images/icone_calendrier.gif) no-repeat 0 0;
	/*background:  url(/images/DatePicker_button.gif) no-repeat 0 0;*/
	background-position: center;
	background-repeat: no-repeat;
	color: #FFF !important;
	font-size: 1px;
	font-weight: normal;
	height: 1px;
	margin: 1em;
	overflow: hidden;
	padding: 0 22px 18px 0;
	text-decoration: none;
	vertical-align: top;
}

a.DatePicker_button:hover {
	text-decoration: none !important;
}

input.DatePicker_trigger {
	background-image: url(/images/icone_calendrier.gif);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
	padding-right: 20px;
	width: 5.5em;
}

#DatePicker {
	font-size: 70%;
	background-color: #FFF;
	border: 1px solid #1F60A9;
	display: none;
	margin: 2em 0 0 -1.75em;
	-moz-border-radius: 0.4em;
	padding: 0.2em 0.1em 0.2em 0.2em;
	position: absolute;
	text-align: center;
	width: 11.4em;
	z-index: 1000;
}

#DatePicker .current {
	background-color: #1F60A9;
}

#DatePicker .current a {
	color: #FFF;
}

#DatePicker .disabled a ,
#DatePicker .disabled:hover a {
	background-color: transparent;
	color: #CCC !important;
	cursor: default;
	font-style: italic;
	font-weight: normal !important;
	text-decoration: line-through;
}

#DatePicker .prev ,
#DatePicker .next {
	font-weight: normal;
}

#DatePicker .prev a ,
#DatePicker .next a {
	color: #999;
}

#DatePicker a {
	color: #1F60A9;
	text-decoration: none;
}

#DatePicker p {
	margin: 0;
	padding: 0.1em 0 0.1em 0;
}

#DatePicker p a:hover {
	text-decoration: underline;
}

#DatePicker table {
	clear: both;
	background-color: #FFF;
	border-collapse: collapse;
	margin: 0 auto 0 auto;
}

#DatePicker table ,
#DatePicker th {
	border-bottom: 1px solid #1F60A9;
}

#DatePicker tbody a {
	display: block;
	padding: 0.1em 0 0.1em 0;
	width: 1.57em;
}

#DatePicker tbody a:hover {
	background-color: #CDE5F7;
	color: #000;
}

#DatePicker tbody td {
	font-weight: bolder;
	padding: 0;
}

#DatePicker th {
	font-weight: normal;
	text-transform: uppercase;
}

#DatePicker_c_mNext {
	background-image:  url("/images/mNext.gif")!important;
	background-position: 100% 50%;
	float: right;
}

#DatePicker_c_mPrev {
	background-image:  url("/images/mPrev.gif");
	background-position: 0 50%;
	float: left;
}

#DatePicker_c_mPrev ,
#DatePicker_c_mNext {
	background-repeat: no-repeat;
	color: #6B8EC6 !important;
	font-size: 1px;
	height: 14px;
	margin-top: -14px;
	overflow: hidden;
	text-indent: -100px;
	width: 17px;
}

#DatePicker p #DatePicker_c_mPrev:hover ,
#DatePicker p #DatePicker_c_mNext:hover {
	text-decoration: none;
}

#DatePicker_c_today {
	font-weight: bold;
}

#DatePicker_caption {
	background-color: #6B8EC6;
	color: #FFF;
	margin: 0;
	-moz-border-radius: 0.2em 0.2em 0 0;
	padding: 0;
	text-transform: capitalize;
}
