#localisation{
    position: fixed;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    
    z-index: 999;

     background: url('../images/fond-popup.png') left top repeat;
}

#localisation.initialized{
   
}

#localisation .formulaire{
    position: relative;
    width: 880px;
    height: 460px;
    background: url('../images/perso-code-postal.png') no-repeat center bottom;
    
    margin-left: -100%;
}

#localisation .formulaire p{
    color: #5a2b17;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 15px;
}

#localisation .formulaire p span{
    color: #a5b64e;
    text-transform: uppercase;
}

#formLogin a{
    color: #a5b64e;
    font-size: 12px;
    text-decoration: underline;
    display: block;
    padding-top: 8px;
    padding-left: 181px;
}

#formCodePostal{
    position: absolute;
    left: 0px;
    top: 0px;
    
    background: #fff;
    padding: 10px 30px 20px;
    width: 300px;
    height: 100px;
    text-align: center;
}

#formCodePostal:after{
    position: absolute;
    content: "";
    background: url('../images/fleche-bulle-gauche.png') left top no-repeat;
    width: 23px;
    height: 33px;
    right: 55px;
    bottom: -33px;
}

#formLogin{
    position: absolute;
    right: 0px;
    top: 0px;
    background: #fff;
    padding: 10px 30px 20px;
    width: 420px;
    height: 100px;
    text-align: center;
}

#formLogin:after{
    position: absolute;
    content: "";
    background: url('../images/fleche-bulle-droite.png') left top no-repeat;
    width: 23px;
    height: 33px;
    left: 115px;
    bottom: -33px;
}

#localisation .input-text{
    color: #555;
    width: 150px;
    height: 24px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #E7E7E7;
    margin-right: 5px;
}

#localisation .button{
    height:28px;
    width: 50px;
    border: 0px;
    background: #859B12;
    color: #FFFFFF;
    font-size: 16px;
    cursor: pointer;
}

#localisation .please-wait{
    margin-left: 5px;
}

#formCodePostal .please-wait{
    position: absolute;
    right: 30px;
    top: 88px;
}

#formLogin .please-wait{
    position: absolute;
    right: 10px;
    top: 70px;
}