body {
}

.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0px 0px 0 0;
	background: url(../images/checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
	cursor:pointer;
}
.radio {
	background: url(radio.gif) no-repeat;
}
.select {
	position: absolute;
	z-index:1;
	height: 15px;
	padding:5px;
	padding-left:6px;
	color:#666666;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:none;
	text-decoration:none;
	font-weight:normal;
	font-style:normal;
	background:none repeat scroll 0 0 #FFF;
	background-image:url(../images/select.gif);
	background-repeat:no-repeat;
	background-position:right;
	border:1px solid #F98606;
	overflow: hidden;
}

#selectdate{
	width:110px;	
	overflow: hidden;
}

#selectcompagnie{
	width:245px;
	overflow: hidden;
}

#selectage{
	width:88px;
	overflow: hidden;
}
#selectlieu{
	width:165px;
	overflow: hidden;
}

