body.ar label{
    display: block;
    text-align: right;
}
body.ar .form-control{
    text-align: right;
}
body.ar a.vupwd{
    left: 8px;
    right: inherit;
}
body.ar .alert-danger.text-left{
    text-align: right !important;
}
body.ar .alert-danger.text-left .close{
    left: 10px;
}
body.ar select{
    direction: rtl;
}
body.ar .orderblock{
    order: inherit;
}
body.ar .moteur_de_recherche form input{
    text-align: right;
    padding-right: 15px;
}
body.ar .moteur_de_recherche form button{
    left: 0;
    right: inherit;
}