html{
    margin: 0; padding: 0; border: 0; outline: none;
}

body {
    line-height:1.5em;
    font-size:75%;
    color:#545454;
    font-family:Arial, Helvetica, sans-serif;
    background:#5f663f;
    margin: 0;
}

a {
    text-decoration: underline;
    color: #5d5954;
    cursor: pointer;
}

blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, th, td {
    border: 0 none;
    margin: 0;
    outline: medium none;
    padding: 0;
}

    form#frm_one{
        color: #fff;
    }
    
hr{
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* PAGE GENERALE */

#header-default{
    background: #e9edd0;
    border-bottom: 1px #5f663f solid;
    overflow: hidden;
    padding:5px;
    text-align: right;
    cursor: pointer;
}
    #header-default img{
        margin-right: 2%;
    }
    
    #header-default img.open{        
        transform:rotate(180deg);
        -webkit-transform:rotate(180deg);
    }

#header {
    background: #e9edd0;
    border-bottom: 1px #5f663f solid;
    margin: 0;
    padding-top: 2%;
    padding-bottom: 2%;
    overflow: hidden;
    display: none;
    padding-left: 1%;
}

    #header li{
        list-style: none;
        padding-bottom: 15px;
    }
    
        #header li span{
            width: 20px;
            height: 20px;
            float: left;
            margin-right: 15px;
        }
        
            #header li span.blue{
                background: #4862fc;
            }
            
            #header li span.yellow{
                background: #e9f74c;
            }
            
            #header li span.mauve{
                background: #b781f5;
            }
            
            #header li span.bleu-clair{
                background: #b9dff3;
            }
            
            #header li span.rose{
                background: #f994e7;
            }
            
            #header li span.green{
                background: #acf994;
            }
            
            #header li span.grey{
                background: #aeb5b1;
            }
            
            #header li span.orange{
                background: #f8b430;
            }
            
            #header li span.reserved{
                background: #fc5054;
            }
        
.alerteMessage{
    width: 100%;
    border: 1px solid red;
    padding: 1%;
    /*margin-left: 1% ! important;
    margin-right: 1% ! important;*/
    font-weight: bold;    
    color: red ! important;
    background: #fcb6b6;
    overflow: hidden;
    margin-top: 1%;
}
    .alerteMessage h1{
        font-size: 15px;
    }
    
    .alerteMessage .alertListe{
        padding-top: 10px;
    }
        .alerteMessage .alertListe li{
            list-style: none;
        }
            
/* CONTENT */

.content-header{
    background: #a8af85;
    width: 100%;
    color: #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
}

    .content-header h1{
        margin: 0;
        padding-left: 2%;
        padding-top: 1%;        
        padding-bottom: 1%;
        font-size: 16px;
    }
    
    .content-header .navigation-area{
        margin: 0;
        padding-left: 2%;
        padding-top: 1%;        
        /*padding-bottom: 1%;*/
        font-size: 16px;
    }
    
        .content-header .navigation-area a{
            text-decoration: none;
            margin-right: 10%;
        }
        
            .content-header .navigation-area a:last-of-type{
                margin-right: 0px;
            }
        
            .content-header .navigation-area a img{
                width: 80px;
            }
        
    .content-header a.backbutton{
        width: 98%;        
        padding: 5px 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%;
        margin-bottom: 2%;
        text-decoration: none;
        margin-left: 1%;
    }
    
.content-lists-area{
    width: 100%;    
    padding-top: 25px;
    padding-bottom: 25px;
}

    .content-list{
        width: 98%;   
        background: #a8af85;
        /*padding: 10px;*/
        min-height: 10px;
        margin-bottom: 15px;
        margin-right: 1%;
        margin-left: 1%;
        overflow: hidden;
    }
    
    .content-list h2{
        margin: 0;
        padding-left: 2%;
        padding-top: 1%;        
        padding-bottom: 1%;
        font-size: 14px;
        text-decoration: underline;
        color: #fff;
    }
    
    .content-list p{
        padding-left: 2%;
    }
    
/* BOUTON DE RESERVATION */
.action-button-area{
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .action-button-area a.backbutton{
        width: 98%;        
        padding: 5px 0;
        background: none repeat scroll 0 0 #a8af85;
        border: 0 none;
        color: #fff;
        cursor: pointer;
        font-size: 14px;        
        margin-right: 1%;
        text-align: center;
        display: block;
        margin-top: 2%;
        margin-bottom: 2%;
        text-decoration: none;
        margin-left: 1%;
    }

/* RESERVATIONS */

.list-header, .list-header-deleted{    
    overflow: hidden;    
    cursor: pointer;
}
    
    .list-header h2, .list-header-deleted h2{
        float: left;
    }

    .list-header img, .list-header-deleted img{
        float: left;
        margin-left: 2%;
        margin-top: 8px;
    }

    .list-header img.open, .list-header-deleted img.open{        
        transform:rotate(180deg);
        -webkit-transform:rotate(180deg);
    }
    
#reservationList-chambres, #deletedReservationList-chambres{
    display: none;
}

#reservationList-tables, #deletedReservationList-tables{
    display: none;
}

.reservationList{
    padding-left: 1%;
    padding-right: 1%;
    position: relative;
    
}

    .reservationList li{
        list-style: none;
        margin-bottom: 10px;  
        overflow: hidden;
    }
    
    .reservationList li .top{
        background: #5f663f;
        color: #fff;        
        overflow: hidden;
    }
    
        .reservationList li .top .options{
            height: 38px;
            display: block;
            width: 3%;
            float: left;
            margin-right: 2%;
        }
        
        .reservationList li .top .name{
            height: 100%;
            display: block;
            width: 40%;
            float: left;
            padding-top: 10px;
            padding-bottom: 10px;
            border-right: 1px solid #a8af85;
        }
        
        .reservationList li .top .name-table{
            height: 100%;
            display: block;
            width: 44%;
            float: left;
            padding-top: 10px;
            padding-bottom: 10px;
            padding-left: 1%;
            border-right: 1px solid #a8af85;
        }
        
        .reservationList li .top .chambre-responsive{
            height: 100%;
            display: block;
            width: 15%;
            float: left;
            padding-top: 10px;
            padding-bottom: 10px;            
            border-right: 1px solid #a8af85;
            text-align: center;
        }
        .reservationList li .top .chambre{
            display: none;
        }
        
        .reservationList li .top .icons{
            height: 100%;
            display: block;
            width: 37%;
            float: left;
            padding-top: 10px;
            text-align: right;
        }
            .reservationList li .top .icons a{
                margin-right: 20%;
            }
    
    .details-list{
        padding-top: 15px;
        padding-bottom: 15px;
        border-left: 1px solid #5f663f;
        border-right: 1px solid #5f663f;
        border-bottom: 1px solid #5f663f;
        color: #fff;
    }
    
        .details-list li{
            list-style: none;
            padding-left: 1%;
            padding-right: 1%;
            margin-bottom: 2px;
        }
        
            .details-list li.red{
                color: red;
            }
            
            .details-list li a{
                color: #fff;
                text-decoration: none;
            }
    
.export-links{
    display: none;
}

#export-area{
    display: none;
}

/* INFOS GENERALES DATE */

.day-infos-line{
    clear: left;
    overflow: hidden;
    width: 98%;
    height: auto;
    margin-bottom: 1%;
    margin-left: 1%;
    margin-right: 1%;
}

    .day-infos-line div{ 
        float: left;
        width: 85% !important;
    }

    .day-infos-line a.submitbutton{
        width: 98%;        
        padding: 5px 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%;
        margin-bottom: 2%;
        text-decoration: none;
        margin-left: 1%;
    }
    
/*.information-generale-date{
    width: 95%;
    padding: 1%;
    margin-left: 1% ! important;
    margin-right: 1% ! important;
    margin-bottom: 25px;
    display: none;
}

    .information-generale-date .information-generale-date-field{
        float: left;
    }*/