#filtres_1
{
    height: 44px;
    background-color: #f8f8f8;
    padding-right: 12px;
}
#filtres_1 table tr td
{
    padding-left: 12px;
    padding-top: 8px;
}
#filtres_1 table tr td *
{
    color: #444;
}

#filtres_1 table tr td select, #filtres_1 table tr td input
{
    border-color: #444;
    border-radius: 3px;
}

#div_q
{
    width:97%;
    margin-top: 12px;
    margin-left: 12px;
    margin-right: 12px;
    background-color: #bababa;
    height: px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px
}

#q
{
    margin: 6px;
    margin-bottom: 5px !important;
    height: 24px;
    width: 98%;
    border-width: 0;
    bborder: solid 1px #bbb;
    border: solid 1px #999 !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-family: "Courier New",courier;
    font-weight: bold;
    color: #000;
    outline: none;
}

#main_liste
{
    width:97%;
    margin-left: 12px;
    margin-right: 12px;
    height: 300px;
    overflow: auto;

}
#main_liste table
{
    width: 100%;
}
#main_liste table tr td
{
    color: #333;
    padding: 10px;
    padding-right: 24px !important;
    border: transparent 1px;
    cursor: default;
}
#main_liste table tr th
{
    text-align: left;
    font-weight: normal;
    color: #fff;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 8px;
    background-color: #bababa !important;
    bborder-top: solid 1px #f0f0f0;
}
#main_liste table tr td:nth-child(1)
{
    color: #000 !important;
}
#main_liste table tr td:nth-last-child(1)
{
}
#main_liste table tr:nth-child(even) td
{
    background-color: #fafafa;
    border: solid 1px #fafafa;
}
#main_liste table tr:nth-child(odd) td
{
    background-color: #f0f0f0;
    border: solid 1px #f0f0f0;
}


#main_liste table tr:hover td
{
    border-top: dashed 1px #bababa;
    border-bottom: dashed 1px #bababa;
}
#main_liste table tr:hover td:nth-child(1)
{
    border-left: dashed 1px #bababa;
}
#main_liste table tr:hover td:nth-last-child(1)
{
    border-right: dashed 1px #bababa;
}


#main_liste table tr.liste_actif td, #main_liste table tr.liste_actif:hover td
{
    border-top: dashed 1px #FF644E !important;
    border-bottom: dashed 1px #FF644E !important;
}
#main_liste table tr.liste_actif td:nth-child(1), #main_liste table tr.liste_actif:hover td:nth-child(1)
{
    border-left: dashed 1px #FF644E !important;
}
#main_liste table tr.liste_actif td:nth-last-child(1), #main_liste table tr.liste_actif:hover td:nth-last-child(1)
{
    border-right: dashed 1px #FF644E !important;
}
