#login-box {
    width: 700px;
    margin:100px auto;
}

    #login-box .logo{
        float: left;
    }
    
        #login-box .logo img{
            margin: 0 auto;
        }
    
    .form{
        float: left;
        width: 350px;
    }
        
        .form .login-field{            
            /*width: 100%;*/
        }
        
/* HEADER */

#header {
    padding-top: 15px;
    padding-bottom: 15px;
}

    #header li{
        float: left;
        padding-right: 25px;
        padding-bottom: 0;
    }
    
/* CALENDAR */

.calendar-box{
    /*width: 31%;
    float: left;   
    margin: 3% 1% 1% 1%;*/
}

/* CONTENT */

.content-header{
    text-align: left;
}

    .content-header h1{
        float: left;
        font-size: 20px;
    }
    
    .content-header .navigation-area{
        float: left;
        width: 50%;
        padding-left: 200px;
    }

    .content-header a.backbutton{
        float: right;
        width: 10%;
        margin-bottom: 1%;
        padding: 10px 0;
    }
    
.content-list{
    width: 48%;    
    float: left;    
}

/* BOUTON DE RESERVATION */
.action-button-area{

}

    .action-button-area a.backbutton{
        float: right;
        width: 20%;
        margin-bottom: 1%;
        padding: 10px 0;
        margin-top: 0;
    }
    
/* FORMS */

.form-area h1{
    font-size: 22px;
}

.form-area p{
    font-size: 14px;
}

.form-area h3{
    font-size: 18px;
}

.columnRight {    
    position: absolute;
    right: 1%;
    width: 20%;
    display: block;
}
/*.columnRight-responsive {
    display: none;
}*/

.mainColumn {
    /*border-right: 1px dotted #545454;
    margin-right: 21%;*/
    padding-right: 1%;
}

.checkbox-list{
    overflow: hidden;
}

.checkbox-list li{
    width: 23%;
}

.form-button{
    float: left;
    width: 48%;
    margin-bottom: 1%;
    margin-right: 1%;
    padding: 10px 0;
}

.validationMessage{
    width: 96%;
}

/* RESERVATIONS */

.list-header img{    
    margin-top: 15px;
}

.reservationList li .top .chambre{
    height: 100%;
    display: block;
    width: 39%;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 1%;
    border-right: 1px solid #a8af85;
}
.reservationList li .top .chambre-responsive{
    display: none;
}

.reservationList li .top .icons{
    width: 13%;
    padding-left: 1%;
}

.export-links{
    display: block;
    padding-left: 1%;
    padding-bottom: 2%;
    color: #fff;
}
    .export-links a:link, .export-links a:visited{
        color: #fff;
    }
    
#switch-calendar{
    display: block;
    padding: 1%;
    color: #fff;
}

/* EXPORT */

#export-area{
    display: block;
    background: #e9edd0;
    border-bottom: 1px #5f663f solid;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 15px;
    padding-left: 1%;
    overflow: hidden;
}

    #export-area li {
        float: left;
        padding-right: 25px;
        padding-bottom: 0;
        list-style: none;
    }
        
        #export-area li.ennonce {
            padding-top: 5px;
        }
        
        #export-area li.bouton-area {
            margin-left: 15px;
        }
    
        #export-area li label{
            float: left;     
            padding-right: 15px;
            color: #545454;
        }
        
        #export-area li input{
            float: left;     
            width: auto !important;
        }
        
        #export-area li a.backbutton {
            float: right;
            width: 115%;
            padding: 10px 0;
            background: none repeat scroll 0 0 #5f663f;
            border: 0 none;
            color: #fff;
            cursor: pointer;
            font-size: 14px;
            margin-right: 1%;
            text-align: center;
            display: block;
            margin-top: 1%;
            text-decoration: none;
            margin-left: 1%;
        }
        
/* GRILLE */

.four-columns{
    float: left;
    width: 25%;
}

.two-columns{
    float: left;
    width: 50%;
}

.three-columns{
    float: left;
    width: 75%;
}

.subLines{
    overflow: hidden;
    position: relative;
}

/* INFOS GENERALES DATE */

.day-infos-line a.submitbutton{
    float: right;
    width: 10%;
    margin: 0;
    padding: 10px 0;
}