.monPanier div.datepicker {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 200px;
	height: 147px;
	position: absolute;
	cursor: default;
	top: 5;
	left: 5;
	/*display: none;*/
	padding:3px;
	background-color: #FFFFFF;
	/*overflow:auto;*/
}
.datepickerContainer {
	/*background: #121212;*/
	position: absolute;
	top: 5px;
	left: 5px;
}
.monPanier div.datepicker .datepickerSelectHeader th
{
	background-color: #CCCCCC;
	font-size: 0.9em;
}
.datepickerBorderT {
	position: absolute;
	left: 10px;
	top: 0;
	right: 0px;
	height: 0px;
	/*background: url(../images/datepicker_t.png);*/
}
.datepickerBorderB {
	position: absolute;
	left: 10px;
	bottom: 0;
	right: 0px;
	height: 0px;
	/*background: url(../images/datepicker_b.png);*/
}
.datepickerBorderL {
	position: absolute;
	left: 0;
	bottom: 10px;
	top: 0px;
	width: 0px;
	/*background: url(../images/datepicker_l.png);*/
}
.datepickerBorderR {
	position: absolute;
	right: 0;
	bottom: 10px;
	top: 0px;
	width: 0px;
	/*background: url(../images/datepicker_r.png);*/
}
.datepickerBorderTL {
	position: absolute;
	top: 0;
	left: 0;
	width: 0px;
	height: 0px;
	/*background: url(../images/datepicker_tl.png);*/
}
.datepickerBorderTR {
	position: absolute;
	top: 0;
	right: 0;
	width: 0px;
	height: 0px;
	/*background: url(../images/datepicker_tr.png);*/
}
.datepickerBorderBL {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0px;
	height: 0px;
	/*background: url(../images/datepicker_bl.png);*/
}
.datepickerBorderBR {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0px;
	height: 0px;
	/*background: url(../images/datepicker_br.png);*/
}
.datepickerHidden {
	display: none;
}
/********************************
HEADER du tableau :
*********************************/

.monPanier div.datepicker .datepickerDoW
{
	border-right-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	border-right-width: 3px;
	border-top-width: 3px;
	border-left-width: 3px;
	border-right-color: #E1E1E1;
	border-top-color: #E1E1E1;
	border-left-color: #E1E1E1;
}
.monPanier div.datepicker .datepickerDoW th
{
	border: 2px solid #CCCCCC;
	color: #99CC01;
	background-color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size:0.9em;
}
.monPanier div.datepicker .datepickerDoW th span
{
	margin:3px;
	height:16px;
	width:16px;
}
.monPanier div.datepicker .datepickerSelectHeader th
{
	color: #000000;
	font-weight: bold;
	border-right-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	border-right-width: 2px;
	border-top-width: 2px;
	border-left-width: 2px;
	border-right-color: #CCCCCC;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/********************************
CELLULES du tableau :
*********************************/
.monPanier div.datepickerContainer table TBODY TD
{
	border: 2px solid #CCCCCC;
	text-align: center;
	background-color: #FFFFFF;
	padding:0px;
	width:20px;
}
.monPanier div.datepicker table TBODY TD
{
	border: 2px solid #CCCCCC;
	text-align: center;
	background-color: #FFFFFF;
	padding:0px;
	width:20px;
}
.monPanier div.datepicker table {
	border-collapse:collapse;
}
.monPanier div.datepicker tbody a {
	display: block;
}
/* Textes affichés et sélectionnables : */
.datepickerDays
{
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-color: #E1E1E1;
	border-bottom-color: #E1E1E1;
	border-left-color: #E1E1E1;
}
.datepickerDays a
{
	width: 16px;
	font-size: 0.9em;
	height: 16px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.datepickerYears a,
.datepickerMonths a{
	width: 38px;
	line-height: 36px;
	height: 36px;
	text-align: center;
}
/***** Toutes les cases :************/
.monPanier div.datepicker .datepickerViewDays td
{
	text-align: center;
	color: #999999;
}
.monPanier div.datepicker .datepickerViewDays td:hover
{
	text-align: center;
	background-color: #CCCCCC;
	color: #FF0000;
	font-weight: bold;
}
/**** Cases qui ne sont pas dans le mois : ************/
.monPanier div.datepicker .datepickerViewDays td.datepickerNotInMonth
{
	text-align: center;
	color: #000000;
	background-color: #999999;
}
.monPanier div.datepicker .datepickerViewDays td.datepickerNotInMonth:hover
{
	text-align: center;
	color: #000000;
	background-color: #CCCCCC;
}
/**** Cases désactivées : ************/
.monPanier div.datepicker .datepickerViewDays td.datepickerDisabled
{
	text-align: center;
	color: #000000;
	text-decoration: line-through;
	background-color: #D3D3D3;
}
.monPanier div.datepicker .datepickerViewDays td.datepickerDisabled:hover
{
	text-align: center;
	color: #000000;
	text-decoration: line-through;
	background-color: #D3D3D3;
	font-weight: normal;
	cursor:default;
}
/********** Légende ************/
.monPanier div.datePickerLegende .datepickerViewDays  td.datepickerDisabled
{
	text-align: center;
	color: #000000;
	text-decoration: line-through;
	background-color: #D3D3D3;
}
.monPanier div.datePickerLegende .datepickerViewDays td.datepickerSelected
{
	text-align: center;
	color: #FF0000;
	font-weight: bold;
}
.monPanier div.datePickerLegende .datepickerViewDays td.datepickerNotInMonth
{
	text-align: center;
	color: #000000;
	background-color: #999999;
}
/********* Date sélectionnée *************/
.monPanier div.datepicker .datepickerViewDays td.datepickerSelected a
{
	color: #FF0000;
	font-weight: bold;
}
.monPanier div.datepicker .datepickerViewDays td.datepickerNotInMonth.datepickerSelected a
{
	color: #C60000;
	font-weight: bold;
}
.monPanier div.datepicker .datepickerViewDays td.datepickerNotInMonth.datepickerSelected:hover a
{
	color: #C60000;
	font-weight: bold;
}
.monPanier div.datepicker tbody th {
	text-align: left;
}
.monPanier div.datepicker td.datepickerSpace
{
	padding-left:10px;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-top-width: 2px;
	border-bottom-width: 2px;
}
.datepickerGoNext a,
.datepickerGoPrev a,
.datepickerMonth a {
	text-align: center;
	/*height: 20px;
	line-height: 20px;*/
}
.datepickerGoNext a {
	float: right;
	width: 13px;
	font-size:0.9em;
	margin-bottom:2px;
}
.datepickerGoPrev a {
	float: left;
	width: 13px;
	font-size:0.9em;
	margin-bottom:2px;
}
.monPanier div.datepicker table.datepickerViewDays tbody.datepickerMonths,
.monPanier div.datepicker table.datepickerViewDays tbody.datepickerYears {
	display: none;
}
.monPanier div.datepicker table.datepickerViewDays thead
{
}
.monPanier div.datepicker table.datepickerViewMonths tbody.datepickerDays,
.monPanier div.datepicker table.datepickerViewMonths tbody.datepickerYears,
.monPanier div.datepicker table.datepickerViewMonths tr.datepickerDoW {
	display: none;
}
.monPanier div.datepicker table.datepickerViewYears tbody.datepickerDays,
.monPanier div.datepicker table.datepickerViewYears tbody.datepickerMonths,
.monPanier div.datepicker table.datepickerViewYears tr.datepickerDoW {
	display: none;
}
#divChooseDateHead{cursor:pointer;}