﻿/* DEFAULTS */
body
{
    margin: 0px;
    font-family: Verdana;
    font-size: 10px;
}

*
{
    font-size: 10px;
    font-family: Verdana;
}

a
{
    text-decoration: none;
    color: #990000;
    font-size: 10px;
}

a:visited
{
    text-decoration: none;
    font-size: 10px;
}

a:hover
{
    text-decoration: underline;
    font-size: 10px;
}

img
{
    border: 0px;
}




.Validator1
{
    color: red;
    font-weight: bold;
}
.HdCommissionDetail
{
    background-color: #cccccc;
    font-weight: bold;
}

.PetiteTableNoire
{
    font-size: xx-small;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC;
    border-right-color: #CCCCCC;
    border-top-width: 1;
    border-bottom-width: 1;
    border-left-width: 1;
    border-right-width: 1;
    padding: 0 0 0 0;
    white-space: nowrap;
}

.PetiteTableNoireIE
{
    font-size: xx-small;
    border-style: ridge;
    padding: 0 0 0 0;
}

.PetitTitre
{
    font-size: xx-small;
    font-weight: bold;
    white-space: nowrap;
    background-color: #CCCCCC;
}

.NonVisible
{
    visibility: hidden;
}

.Visible
{
    visibility: visible;
}

.GridInvisible
{
    visibility: hidden;
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
    border-left-style: none;
}

.GridInvisible2
{
    visibility: hidden;
    background-color: #CCCCCC;
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
    border-left-style: none;
}
.LabelAssociation
{
    font-size: xx-small;
    color: Red;
    font-style: italic;
}
