body
{
    font-family: Verdana, Arial, Helvetica;
}

textarea
{
    font-family: Arial;
}

.frame
{
    border: solid thin #1300a5 0px;
    padding: 5px;
    background-color: #F2F4F7;
}

.imgButton
{
    cursor: hand;
}

INPUT.button
{
    text-align: center;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 8pt;
    background-color: #efedff;
    border-top: #BCB5EF 1px solid;
    border-bottom: #BCB5EF 1px solid;
    border-left: #BCB5EF 6px solid;
    border-right: #BCB5EF 6px solid;
    color: #1300A5;
    cursor: hand;
}

INPUT.menubutton
{
    text-align: center;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 8pt;
    background-color: #efedff;
    border: #BCB5EF 1px solid;
    color: #1300A5;
    cursor: hand;
}


/********************
 *      SUBFORM     *
 ********************/
table.subform
{
    width: 100%;
}

tr.subform
{
}

td.subform_left
{
    width: 100px;
    background-color: #F2F4F7;
    text-align: right;
}

td.subform_right
{
    width: 400px;
}

td.subform_unique
{
}

/********************
 *       TAB        *
 ********************/

.tabback
{
    background-image: url( '../../Images/Tab/Back.gif' );
    font-family: Arial;
    font-weight: bold;
    font-size: 11px;
    background-color: #eceaf8;
}
.tab-off
{
    background-image: url( '../../Images/Tab/Bottom_Off.gif' );
    font-family: Arial;
    font-weight: bold;
    font-size: 11px;
    background-color: #eceaf8;
    color: #5B51A3;
}
.tab-on
{
    background-image: url( '../../Images/Tab/Bottom_On.gif' );
    font-family: Arial;
    font-weight: bold;
    font-size: 11px;
    background-color: #eceaf8;
    color: #1300A5;
}



/************
 * TABLEAUX *
 ************/

table.table-component
{
    border-color: Blue;
    border-style: solid;
    border: 0px;
    border-spacing: 0px;
}

tr.title
{
    background-color: #6356C4;
    font-family: Verdana;
    font-size: medium;
    font-weight: bold;
    outline-color: White;
}

tr.categorie
{
    background-color: #ECEAF8;
    font-family: Verdana;
    font-size: small;
    font-weight: bold;
}

.maxwidth
{
    width: 768px;
}

.halfwidth
{
    width: 384px;
}

.quarterwidth
{
    width: 192px;
}
