A {
    color: #00365C;
    text-decoration: none;
}
A:hover {
    color:#643586;
    text-decoration: none;
}
BODY {
    background-color:white;
}
.blue_text, a, a:visited, a:active
{
        color: #010035;
        font-weight: bold;
}
.bouton100 {
    height: 32px;
    padding: 0 20px;
    border: 2px solid #545454;
    border-radius: 30px;
    background-color: #ffffff;
    color: #545454;
    font-size: 14px;
    font-weight: bold !important;
}
.bouton100_on {
    height: 32px;
    padding: 0 20px;
    border: 2px solid #545454;
    border-radius: 30px;
    background-color: #545454;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold !important; 
}
.lien_langue
{
    font-family: "Source sans pro", sans-serif;
    color:#000000; 
    font-size:14px;
    font-weight:normal;
}
#nojs
{
    padding-top:15px;
    font-family: "Source sans pro", sans-serif;
    color:#111;
    font-size:14px;
    font-weight:bold;
}
.connect_with_psw
{
    padding-top:50px;
    font-family: "Source sans pro", sans-serif;
    color:#111;
    font-size:14px;
    font-weight:bold;
}
.footer
{
    padding-top:30px;
    font-family: "Source sans pro", sans-serif;
    color:#111;
    font-size:14px;
    padding-bottom:0;
    margin-bottom:0;
}