﻿.tableFsv
{
    width:100%;
}
.tableFsv td:first-child
{
    text-indent:15px;
}
.tableFsv td:first-child *
{
    text-indent:0px;
}

.tableFsv tr.trEnteteFsv
{
    height:43px;
    background:url('/App_Themes/Fsv_Commun/Tableaux/Images/titre_filler.png') repeat-x top left;
}
.tableFsv tr.trEnteteFsv td
{
    font-family:'LatoBold', Sans-Serif;
    padding: 0px 5px 0px 5px;
    height:38px;
}


.tableFsv tr.trResultatFsv
{
    height:30px;
    background:url('/App_Themes/Fsv_Commun/Tableaux/Images/line_filler.png') repeat-x bottom left;
}
.tableFsv tr.trOdd:nth-child(odd)
{
     background: #e3e1e2;
}
.tableFsv tr.trResultatFsvGris
{
    height:30px;
    background: #e3e1e2;
}

.tableFsv tr.trResultatFsv td,
.tableFsv tr.trResultatFsvGris td
{
    font-family:'LatoRegular', Sans-Serif;
    height:30px;
    padding:0px 5px 0px 5px;
    border-left:1px solid #b9b9b9;
    border-bottom:1px solid #b9b9b9;
}
.tableFsv tr.trResultatFsv td:last-child,
.tableFsv tr.trResultatFsvGris td:last-child
{
    border-right:1px solid #b9b9b9;
}

.tableFsv tr.trTotalFsv
{
    height:30px;
    background:url('/App_Themes/Fsv_Commun/Tableaux/Images/total_filler.png') repeat-x top left;
}
.tableFsv tr.trTotalFsv td
{
    font-family:'LatoBold',sans-serif;
    padding: 0px 5px 0px 5px;
    color:#fff;
}

