/* Moteur de recherche général */
/* -------------------------------------------------------------------------- */
#global-search .search-wrapper {position: relative; width: 140px; margin-top: 1px; margin-left: 11px;}
#global-search input.g-prettysearch { width:140px; height: 16px; margin-top: 1px; margin-left: 11px; background: url(../images/searchfield_repeat.png) left top repeat-x; }
#global-search .search-wrapper .left { display: block; position: absolute; left: 0; top: 0; width: 20px; height: 19px; background: url(../images/searchfield_leftcap.png) left top no-repeat; }
#global-search .search-wrapper .right { display: block; position: absolute; right: 0; top: 0; width: 10px; height: 19px; background: url(../images/searchfield_rightcap.png) right top no-repeat; }
#global-search .search-wrapper input.g-prettysearch { position: absolute; width: 110px; top: 0; right: 10px; background: url(../images/searchfield_repeat.png) center top repeat-x; border: 0px; margin: 0; padding: 3px 0 0 0; font: 11px "Lucida Grande", Geneva, Arial, sans-serif; }
