body {
    background-color: #f0f0f0;
}

#contenu {
    width: 625px;
    margin: 80px auto 0;
    background-color: #fff;
    padding: 10px 5px;
    position: relative;
    -webkit-box-shadow: 0 5px 2px rgba(70, 70, 70, 0.5);
    -moz-box-shadow: 0 5px 2px rgba(70, 70, 70, 0.5);
    box-shadow: 0 5px 2px rgba(70, 70, 70, 0.5);
}

h1 {
    text-align: center;
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin-top: 22px;
}

#mi {
    color: #cc023f;
    font-family: Lato, sans-serif;
    font-size: 18px;
}

#contenu h2 {
    text-align: center;
    font-family: Lato, sans-serif;
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    margin-top: 5px;
}

.bandeau {
    height: 20px;
    background: transparent url('../../ui/images/header_bandeau.png') repeat-x;
}

#logoEmmie {
    background: transparent url('../../ui/images/logo_emmie.png') no-repeat center;
    height: 49px;
    width: 49px;
    position: absolute;
    left: 0;
    right: 0;
    top: -5px;
    margin: auto;
}

#logoSdis {
    height: 68px;
    width: 95px;
    margin: 10px auto 20px;
    text-align: center;
}

label {
    font-family: Lato, sans-serif;
    font-size: 12px;
    display: block;
}

input {
    border: 1px solid #e6e6e6;
    border-radius: 0;
    margin-top: 5px;
    padding: 2px;
}

#champLogin,
#champMotDePasse {
    width: calc(50% - 5px);
    display: inline-block;
}

#champLogin input,
#champMotDePasse input {
    width: 156px;
}

#champLogin label,
#champLogin input {
   margin-left: 140px;
}

#champMotDePasse input,
#champMotDePasse label {
    margin-left: 10px;
}

.erreur {
    display: block;
    color: #f00;
    font-weight: bold;
    font-size: 10px;
    margin: 5px 0 5px 140px;
    height: 0.6em;
    min-height: 0.6em;
}

.submit {
    background-color: #f0f0f0;
    color: #cc023f;
    border: 1px solid #999;
    font-size: 10px;
    font-weight: bold;
    display: block;
    margin: auto;
    width: 105px;
    height: 20px;
    cursor: pointer;
    margin-top: 10px;
}

.submit:hover {
    background-color: #c1c1c1;
}

#personnages {
    margin: 30px auto 35px;
    background: transparent url('../../ui/images/personnages_login.png') no-repeat center;
    width: 245px;
    height: 92px;
}

footer {
    height: 275px;
    margin: 15px 5px 45px;
    border: 1px solid #e6e6e6;
    position: relative;
    background: transparent url('../../ui/images/captures_logiciels.png') no-repeat center;
}

#footerTitre {
    position: absolute;
    left: 0;
    right: 0;
    top: -12px;
    margin: auto;
    text-align: center;
    width: 430px;
    background: #fff none;
    font-family: LatoLight, sans-serif;
    font-size: 16px;
}

#decouvrez {
    font-size: 12px;
    margin-left: 360px;
    margin-top: 28px;
}
#decouvrez a {
    display: block;
    color: #cc023f;
    font-size: 12px;
}

#logoPretexx {
    height: 50px;
    width: 115px;
    background: #fff url('../../ui/images/logo_pretexx.png') no-repeat center;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

#copyright {
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: auto;
    width: 115px;
    text-align: center;
    font-size: 10px;
    color: #999;
}