#accordion{
    margin-top: 10px;
}
.panel-body { padding:0px; }
.panel-body table tr td {
    padding-left: 15px;

}
.panel-body .table {margin-bottom: 0px;
}
/*** PANEL **/
.panel-menu{
    border: none;
}
.panel-group .panel+.panel {
    margin-top: 0px;
}

.panel-group .panel-heading {
    background: bottom left repeat-x #218C00;
    /*border-bottom: solid 1px #FFF;*/
    border-radius: 0px;
    border-bottom: solid 5px #e7ba60;
}

.panel-heading  .panel-title a{
    color: #FFFFFF;
    text-transform: uppercase;
}

.panel-body a{
    color: #218C00;
    text-transform: uppercase;
}

.panel-body a:active{
    font-weight: bold;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}

.panel-body {
    background: #E8F3DE;
}

.panel-body
.filtre-tab{
    padding: 0;
    margin:0;
}

.filtre-tab li{
    display: inline;
}

.banniere{
    background-color: #BFEC96;
    /*height: 100px;*/
}
.police{
    font-family: Lucida Calligraphy;
}

.nometa{
    /*border-left: 1px solid;*/
    margin-top:15px;
}



/*table des liste*/


div#DataTables_Table_0_filter.dataTables_filter {
    float: left;
    padding-right: 10px;

}

.form-inline .form-control {
    width: 310px;

}

.dataTables_wrapper .dataTables_filter {
    color: #060;
    padding-top: 4px;
    height: 38px;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #E8F3DE;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
}

label > div#DataTables_Table_0_filter.dataTables_filter {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    color: #FFF;
    background-color: #060;
}

/*input {
    color: #060;
}*/


.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid #060;
    background: #E8F3DE;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #000 !important;
    border: 1px solid #979797;
    background-color: #FFF;

}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    min-width: 1.5em;
    display: inline-block;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    border-radius: 2px;
    border: 1px solid #060;
    background: #E8F3DE;
}


/* Voici notre composition pour les champs invalides */
/*input:invalid{
    border-color: #900;
    background-color: #FDD;
}

input:focus:invalid {
    outline: none;
}
*/
/* Voici la mise en forme pour les erreurs */

.error.active {
    width  : 100%;
    font-size: 70%;
    color: #900;

}

/*.active {
    background-color: #000099;
}*/

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #BFEC96;
}

.champVide{
    border-color: #900;
    background-color: #FDD;
}