@CHARSET "ISO-8859-1";
.ui-autocomplete {
background-color: white;
border-radius : 10px;
width : 700px;
overflow: auto;
box-shadow: 1px 1px 8px #555;
overflow-x : hidden;
overflow-y : auto;
}

.ui-menu .produits {
display: block;
width : 180px;
margin-right: 30px;
height : 160px;
float: left;
clear: none;
padding: 5px;
overflow: hidden;
margin-bottom: 20px;
}

.ui-menu .gammes {
clear: none;
    display: block;
    float: left;
    height: 27px;
    margin-bottom: 5px;
    margin-right: 15px;
    overflow: hidden;
    width: 315px;
    margin-left : 10px;
}


.ui-menu .ui-menu-item span{
  display: block;
    font-size: 10px;
    margin-top: 5px;
    text-overflow: ellipsis;
}

.ui-menu .produits span{
    font-size: 10px;

}
.ui-menu .gammes span{
    font-size: 11px;
}
.ui-menu .produits:hover {
background: #e5e5e5; /* Old browsers */
background: -moz-linear-gradient(top,  #e5e5e5 0%, #898989 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#898989)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e5e5e5 0%,#898989 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e5e5e5 0%,#898989 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e5e5e5 0%,#898989 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e5e5e5 0%,#898989 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#898989',GradientType=0 ); /* IE6-9 */


}
.ui-menu .ui-menu-item a{
background: none;
border: none;
cursor : pointer;
}

.ui-menu .produits:hover a{
color : white;
}

.ui-menu .ui-menu-item a:hover{
margin:0px;
border: none;
}


.searchTitre {
	font-size : 16px;
	font-family : kimoBold;
	background: linear-gradient(to bottom, #E5E5E5 0%, #FFFFFF 100%) repeat scroll 0 0 transparent;
	margin-top: -6px; margin-left: -6px; height: 12px; padding-top: 20px; padding-left: 40px; width: 750px;
}
.searchTitre:hover {
}

