@import url(/recherche/auto/autosuggest.css);

.search_titre {
	background: url('/design/images/titre_vous_recherchez.jpg') no-repeat top left;
}

a.lien_search {
	color: #154587;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a.lien_search:hover {
	text-decoration: none;
}
#search form {
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	text-align: left;
	position:relative;
	width:330px;
}
#search form span {
	display:block;
	width:300px;
	padding:0;
	background: transparent url(/recherche/images/search_corner_tl.gif) top left no-repeat;
}
#search form span span {	
	background: transparent url(/recherche/images/search_corner_tr.gif) top right no-repeat;
}
#search form span span span {
	background: transparent url(/recherche/images/search_corner_br.gif) bottom right no-repeat;
}
#search form span span span span { 
	padding:0.15em 0.3em;
	background: transparent url(/recherche/images/search_corner_bl.gif) bottom left no-repeat;
}
#search_inc span {
	position: relative;
	display:block;
	width:211px;
	height: 21px;
	padding:2px 6px;
	background: url(/recherche/images/search_round_input.gif) top left no-repeat;
}
#search input, #search_inc input {
	width:92%;
	margin:0.1em 0;
	border:0;
	background:0;
	padding:0 0 0 0.5em;
	color:#154587;
	font-weight: bold;
	font-size: 11px;
}
#search input.s {
	position:absolute;
	right:5px;
	top:5pxem;
	width:auto;
	padding:0;
}
#search_inc a.s {
	border: none;
	display: block;
	height: 22px;
	width: 22px;
	background: url(/recherche/images/bt_search_2.gif) top left no-repeat;
}

#search_inc a.s:hover {
	border: none;
	display: block;
	height: 22px;
	width: 22px;
	background: url(/recherche/images/bt_search_2_on.gif) top left no-repeat;
}

/*****/
#search hr {
	border-top: 1px solid #ddd;
	margin: 10px 0
}
#search .infos_search {
	text-align: right;
	background-color: #eee;
	color: #999;
	font-size: 11px;
	width: 546px;
	height: 12px;
	padding: 3px 10px;
	margin-bottom: 10px;
	border-top: 1px solid #ddd;
}

/*****/
#search #loading_search {
	display: block;
	background: url(/recherche/auto/loading.gif) no-repeat top left;
	width: 11px;
	height: 11px;
	position: absolute;
	top: 4px;
	right: 35px;
}

#search_inc #loading_search {
	display: block;
	background: url(/recherche/auto/loading.gif) no-repeat top left;
	width: 11px;
	height: 11px;
	position: absolute;
	top: 4px;
	right: 20px;
}


