/*****************************/
/*  ADDED BY LB FOR                    */
/*  INDEXED SEARCH                    */
/****************************/

/***style du formulaire de recherche***/

/*titre du formulaire*/
.tx-indexedsearch-searchbox-searchbox-tmpl-css fieldset legend {
color:#505050;
font-family:"trebuchet ms",arial,sans-serif;
font-size:170%;
font-weight:normal;
margin:0 0 0.5em;
}

/*labels des champs*/
.tx-indexedsearch-searchbox-searchbox-tmpl-css fieldset {
font-size: 120%;
padding: 10px;
line-height:2.3em;
border : none;
}

/*centrer le bouton submit*/

.tx-indexedsearch-search-submit input {
background:#E6E6E6 none repeat scroll 0 0;
border:1px solid #969696;
color:#505050;
font-family:verdana,arial,sans-serif;
font-size:120%;
padding:1px !important;
}

.tx-indexedsearch-search-submit {
text-align:center;
}

/***style de règles de recherche***/


.tx-indexedsearch-rules p {
font-size : 115%;
color : #505050;
}
.tx-indexedsearch-rules h2 {
font-size : 150%;
color : #505050;
}

/***rÃ©sultats de recherche***/

/*rappel des termes recherchÃ©s*/
.tx-indexedsearch-whatis {
font-size : 120%;
}

.tx-indexedsearch-percent {
font-weight : bold;
padding : 10px;
}