<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-color: /*#fff*/ #333;
    background-repeat: no-repeat;
    background-position: 100% 100%;

    margin: 0;
    padding: 0;
    font-family: tahoma,arial,sans-serif;
    font-size: 0.8em;

    margin: 0; /* pour Ã©viter les marges */
    text-align: center; /* pour corriger le bug de centrage IE */
    
}

a:link, a:visited, a:active{
    color: /*#9f0000*/#df6911;
    font-weight: bold;
    text-decoration: none;
}

h1 {
    font-size: 20px;
}

img {
    border: 0px;
}

.a_left {
    text-align: left;
}

.a_right{
    text-align: right;
}

.cellule_0 {
    text-align: center;
    width : 100%;
}

.cellule_1 {
    text-align: right;
    width:30%;
}

.cellule_2 {
    text-align: left;
    width:70%;
}

.cellule_0 h1 {
    text-align: center;
    width:100%;
}

.err {
    color: /*#9f0000*/#df6911;
    font-size: 10px;
}

.marge-droite {
    margin-right: 10px;
}

.marge-gauche {
    margin-left: 10px;
}

.marge-droite a {
    color: #0268b0;
    text-decoration: underline;
}

.partners {
    text-align: center;
    margin: 0px auto 0px auto;
    width:100%;
    min-height: 582px;
    padding-top: 40px;
    background-color: #fff;
}

.partners h1 {
    display: block;
    margin-top: 30px;     
}


.validation_form_submit {
    float:left;
    width:100px;
}

.rouge {
    color: /*#9f0000*/#df6911;
}

.vert {
    color: #008000;
}

.titre {
    color: #0268b0;
    font-size: 24px;
}

.retour_paiement {
    width: 65%;
    padding: 20px;
    margin: 20px auto 20px auto;
}

.retour_paiement_titre {
    font-size: 18px;
    font-weight: bold;
}


.sous_titre {
    font-size: 10px;
    font-weight:normal;
}

#formule_detail{
    background-color: #fff;
    border: solid;
    border-color: #C0C0C0;
    border-width: 1px;
    margin: 15px auto 30px auto;
    padding: 0px 30px 30px 30px;
    width: 800px;
}

#paiement_container{
    margin: 50px auto 30px auto;
    padding: 20px 0px;
    font-size: 14px;
    width: /*600px*/100%;
    min-height: 582px;

    background-color:#fff;
}

#paiement_formulaire {
    display: block;
    margin: 30px auto 70px auto;
    width: 600px;
}

#paiement_table {
    width: 600px;
    margin: 30px auto 70px auto;
}

#paiement_table tr {
    height: 26px;
}

#paiement_table input[type='submit'] {
    height: 30px;
    width: 160px;
}

#paiement_table input[type='text'] {
    width: 278px;
}

#partners_password {
    font-size: 16px;
    margin:80px auto 30px auto;
}

#partners_access_err {
    color:#9f0000;
    margin-top: 30px;
}

#partners_title {
    margin: 50px 0 60px 0;
}

.header {
    width: 100%;
    height: 111px;
    background-color: #333;
    padding-top: 40px;
}

.sp-header-logo {
    display: block;
    margin-left: 19%;
    max-width: 580px;
}


@media(max-width:830px) {
    .sp-header-logo {
        margin-left: 5%;
        width: 80%;
    }
}


@media(max-width:640px){
    
    #paiement_container {
        font-size: 12px;
    }
    
    #paiement_formulaire {
        width: 90%;
    }
    
    #paiement_table {
        width: 100%;
    }
    
    #formule_detail {
        width: 100%;
    }
    
    #paiement_table input[type='submit'] {
    width: 100px;
    }

    #paiement_table input[type='text'] {
        width: 150px;
    }
    
    h1, .titre {
        font-size: 16px;
    }
}

</pre></body></html>