#header_index{
    height: 80px;
    background-color: #2c2c2c;
    position: relative;
}

#logo_xlsoft{
    background: url('../img/index/logo_xlsoft.png') center center no-repeat;
    position: absolute;
    top: 0px;
    left: 100px;
    width: 102px;
    height: 102px;
    cursor: pointer;
}

#logo_xlsoft a{
    display: block;
    height: 102px;
}

#header_index div.titre{
    position: absolute;
    color: #fff;
    top: 42px;
    left: 205px;
    font-weight: bold;
    font-size: 35px;
    height: 35px;
    line-height: 35px;
    width: 350px;
}


#logiciel_caisse{
    background: url('../img/index/logiciels.png') center center no-repeat;
    position: absolute;
    top: 5px;
    left: 205px;
    width: 300px;
    height: 25px;
}

#connexion{
    width: 390px;
    line-height: 35px;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #4cb3d0;
    border: solid 50px #4cb3d0;
    margin-top: 100px;
    position: relative;
}

#connexion_contenu{
    width: 350px;
    border-radius: 10px;
    background-color: #fff;
    padding: 20px;

}

#connexion select{
    width: auto;
}

#connexion_cadenas{
    background: url('../img/index/cadena.png') center center no-repeat;
    position: absolute;
    width: 142px;
    height: 159px;
    top: 60px;
    left: -165px;
}

#connexion_thalassa{
    background: url('../img/index/thalassa.png') center center no-repeat;
    position: absolute;
    width: 86px;
    height: 39px;
    top: 280px;
    left: 350px;
    cursor: pointer;
}


#connexion_thalassa a{
    display: block;
    height: 39px;
}

#connexion_contenu input[name="souvenir_moi"]{
    margin: 0 10px;
}

#connexion_contenu select[name="combo_dossier"] option[data-type="1"]{
    font-weight: bold;
}


h2{
    text-align: center;
}

label{
    display: inline-block;
    width: 120px;
}

.div_button_connexion{
    text-align: right;
}

.div_afficher_etablissement{
    display: inline-block;
    width: 133px;
    cursor: pointer;
}

.div_afficher_etablissement:hover{
    text-decoration: underline;
}

.div_liste_etablissement{
    display: inline-block;
}