[(#CACHE{0})] .cRecherche { width: 100%;[ border-width: (#VAR{acsRechercheBord/Width});][ border-style: (#VAR{acsRechercheBord/Style});][ border-color: (#VAR{acsRechercheBord/Color});][ background: (#VAR{acsRechercheFond});][ (#MODELE{c_css_border-radius}{c=Recherche}{var=BordRond})][ (#MODELE{c_css_shadow}{c=Recherche})] } .cRecherche .formulaire_recherche { margin: 0; text-align: center; } .cRecherche .formulaire_recherche form { [(#REM) for IE ] margin: 0; padding: 0; } .cRecherche .formulaire_recherche #recherche { [border-width: (#VAR{acsRechercheInputBord/Width});] [border-style: (#VAR{acsRechercheInputBord/Style});] [border-color: (#VAR{acsRechercheInputBord/Color});] color: #VAR{acsFondText,#00008f}; [background: (#VAR{acsRechercheInput});] margin: 4px; width: 100%; } .cRecherche .formulaire_recherche label { display: [(#VAR{acsRechercheLabel}!={non}|?{block,none})]; [background: (#VAR{acsRechercheTitreFond})[ url("(#ACS_CHEMIN{trame/#VAR{acsRechercheTitreFondImage}})") repeat top left];] color: #VAR{acsFondText,#00008f}; text-align: center; font-weight: bold; border: 0; [border-bottom: 1px solid (#VAR{acsRubnavSep});][ (#MODELE{c_css_border-radius}{c=Recherche}{var=BordRond}{sauf=bottom})] } [(#REM) submit] .cRecherche .formulaire_recherche input.submit { margin:3px; padding: 2px; border: thin solid #VAR{acsRechercheFond, transparent}; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; } .cRecherche .formulaire_recherche input.submit:hover { [background: (#VAR{acsRechercheTitreFond});][ border: thin outset (#VAR{acsRechercheTitreFond});] }