
/* formulaire de recherche */

.eco_search h1 {
	margin: 0;
	padding: 0;
	font: bold 10px/18px Verdana, sans-serif;
	color: #539a0e;
	text-transform: uppercase;
}

.eco_search form {
	margin: 0;
	padding: 0;
}

.eco_search fieldset {
	background: #e0ecd4 url(img/bg_search_eco.gif) 0 bottom no-repeat;
	border: none;
	border-top: 1px solid #55990e;
	margin: 0;
	padding: 0;
	overflow: hidden;
	-height: 1%;
}

.eco_search div {
	margin: 0;
	padding: 0;
	float: left;
}

.eco_search div.by_activity {
	padding: 13px 33px 17px 27px;
	background: url(img/bg_field.gif) right top repeat-y;
	overflow: hidden;
	height: 1%;
}

.eco_search div.by_activity ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	-height: 1%;
}

.eco_search div.by_activity li {
	margin: 0 2px 0 0;
	padding: 0;
	display: block;
	float: left;
	cursor: pointer;
}

.eco_search label {
	margin: 0;
	padding: 0;
	font: bold 13px/18px "Trebuchet MS", sans-serif;
	color: #54990f;
	display: block;
	clear: both;
}

.eco_search label.alternate {
	font-weight: normal;
	font-size: 11px;
}

.eco_search div.by_activity select {
	margin: 0;
	padding: 1px;
	border: 1px solid #54990f;
	width: 163px;
	font: 11px/16px Verdana, sans-serif;
}

.eco_search div.by_activity select option {
	height: 15px;
}

.eco_search div.by_activity div.first {
	float: left;
	width: 210px;
	overflow: hidden;
}

.eco_search div.by_activity div.second {
	float: left;
	padding-top: 4px;
	margin-left: 26px;
}

.eco_search div.by_product {
	background: url(img/bg_field.gif) right top repeat-y;
	height: 49px;
	padding: 14px 33px 17px 27px;
}

.eco_search div.by_product input {
	margin: 2px 0 0 0;
	padding: 3px 1px 1px 1px;
	border: 1px solid #54990f;
	width: 163px;
	font: 11px Verdana, sans-serif;
	height: 15px;
}

.eco_search div.by_location {
	padding: 14px 0 17px 27px;
}

.eco_search div.by_location input {
	margin: 2px 0 0 0;
	padding: 3px 1px 1px 1px;
	border: 1px solid #54990f;
	width: 203px;
	font: 11px Verdana, sans-serif;
	height: 15px;
}

.eco_search p.submit {
	margin: 0;
	padding: 0;
	overflow: hidden;
	-height: 1%;
}

.eco_search p.submit input {
	margin: 2px 0 0 0;
	padding: 0;
	width: 126px;
	text-align: center;
	background: #345d0c;
	color: #fff;
	font: bold 11px/16px "Trebuchet MS", sans-serif;
	float: right;
	border: none;
}

















