/*------------------------------- page de connexion ---------------------------------*/
#dContLogin {
    text-align:center;
}

#dLogin {
    border:1px SOLID #bc1f1f;
    border-radius: 20px;
    margin:250px auto;
    background:#edf;
    width:500px;
}

#dTitreLogin {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: #006;
    color:#fff;
    font-weight:bold;
    padding: 5px;
    font-size:1.2em;
    font-style:italic;
}

#dChampsLogin {
    /*height:200px;*/
    padding: 20px 0 20px 0;
    font-size:1.1em;
}

.ligneChamps {
    width: 450px;
    text-align:right;
    margin: 10px 0 10px 0;
}

.txtChamps {
    display:inline;
    padding:5px;
    /* font-weight: bold; */
    color: #000;
    /* font-style:italic; */
}

#dChampsLogin input[type=text], input[type=password] {
    width:250px;
    font-size:0.9em;
}

#dBtnLogin {
    text-align : center;
    margin:30px 0px 0px 0px;
}

.btnLogin {
    width:150px;
    margin: 0 20px;
    padding:2px;
    font-size:0.9em;
    font-weight:bold;
    cursor:pointer;
    background-image:linear-gradient(to bottom, #28B, #169); /*#39c, #27a);*/
    border-radius: 8px;
    color:#fff;
}

.btnLogin:hover {
    background-image:linear-gradient(to bottom, #27a, #39c);
}

#errCnx {
    color:#f00;
    font-weight:bold;
    font-style:italic;
    margin:20px;
}
