@charset "utf-8";
/* CSS Document */
#dates{
	background-image:url(texture_recherche1.gif);
	background-position:center center;
	background-repeat:no-repeat;
	font-size:0.9em;
	height:74px;
	margin-top:5px;
/*	width:222px;*/
	padding-left:5px;
	position:relative;
}
#dates h3{
margin:0.3ex 0 0 0.5em;
}
#dates .InputDoubleDate{
	overflow:hidden;
	padding-left:.5em;
}
#dates .InputDoubleDate .InputDoubleDate_month{
	margin-right:0.5ex;
	text-decoration:underline;
	font-weight:900;
	text-decoration:underline;
	cursor:pointer;
}
#dates .InputDoubleDate .InputDoubleDate_label{
	clear:left;
	display:-moz-inline-stack;
	width:20px;
}
#dates .InputDoubleDate .InputDoubleDate_reset{
	display:none;
}
#dates .InputDoubleDate .InputDoubleDate_error{
		position:absolute;
		background-color:#CCCCCC;
		margin-right:1em;
}
#dates .InputDoubleDate .InputDoubleDate_button{
	background:#AEDF1A none repeat scroll 0 0;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:700;
	height:1.5em;
	padding-bottom:0;
	position:absolute;
	right:1.5ex;
	text-align:center;
	text-transform:uppercase;
	top:3em;
	width:2em;
	
}