#header_search {
  width: 260px !important;
	width : 10px;
  position: absolute;
  right: 15px;
  font-size: 0px;
  top: 56px;
  height: 10px;
}

#header_search .field {
  width: 196px;
  height: 23px;
  background: #fff url(/images/bg-input-search.jpg) no-repeat scroll top left;
  border: none;
  font-size: 11px;
  font-family: verdana;
  padding: 10px 0 0 33px;
  position: absolute;
  left: 0px;
  top: -33px;
}

#header_search .button {
  width: 31px;
  height: 33px;
  background: #fff url(/images/bg-button-search.jpg) no-repeat scroll top left;
  border: none;
  font-size: 11px;
  font-family: verdana;
  position: absolute;
  right: 0px;
  top: -33px;
}

#headerSearchFooter {
  width: 260px;
  position: absolute;
  right: 15px;
  font-size: 0px;
  z-index : 200;
  top : 86px;
}

* html #headerSearchFooter {
  width: 260px;
  position: absolute;
  right: 15px;
  font-size: 0px;
  z-index : 200;
  top : 76px;
}

#headerSearchFooter .field {
  width: 196px;
  height: 23px;
  background: #fff url(/images/bg-input-search.jpg) no-repeat scroll top left;
  border: none;
  font-size: 11px;
  font-family: verdana;
  padding: 10px 0 0 33px;
  position: absolute;
  left: 0px;
  top: -33px;
}

#headerSearchFooter .button {
  width: 31px;
  height: 33px;
  background: #fff url(/images/bg-button-search.jpg) no-repeat scroll top left;
  border: none;
  font-size: 11px;
  font-family: verdana;
  position: absolute;
  right: 0px;
  top: -33px;
}

.titre {
	font-size : 12px;
	padding-top : 10px;
	padding-bottom : 10px;
}

.ac_results {
	padding: 0px;
	padding-left:1px;
	padding-right : 1px;
	border: 1px solid #d6d6d6;
	background-color: #F4F4F4;
  overflow: hidden;
	z-index: 100000;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 11px;
	overflow: hidden;
}

.ac_loading {
	background : Window url('./indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

