#search {
	width: 100%;
}

#search #tabs {
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	clear: both;
}

#search #tabs ul#tabs-produits {
	margin: 0 auto;
	text-align: center;
	width: 585px;
	font-size: 12px;
	position: relative;
	top: 3px;
}

#search #tabs #tabs-produits li {
	float: left;
	margin-right: 4px;
	height: 25px;
	line-height: 25px;
}

#search #tabs #tabs-produits li .tab-produit {
	width: 100px;
	height: 25px;
	background: transparent url(/images/icones/spritesheet.png) 0 -301px;
	z-index: 2;
	cursor: pointer;
}

#search #tabs #tabs-produits li .tab-produit_130 {
	width: 130px;
	background: transparent url(/images/icones/spritesheet.png) 0 -275px;
}

#search #tabs #tabs-produits li .tab-produit-actif {
	background: transparent url(/images/icones/spritesheet.png) 0 -249px;
	color: black;
	height: 25px;
}

#search #tabs #tabs-produits li .tab-produit-actif_130 {
	background: transparent url(/images/icones/spritesheet.png) 0 -223px;
	color: black;
	height: 25px;
}

#search #barre {
	border-top: 1px solid #dedede;
	height: 60px;
	background: transparent url(/images/icones/spritesheet.png) 0 -162px repeat-x;
}

#search #barre #txt {
	outline: 0;
	border: 1px solid #aeaeae;
	width: 300px;
	padding:5px 5px 5px 5px;
	font-size: 16px;
	height: 30px;
	height: 19px !important;
	color: #333;
	font-family: arial;
}

#search #barre #txt_loupe {
	width: 30px;
	position: relative;
	left: -1px;
	border-right: 1px solid #aeaeae;
	border-top: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
	border-left: 1px solid #fff;
	padding:5px 0px 5px 5px;
	font-size: 16px;
	height: 30px;
	height: 19px !important;
	background-color: white;
}

#search #barre #lbl_loupe {
	background: transparent url(/images/icones/spritesheet.png) 0 -326px;
	height: 27px;
	width: 27px;
	position: relative;
	left: -31px;
	display: block;
}

#plus_motsclefs {
	position: relative;
	vertical-align: top;
	cursor: pointer;
}

#ul-motclefs-supp {
	background: #fff;
	border: 1px solid #B6FD76;
	width: 180px;
	font-weight: bold;
	display: none;
}

#ul-motclefs-supp li.selected {
	background: #B6FD76;
}

#ul-motclefs-supp li {
	cursor: pointer;
	padding: 4px 8px;
	font-size: 13px;
	font-family: arial;
}

.item {
	text-align: left;
	vertical-align: top;
	text-decoration: underline;
	font-size: 0.8em;
	cursor: pointer;
}

.item_plus {
	color: #006DBA;
	text-decoration: underline;
}

.item_selected {
	font-size: 0.8em;
	cursor: pointer;
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
	vertical-align: top;
}

#search #barre #div_btn_trouver {
	cursor: pointer;
	height: 25px;
	overflow: hidden;
	width: 100px;
}

#search #barre #btn_trouver {
	margin-top: -353px;
}

#list-suggestions {
	width: 345px;
	border: 1px solid #c0c0c0;
	background: #fff;
	-moz-box-shadow: 3px 3px 6px #ccc;
	-webkit-box-shadow: 3px 3px 6px #ccc;
	-o-box-shadow: 3px 3px 6px #ccc;
	box-shadow: 3px 3px 6px #ccc;
	overflow-y: auto;
	height: 200px;
	display: none;
}

#list-suggestions .li-suggestion {
	cursor: pointer;
	background-color: white;
	color: #333;
	font-family: arial, 'sans-serif';
	padding: 5px;
	font-size: 16px;
}

#list-suggestions li.selected {
	background-color: #B6FD76;
}

