/*** boite RECHERCHE COMPLÈTE - configuration 0 - gauche ***/
.titrebox.TrTSL0 { /*titre*/
background: #000;
color: #fff;
}
.tblbox.TSL0 { /*corps de la boite*/
background: #000;
}
.TSL0 input.texte { /*texte de la recherche*/
background: #fff;
}
.TSL0 select { /*sélection optionnelle*/
background: #fff;
}
/*** boite RECHERCHE avec recherche avancée - configuration 0 - gauche ***/
.tblbox.SCHL0 { /*corps de la boite*/
background: #000;
}
.SCHL0 .box, .SCHL0 a { /*texte de la boite et lien*/
color: #fff;
}
.SCHL0 input.texte { /*espace pour écrire la recherche*/
background: #fff;
}
.SCHL0 select { /*sélection*/
background: #fff;
}
/*** boite RECHERCHE avec recherche avancée - configuration 0 - entête ***/
.WS1T0 form { /*corps de la boite*/
background: #000;
}
.WS1T0 .box, .WS1T0 a { /*texte de la boite et lien*/
color: #fff;
}
.WS1T0 input.texte { /*espace pour écrire la recherche*/
background: #fff;
color: #c00000;
}
.WS1T0 select { /*sélection*/
background: #fff;
}
/*** boite RECHERCHE simple - configuration 0 - pied de page ***/
.WSB0 { /*corps de la boite*/
background: #000;
}
.WSB0 input.texte { /*espace pour écrire la recherche*/
background: #fff;
color: #c00000;
}
/***************/
|