#reponse {
    margin: 20px;
}
.left {
    float: left;
    height: 20px
}
.inscription #tableau {
    background: white;
    width: 95%;
    border: 1px solid black;
    overflow: hidden;
    margin: 20px 0;
}
.inscription #tableau .id {
    width: 50px;
    padding: 10px;
    text-align: center;
    border-right: 1px solid black;
    font-weight: bold;
}
.inscription #tableau .nom {
    width: 20%;
    padding: 10px;
    text-align: left;
    border-right: 1px solid black;
    font-weight: bold;
    height: 32px;
}
.inscription #tableau .type {
    width: 10%;
    padding: 10px;
    text-align: left;
    border-right: 1px solid black;
    font-weight: bold;
    height: 32px;
}
.inscription #tableau .img {
    width: 10%;
    padding: 1px;
    text-align: center;
    border-right: 1px solid black;
    font-weight: bold;
    height: 50px;
}
.inscription #tableau .adresse {
    width: 27%;
    padding: 10px;
    text-align: left;
    border-right: 1px solid black;
    font-weight: bold;
    height: 32px;
}
.inscription #tableau .localite {
    width: 25%;
    padding: 10px;
    text-align: left;
    border-right: 1px solid black;
    font-weight: bold;
    height: 32px;
}
.inscription #tableau .delete {
    width: 5%;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
.inscription #tableau .c4 {
    width: 22.5%;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}



.inscription #tableau .prenom {
    width: 15%;
    padding: 10px;
    text-align: center;
    border-right: 1px solid black;
    font-weight: bold;
}
.inscription #tableau .mail {
    width: 20%;
    padding: 10px;
    text-align: center;
    border-right: 1px solid black;
    font-weight: bold;
}
.inscription #tableau .reponse {
    width: 15%;
    padding: 10px;
    text-align: center;
    border-right: 1px solid black;
    font-weight: bold;
}
.inscription #tableau .active {
    width: 10%;
    padding: 10px;
    text-align: center;
    border-right: 1px solid black;
    font-weight: bold;
}

.inscription #tableau .cfirst {
     clear: both;
     height: 40px!important;
     background: #333;
     color: white;
 }
.inscription #tableau .cfirst .img {
    height: 38px!important;
    line-height: 35px;
}
.inscription #tableau .cfirst .nom {
    height: 20px!important;
}
.inscription #tableau .cfirst .type {
    height: 20px!important;
}
.inscription #tableau .cfirst .c4 {
    height: 20px!important;
}
.inscription #tableau .cfirst .adresse {
    height: 20px!important;
    width: 27%;
}
.inscription #tableau .cfirst .localite {
     height: 20px!important;
     width: 25%;
 }
.inscription #tableau .btop {
    border-top: 1px solid black;
    clear: both;
    height: 40px;
}
.inscription #tableau .no-suscribers {
    padding: 10px;
    text-align: center
}
.inscription #tableau .update {
    background: none repeat scroll 0 0 white;
    border: 1px solid #999999;
    left: 20px;
    padding: 10px;
    position: absolute;
    top: 80px;
}

#liste {
    width: 92%;
    border: 1px solid black;
    overflow: hidden;
    margin: 30px 20px;
    padding: 20px
}
#liste textarea {
    height: 100%;
    margin: 0;
    padding: 20px 0px;
    width: 95%;
}

.loader {
    background: url("../images/loader.gif") no-repeat;
    width: 16px;
    height: 16px;
    margin: 5px auto;
    display: none;
}




.inscription #tableau_pers {
    background: white;
    width: 95%;
    border: 1px solid black;
    overflow: hidden;
    margin: 20px 0;
}
.inscription #tableau_pers .debut {
    width: 10%;
    padding: 10px;
    text-align: center;
    border-right: 1px solid black;
    font-weight: bold;
}
.inscription #tableau_pers .nom {
    width: 15%;
    padding: 10px;
    text-align: center;
    border-right: 1px solid black;
    font-weight: bold;
}
.inscription #tableau_pers .prenom {
    width: 15%;
    padding: 10px;
    text-align: center;
    border-right: 1px solid black;
    font-weight: bold;
}
.inscription #tableau_pers .adultes {
    width: 7%;
    padding: 10px;
    text-align: center;
    border-right: 1px solid black;
    font-weight: bold;
}
.inscription #tableau_pers .enfants {
    width: 7%;
    padding: 10px;
    text-align: center;
    border-right: 1px solid black;
    font-weight: bold;
}
.inscription #tableau_pers .email {
    width: 20%;
    padding: 10px;
    text-align: center;
    border-right: 1px solid black;
    font-weight: bold;
}
.inscription #tableau_pers .telephone {
     width: 16%;
     padding: 10px;
     text-align: center;
     border-right: 1px solid black;
     font-weight: bold;
 }
.inscription #tableau_pers .action {
    width: 10%;
    padding: 10px;
    text-align: center;
    border-right: 1px solid black;
    font-weight: bold;
}
.inscription #tableau_pers .cfirst {
    clear: both;
    height: 40px!important;
    background: #333;
    color: white;
}

.inscription #tableau_pers .left {
    height: 50px!important;
}
.inscription #tableau_pers .cfirst .debut {
    height: 40px!important;
}
.inscription #tableau_pers .cfirst .nom {
    height: 40px !important;
}
.inscription #tableau_pers .cfirst .prenom {
    height: 40px!important;
}
.inscription #tableau_pers .cfirst .adultes {
    height: 40px!important;
}
.inscription #tableau_pers .cfirst .enfants {
    height: 40px!important;
}
.inscription #tableau_pers .cfirst .email {
    height: 40px!important;
}
.inscription #tableau_pers .cfirst .telephone {
    height: 40px!important;
}
.inscription #tableau_pers .cfirst .action {
    height: 40px!important;
}
.inscription #tableau_pers .btop {
    border-top: 1px solid black;
    clear: both;
    height: 40px;
}


.produits {
    float: left;
    width: 30%;
    margin-right: 3.33%;
    background-color: white;
    padding: 20px;
    margin-bottom: 40px;
}