/*    Formulaire de recherche
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ */
#form_recherche .fr1 , #form_recherche .fr2 {
    padding:10px;
}
#form_recherche .fr1 { border-bottom: 1px dotted #808080; }

#form_recherche h2 {
    padding-left:40px;
    height:34px;
    line-height:34px;
    font-size:22px;
    color: #404040;
    font-weight: normal;
    background-color:transparent;
    background-repeat:no-repeat;
    background-position:center left;
}

#form_recherche .ou h2      { color:#94b21f; background-image: url('../images/center/pastille_1.png'); }
#form_recherche .quand h2   { color:#ffb400; background-image: url('../images/center/pastille_2.png'); }
#form_recherche .fr2 h2     { color:#19b6ff; background-image: url('../images/center/pastille_3.png'); }

#form_recherche_ou_err {
    background:#FFE6E6;
    border:1px solid #DF7B7B;
    padding:4px;
    display:none;
    width:70%;
}

#form_recherche input , #form_recherche select {
    margin:6px auto;
}

#form_recherche * { color: #808080; }
#form_recherche span.label-fonce { color: #404040; font-size:14px; }

#form_recherche .ou , #form_recherche .resto
{
    float:left;
    width:62%;
    border-right: 1px dotted #808080;
}

#form_recherche .quand , #form_recherche .plat
{
    float:right;
    width:36%;
}

#form_recherche .quand select , #form_recherche .plat table select , #form_recherche .plat table input { width : 100%; }

#form_recherche .btn_recherche
{
    float:right;
    width:168px;
    height:46px;
    background: transparent url('../images/center/btn_recherche.png') no-repeat 0 0;
    color:white;
    font-size:24px;
    font-weight:bolder;
    margin-top:25px;
    margin-right:8px;
    padding-left:25px;
    padding-bottom:10px;
    border:0;
    cursor:pointer;
}

#form_recherche .btn_recherche.btn_recherche_over
{
    background-position: 0 -46px;
}

#budget_max_plat , #budget_max_menu {
    text-align:right;
    width:50px;
    margin-left:15px;
}

.form_recherche_reset {
    float:right;
    margin:0 8px 10px auto;
}
