﻿* {
    background: #F0F0F0;
}

body {
    width: 685px;
    margin: 0 auto;
    font-family: Arial;
    font-size: 10px;
    color: #000000;
}

div#page {
    display: block;
    border: 1px solid #D2D2D2;
    height: 594px;
    background: #FFFFFF;
}

#gauche {
    display: block;
    width: 364px;
    height: 520px;
    margin-top: 1px;
    background: url(../../images/divGauche.gif) no-repeat 0 0;
}
* html #gauche {}

#droite {
    display: block;
    float: right;
    width: 319px;
    height: 520px;
    background: url(../../images/divDroite.gif) no-repeat 0 0;
}
* html body #droite {
    margin-left: -3px;
}
    #droite a.lang {
        background: #FFFFFF;
        float: right;
        margin: 10px 25px;
        #margin: 0 25px;
    }
    #droite a.logoCRAAQ {
        display: block;
        width: 289px;
        height: 72px;
        background: url(../../images/craaqLogo_fr.gif) no-repeat;
        margin-top: 25px;
    }
    img.websiteTitle {
        margin-top: 25px;
    }
    .motto {
        display: block;
        width: 290px;
        height: 62px;
        text-align: center;
        color: #77AC0A;
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        background: #FFFFFF;
        margin-top: 10px;
    }
    .msg {
        display: block;
        width: 290px;
        height: 46px;
        margin: 100px 0 10px 0;
        font-size: 14px;
        font-weight: bold;
        color: #000000;
        background: #FFFFFF;
        text-align: center;
    }
    .btnInscription {
        display: block;
        width: 290px;
        text-align: center;
        background: #FFFFFF;
    }
    .btnInscription a {
        background: #FFFFFF;
    }

#footer {
    display: block;
    float: none;
    clear: both;
    height: 74px;
    background: url(../../images/footerLogoGouv.jpg) no-repeat right;
}
    #footer .credits {
        display: block;
        width: 260px;
        text-align: center;
        background: #FFFFFF;
        margin: 0 0 0 25px;
        padding-top: 5px;
    }