﻿/*
    ALTERNANCE COULEURS LIGNES    
*/
tr.odd
{
    background-color: #FFFFFF;
}

tr.even
{
    background-color: #eaeaea;
}

.odd:hover, .even:hover
{
    background-color: #a5d768;
    color: #FFFFFF !important;
}

    .odd:hover span, .even:hover span
    {
        color: inherit; /*#FFFFFF !important;*/
    }

.even form, .odd form
{
    width: auto !important;
}

/*
    STYLE TD
*/
.etiquette0
{
    display: block;
    font-weight: bold;
    color: #808080;
    padding: 3px 0 2px 2px;
    font-size: 14px;
}

    .etiquette0 a
    {
        color: inherit;
        text-decoration: none;
    }

        .etiquette0 a:hover
        {
            color: inherit;
            text-decoration: underline;
        }

.etiquette1
{
    display: block;
    color: #808080;
    padding: 0px 0 2px 2px;
    font-size: 12px;
}

.etiquette2
{
    display: block;
    color: #000000;
    padding: 0px 0 2px 2px;
    font-size: 11px;
}

.etiquette3
{
    display: block;
    color: #000000;
    padding: 0px 0 2px 2px;
    font-size: 10px;
}

/*
    LIENS in table
*/

.datatableLink {
    font-weight: bold;
    color: #e8a206;
    text-decoration: none;
}

    .datatableLink:hover
    {
            color: #2F73BE!important;
            text-decoration: underline;
    }


.dataTables_users {
    background-image: url("images/f_user.png");
    background-repeat: no-repeat;
    background-size: contain;
}