[(#CACHE{0})] .cRecherche { width: 100%;[ margin-bottom: (#VAR{acsFondSpacer});][ 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});][ background: (#VAR{acsRechercheInput});] margin: 2px; vertical-align: middle; width: 70%; /* fallback pour vieux browsers qui savent pas calc ! ;-) */ width: calc(100% - 58px); // la taille plus marges du bouton submit } .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 { vertical-align: middle; margin:2px; padding: 3px; border: thin solid #VAR{acsRechercheFond, transparent};[ (#MODELE{c_css_border-radius}{c=Recherche}{var=BordRond})] } .cRecherche .formulaire_recherche input.submit:hover { [background: (#VAR{acsRechercheTitreFond});][ border: thin outset (#VAR{acsRechercheTitreFond});] }