/* FULLTEXT_SEARCH */

.fulltext_liste_rubrique { border: solid 1px #666; background: #ccc; padding: 10px; overflow: hidden; font-size: 10px; color: #000; margin-bottom: 10px; }
.fulltext_liste_rubrique p { float: left; width: 150px; }
.fulltext_liste_rubrique .act { font-weight: bold; }
.fulltext_liste_images  { overflow: hidden; margin: 5px 0; }
.fulltext_liste_images p { float: left; width: 110px; margin: 0 5px 5px 0; text-align: center; font-size: 10px; color: #000; }
.fulltext_liste_images p.fulltext_item_image { height: 145px; overflow: hidden }
.fulltext_liste_images p img{ border: solid 5px #999; }
.fulltext_criteres { font-size: 12px; padding: 0 0 5px 0; }
.fulltext_criteres span { font-weight: bold;  }
.fulltext_item { margin-bottom: 10px; font-size: 11px; color: blue; }
.fulltext_addwords { background: #d1d1d1; padding: 5px; }
.fulltext_item_nom { display: block; font-size: 16px; color: blue; font-family: Arial; }
.fulltext_item_nom img  { padding-right: 20px; }
.fulltext_item_path { display: block; font-style: italic; color: #009933; }
.fulltext_item_words { display: block; font-size: 10px; color: #666; }
.fulltext_tri { clear: both; padding: 5px 0; }
.fulltext_tri .act { font-weight: bold; }
.fulltext_pagination .act { font-weight: bold; }
.fulltext_item_find {  font-weight: bold;}
.fulltext_nb_rub.first { clear: both; }
.fulltext_item_date { font-size: 9px; display: block;}
.fulltext_ignore { text-decoration: line-through; }
.fulltext_liste_docs .fulltext_item_nom { font-size: 12px; }
.fulltext_approchant a span { display: none; border: dotted 1px black; padding: 5px; }
.fulltext_approchant a:hover span { display: block; }

#fulltextsearch { border: solid 1px #000; background: #F8F085; padding: 10px; margin-bottom: 5px; }
#fulltextsearch .fulltext_form_aide { display: block; color: #333; font-size: 10px; }
#fulltextsearch .fulltext_form_aide a span { display: none; border: dotted 1px black; padding: 5px; }
#fulltextsearch .fulltext_form_aide a:hover span { display: block; }

.fulltext_results .pagnav  { text-align: center; margin: 10px 0 0px 0; }
.fulltext_results .pagnav li { display: inline; }
.fulltext_results h2 { line-height: normal; font-size: 18px; padding: 0 0 10px 0; }

.fulltext_suggestion p { margin-top: 10px; padding: 10px; background: #000; color: #FFF; }
.fulltext_suggestion p a {color: #FFF; }

.fulltext_form {position:relative; z-index:5000}
.fulltext_search_wordlist {position:absolute; background-color:#FFFFFF; z-index:4000; width:150px; max-height:200px; overflow:auto; border:1px solid #000000; padding:5px;}