.blocQuickSearchComponent{}

#recherche {
	position: relative;
	background-color: #cadca7;
	height: 40px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

#rechercher form {
	position: absolute;
	left: 337px;
	top: 3px;
	background: transparent url(/include/images/site/ban/fauxrecherche.gif) no-repeat;
	height: 34px;
	width: 340px;
}

#rechercher form input {
	background:#FFFFFF none repeat scroll 0 0;
	border:0 none;
	float:left;
	height:18px;
}

#rechercher form input.field {
	background: transparent none repeat scroll 0 0;
	color: #97a776;
	font-family: arial,sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	margin: 8px 0 0 18px;
	padding: 2px 0 0 3px;
	width: 280px;
}

#rechercher form input.button {
	background: transparent none repeat scroll 0 0;
	cursor: pointer;
	height: 34px;
	margin-top: 0;
	padding: 0;
	width: 36px;
}

/*
#recherche .libelle {
        font-weight: bold;
        color: #000000;
        padding-right: 6px;
}

#recherche .saisie {
        padding-left: 10px;
}

#recherche .saisie a{
        color: #000000;
}

*/

#recherche div#deroulant {
	background: transparent url(/include/images/site/ban/recherche_deroule.gif) no-repeat left bottom;
	left:337px;
	margin:0;
	padding:0 0 14px;
	position:absolute;
	top:28px;
	width:167px;
	z-index:999999;
}

#recherche a {
	display: block;
	text-decoration: none;
	color: #758456;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	padding: 2px 0 2px 20px;
	margin: 0;
	cursor:pointer;
	text-decoration:none;
}

#recherche a:hover {
	color: #7FCDFE;
}

#recherche div#deroulant a {
	background: transparent url(/include/images/site/ban/recherche_deroule.gif) 0px -50px no-repeat;
}

#recherche div#deroulant a.first {
	background-position:left top;
	padding-top:10px;
}

#recherche div#deroulant a.selected {
	color: #BA0000;
}