.champ_email
{
    margin-left: 32px;
    width: 300px;
}

.form_envoyer_email
{
    position: relative;
    top: -2px;
    width: 350px;
    font-family: "Courier New",courier;
    font-weight: bold;
}
.form_envoyer_email_def
{
    font-style:italic;
    color: #666;
    font-family: inherit !important;
    font-weight: normal !important;
}

#form_envoyer_email
{
    position: relative;
    top: 15px;
}
#confirm_envoyer_email
{
    position: relative;
    top: 16px;
}

#table_liste_exports
{
    width: 100%;
}
#td_liste_exports
{
    border-right: solid 1px #f8f8f8;
    background-color: #e8e8e8;
    font-size: 12px;
    min-width: 136px;
}
#td_liste_exports a
{
    cursor: default;
    clear: both;
    display: block;
    padding: 8px;
    font-size: inherit;
    white-space: nowrap;
    color: #555 !important;
}
#td_liste_exports a:hover
{
    color: #000 !important;
//    background-color: #f4f4f4;
}
#td_liste_exports a.on
{
    color: #444 !important;
    background-color: #fff;
}
#td_liste_exports a.on:hover
{
    color: #444 !important;
}
#td_liste_exports a img
{
    width: 20px;
    position: relative;
    top: -2px;
}
#td_i_devis_pdf
{
    width: 100%;
}