BODY
{
    font-family: Arial;
    font-size: 11px;
    margin: 0px;
    color: #555555;
    /*font-weight: lighter;*/
}
.win_titre
{
    font-family: Arial;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}
.win_section
{
    font-family: Arial;
    font-size: 12px;
    color: #444444;
    font-weight: bold;
}
.win_option
{
    font-family: Arial;
    font-size: 11px;
    color: #555555;
    font-weight: bold;
}
.win_erreur
{
    font-family: Arial;
    font-size: 11px;
    color: #C41A1A;
}
/*
Enleve bordure sur les dock, ainsi que les scrolls
*/
.rdTopBorder, .rdSideBorders, .rdBottomBorder
{
    border-width: 0px !important;
}
/*
cache les td pour coin rond, espace de trop
*/
.rdLeft, .rdRight, .rdBottom, .rdTop
{
    display: none;
} 
