/* CSS Document */

#recherches {
	-moz-opacity:0.7;
	opacity: 0.7;
	filter:alpha(opacity=70);
	background-color: #dbdee2;
	float: left;
	position: relative;
	top: 90px;
	width: 520px;
}
#recherches caption {
	display: none;
}
#recherches table {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	width: 100%;
}
#recherches th {
	width: 50%;
	text-align: left;
	padding: 2px 15px 2px 15px;
	border-top: solid 1px #000000;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #000000;
}
#recherches td {
	width: 50%;
	text-align: left;
	padding: 5px 15px 5px 15px;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #000000;
}
#recherches input, #recherches select {
	border: solid 1px #000000;
	width: 200px;
	height: 20px;
}
#recherches .bouton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 20px;
}
