body
{
    margin: 0;
    padding: 0;
}
*
{
    font-family: Helvetica,Arial;
    font-size: 16px;
}

small
{
    font-size: 12px !important;
}

#head
{
    width: 100%;
    background-color: #acacac;
}
.by_newbrain
{
    position: relative;
    top: 9px;
    left: -6px;
    font-size: 9px;
    color: #e8e8e8;
}

#table_widget tr td, #table_widget tr td a, .a_widget
{
    font-size: 12px;
    cursor: hand;
    color: #f0f0f0 !important;
}
#table_widget tr td img, .a_widget img
{
    width: 24px;
    padding: 2px;
    border-radius: 5px;
    position: relative;
    top: 2px;
}

#menu_1
{
    top: 36px;
    background-color: #e8e8e8;
    height: 60px;
    width: 100%;
}
#menu_1 table
{

}
#menu_1 table tr td a
{
    cursor: default;
    color: #FF644E;
    text-decoration: none;
}
#menu_1 table tr td a:hover
{
    color: #bF240a;
}
#menu_1 table tr td a img
{
    float: left;
    margin-top: 12px;
    height: 42px;
    position: relative;
    top: -4px;
    margin-left: 8px;
}
#menu_1 table tr td a span
{
    position: relative;
    top: 17px;
}
#menu_1 table tr td:nth-last-child(1) a span
{
    margin-right: 12px;
}

#menu_1_blanc
{
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 9px
}
#menu_1_blanc span
{
    position: relative;
    top: 0px;
    font-size: 20px
}

#div_onglets_exports
{
    margin-top: 12px;
    background-color: #fff;
    border-bottom: solid 1px #cacaca;
}
#div_onglets_exports span
{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    background-color: #cacaca;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    height: 30px;
    margin-left: 9px;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius:5px;
}

a, a b
{
    color: #FF644E !important;
    text-decoration: none;
}
a:hover, a b:hover
{
    color: #bF240a !important;
    text-decoration: none;
}

#iframe_widget
{
    display: none;
    position: fixed;
    top: 36px;
    left: 0;
    width: 100%;
    height: calc(100vh - 50px); /* Full height minus 50px */
    border: none;
    _opacity: .95;
}
#div_fermer_widget
{
    display: none;
}
