*{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-family: Arial, sans-serif;
}

/*** HEADER ***/
#header, footer {
    width: 960px;
    margin: 0 auto;
    height: 110px;
    background-color: #e3ddd1;
}
#header{
    width: 1076px;
}
#header:after{
    content: ' ';
    display: inline-block;
    background: url('../img/icon_map.png') no-repeat -9px -355px #fff;
    width: 58px;
    height: 58px;
    float:left;
}
#header .top {
    display: block;
    width: 998px;
    height: 20px;
    background-color: #313131;
    text-align: left;
    padding:7px 10px;
    font-family: dinregular;
    color: #fff;
}
#header a{
    text-decoration: none;
}
#header .logo {
    margin: 5px 0 0 8px;
    padding: 0;
}
#header .top span {
    float: right;
    margin-right: 42px;
    color: #fff;
    font-family: dinregular;
    font-size: 13px;
    line-height: 25px;
}

#header .top span.name {
    margin-top: -3px;
}

#container {
    width: 1076px;
    margin: auto;
    height: 350px;
    background: url("../img/login.jpg") no-repeat center center;
    //background: url("../img/fond.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.recap-bloc p span {height: 350px;;font-family: dinmedium;font-weight: bold;}

.big-bloc {
    width: 960px;
    margin: 0 auto;
}

/*** LOGIN ***/
.popup-login {
    width: 255px;
    height: 300px;
    background-color: #fff;
    float: right;
    padding: 10px;
    margin-top: 10px;
}
.popup-login p {
    color: #005a75;
    font-family: dinregular;
    font-weight: bold;
    font-size: 23px;
}
.popup-login label {
    clear: both;
    font-family: dinregular;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #005a75;
    margin-top: 20px;
    display: block;
}
input.grey, input.grey{
    margin: 0;
    height: 35px;
    padding-left: 10px;
    width: 97%;
    background-color: #eae3d8 !important;
}

.login-msg-error{
    color: #d20d0d;
    float: right;
    font-family: dinmedium;
    font-size: 14px;
    font-weight: bold;
    padding-top: 10px;
    width: 205px;
}
.popup-login input[type=submit]{
    display: block;
    width: 100%;
    margin-top: 30px;
    float: right;
    padding: 5px;
    font-family: dinregular;
    font-weight: bold;
    color: #fff;
    background-color: #e39305;
    font-size: 16px;
    cursor: pointer;
}