/* CALENDRIER */
#texte input.Calendrier{
	background: transparent url(calendrier.gif) no-repeat 1px 1px;
	border: #555 1px solid;
	cursor: help;
	display: block;
	font-size: 11px;
	text-align: center;
	text-transform: none;
	padding: 2px 0;
	width: 150px;
}

#texte input:focus.calendrier{
	background: tranparent url(calendrier.gif) no-repeat 1px 1px;
}
#texte .dp_container{
	position: relative;
	padding: 0;
	z-index: 500;
}
#texte .dp_cal{
	background-color: #fff;
	border: #555 1px solid;
	position: absolute;
	width: 177px;
	top: 24px;
	right: 0;
	margin: 0px 0px 3px 0px;
}
#texte .dp_cal table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
#texte .dp_cal select{
	margin: 2px 3px;
	font-size: 11px;
}
#texte .dp_cal select option{
	padding: 1px 3px;
}
#texte .dp_cal th, #texte .dp_cal td{
	width: 14.2857%;
	text-align: center;
	font-size: 11px;
	padding: 2px 0;
}
#texte .dp_cal th{
	border: solid #fff;
	border-width: 1px 0;
	color: #fff;
	background: #555;
	font-weight: bold;
}
#texte .dp_cal td{
	cursor: pointer;
}
#texte .dp_cal thead th{
	background: #9c0000;
}
#texte .dp_cal td.dp_roll{
	color: #000;
	background: #df0;
}
/* must have this for the IE6 select box hiding */
.dp_hide{
	visibility: hidden;
}
.dp_empty{
	background: #bbb;
}
.dp_today{
	color: #9c0000;
	/*background: #9c0000;*/
}
.dp_selected{
	color: #000;
	background: #df0;
}
