table.jCalendar {
    border-collapse: collapse;
}
table.jCalendar th {
	color: #757575;
	height: 17px;
	font-weight: bold;
	border-bottom: 1px solid #acacac;
}

table.jCalendar td {
	color: #e5306c;
	text-align: center;
	height: 16px;
	width: 16px;
	font-size: 11px;
}

/* Jours du mois précédent */
table.jCalendar td.previous-month {
color: #757575;
}

table.jCalendar td.previous-month.disabled {
color: #757575;
text-decoration: line-through;
}

/* Jours à venir */
table.jCalendar td.current-month {
color: #e5306c;
}

/* Jours précédent du mois actuel & jour actuel */
table.jCalendar td.previous-days, table.jCalendar td.today  {
/*color: #a4a1a1;*/
color:#E5306C;
}

table.jCalendar td.previous-days.disabled, table.jCalendar td.today.disabled  {
text-decoration: line-through;
}

/* Mois suivant */
table.jCalendar td.other-month {
/*color: #757575;*/
color:#E5306C;
}

table.jCalendar td.selected {
background: #e5306c;
color: white;
}
table.jCalendar td.selected.dp-hover {
background: #f33;
color: #fff;
}
/*
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
*/
/*
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	color: #888;
}*/


table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #e5306c;
	color: white;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	font-size: 11px;
	font-family: "Trebuchet MS", sans-serif;
	width: 123px; /* 133 */
	height: 123px; /* 133 */
	padding: 5px;
	line-height: 16px;
	background: url(../images/interne/bg_adhererCalendrier.png) no-repeat top left;
	overflow: hidden;
}
div#dp-popup {
	position: absolute;
	z-index: 3500;
}

div.dp-calendar, div.dp-calendar table{
width: 123px;
}


div.dp-popup h2 {
font-size: 11px;
text-align: center;
line-height: 17px;
color: white;
background: #e5306c;
}
a#dp-close {
	font-size: 11px;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 30px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
	color: white;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 30px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

div.blocGaranti .bottom .left input, div.blocFormulaire input.datepicker{
width: 62px; /* 112*/
height: 22px;
background: url("../images/interne/bg_adhererSelectDate.png") no-repeat left top;
margin-top: 7px;
padding-right: 50px;
}

div.blocGaranti .bottom .left select{
width: 253px;
margin-top: 16px;
margin-bottom: 8px;
}

div.blocGaranti .bottom .left a, div.blocFormulaire a.dp-choose-date{
height: 22px;
width: 40px;
text-indent: -999em;
display: block;
position: absolute;
right: 12px;
top: 7px;
z-index:2360;
cursor: pointer;
background: url("../images/interface/empty.gif") ;
}

