/* CSS Document */

/* TITRES au dessus de chaques champs : transaction + type bien + budget + selection des villes */
.MiniTitre{ color:#FFF; padding:4px 0 3px 0;font-size:11px;}

/* Styles CHAMPS SELECT : type transaction + type bien + select villes */
.MiniSelect{ width:185px; border:1px solid #872F19; color:#4B93CA;font-size:11px; height:20px; margin:0 0 5px 0;}
.MiniSelect option{ padding:0 0 0 3px; color:#4B93CA;}

/* Styles CHAMPS INPUT : budget + surface */
.MiniInput{ width:84px;border:1px solid #872F19; color:#4B93CA; font-size:11px; height:17px; margin:0; padding:0 0 0 2px;}

/* BOUTON VALIDATION : Lancer votre recherche */
#MiniBoutonInput{ margin:15px 0 0 0;width:163px;height:23px;}




.MiniInputTxt{ display:none; height:5px;}
#BoiteMiniMoteur br{ display:none; }
#MiniBouton{position:relative;top:-6px;}
