.transparent {   
	border: 0px;
	background-color: transparent;
	font-weight: bold;
    padding-top: 2px;
    padding-bottom: 3px;
}

.un_peu_visible {  
    padding-top: 2px;
    padding-bottom: 3px;
}

.bien_visible {     
	color: #000000;
	font-weight: bold;
	border: 1px solid #0B3D6F;
	background-color: #E6E6E6;
	font-weight: bold;
    padding-top: 2px;
    padding-bottom: 3px;
}

.autocomplete {    
    vertical-align: top;
    padding-top: 2px;
    padding-bottom: 3px;
}

.rappel_recherche_div{
    width: 100%;       
    width: 98%;    
}

.rappel_recherche_txt {
    font-size: 80%;
    font-style: italic ;
    color: gray;
}

.rappel_recherches_prev {
    font-size: 80%;
    color: gray;
}

.search_history{
    position: absolute;
    width: 500px;
    background-color: #F0F0F0;/* white;*/
    border-left: solid 1px black;
    border-bottom: solid 1px black;
    border-right: solid 1px black;
    margin-left: 32px;/*50px;/*-5px; */
    padding-left: 3px;
    z-index: 5; 
    display: none;
}

.message_central{
    position: absolute;/*fixed;*/
    width: 600px;
    background-color: white;
    border: solid 1px black;
   /* margin-left: 5em;/*10em;*/
    padding: 5px;
    z-index: 50;
}

.historique_search td{
    /*background-color: red;*/
    padding: 5px;
}


#myMenu {
    background: #f5f6ed;
    border:1px solid #c0c0c0;/*#808080;*/
    color:#000000;
    display:none;
    width:150px;
}

#myMenu ul, #myMenu ul * {
    padding:0;
    margin:0;
}

#myMenu ul li{
    list-style:none;
    padding: 2px;
    display:block;
    color: #000000;
}

#myMenu ul li:hover{
    background:#7b79c7;
    color:#FFF;
    cursor: pointer;
}

#myMenu ul li:hover span{
    color:#000;/*#FFF;*/
}
/*
.actif_mouseover{
    cursor: pointer;
    border: 1px solid Silver;
    padding: 4px;
}

.actif_mouseout{
    cursor: default;
    border: 0px;
    padding: 5px;
}

.inactif{
    cursor: default;
    border: 0px;
    padding: 5px;
}*/