/*** JTCE SEARCH ***
//	C : 03/03/09 (origine : presentation 0.3 Rev 5)
//	Est utilise par le mode de recherche (en ajax et classique)
*/

.highlight { /*background-color:#efefef;*/ font-weight:bold; color: #ff0000; }

#search_bloc_ajax, #search_bloc {
	height: 26px;
	color: #fff;
	padding: 10px 4px 10px 0px;
	border-right: 2px solid #fff;
	text-align: left;
	margin-left: 36px;
}

#search_ul { list-style: none none; }
#search_ul  p { padding-left: 5px; }
#search_ul li { margin-top:20px; }

.link_page { color: #9B9995; text-decoration: none; font-weight:100%; font-weight:bold; }
.link_page:visited{ color: #8b8882; }
.link_page:hover{ color: #AbAAA2; text-decoration:underline; }
.link_texte { margin-top: 5px; font-size: 90%; }

.titre_recherche { margin-bottom: 10px}
.cible_recherche { color: #E18700 }
.hr_recherche { color: #D8D4D1; width: 90%; margin: 10px 0 15px 0}

#search_conf { margin-left: 0px;}

#search input[type="text"] {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode","Luxi Sans", Arial, sans-serif;
	font-size: 0.9em;
	border: solid 1px #cfcfcf;
	padding: 2px;
	/*color: #A19C95;*/
	color: #000;
}

#search input[type="text"]:hover,#search input[type="text"]:focus {
	background-color:#efefef;
	color: #555;
}
