
/* for autocomplete produit */
.suggestionsBox {
  position: relative;
  /*left: 30px;*/
  margin:0;
  width: 155px;
  z-index: 1;
  top:0;
 }
 #autoSuggestionsList{ display:block; margin:0; padding:0;}
 #autoSuggestionsList ul{
	 border-top:1px solid #181C54;
	 margin: 0px;
  	padding: 0px;
 	list-style-type:none;
    margin: 0;
    padding: 0;
    position: relative;
    top:2px;
	width:155px;}
 

 #autoSuggestionsList li {
	 background-image:url(../images/lichoix.png);
	 background-repeat:repeat;
	 border-left:1px solid #181C54;
	 border-right:1px solid #181C54;
	 border-bottom:1px solid #181C54;
	 border-top:none;
	 margin:0;
	padding: 2px 5px 2px 5px;
	display:block;
	color:#181C54;
	float:left;
  cursor: pointer;
  font-size:11px;
  line-height:13px;
  font-weight:normal;
  width:143px;
 }
 
 .suggestionList li:hover {  background-color: #659CD8; }
 
/* for autocomplete produit */
.suggestionsBoxNumeroMatricule {
  position: relative;
  /*left: 30px;*/
  margin:0;
  width: 155px;
  z-index: 1;
  top:0;
 }
 #autoSuggestionsListNumeroMatricule{ display:block; margin:0; padding:0;}
 #autoSuggestionsListNumeroMatricule ul{
	 border-top:1px solid #181C54;
	 margin: 0px;
  	padding: 0px;
 	list-style-type:none;
    margin: 0;
    padding: 0;
    position: relative;
    top:2px;
	width:155px;}
 

 #autoSuggestionsListNumeroMatricule li {
	 background-image:url(../images/lichoix.png);
	 background-repeat:repeat;
	 border-left:1px solid #181C54;
	 border-right:1px solid #181C54;
	 border-bottom:1px solid #181C54;
	 border-top:none;
	 margin:0;
	padding: 2px 5px 2px 5px;
	display:block;
	color:#181C54;
	float:left;
  cursor: pointer;
  font-size:11px;
  line-height:13px;
  font-weight:normal;
  width:143px;
 }
 
 .suggestionListNumeroMatricule li:hover {  background-color: #659CD8; }

 
