body
{
    font-family: arial, verdana, helvetica, sans-serif;
}

textarea
{
    font-family: Arial;
    font-size: 11px;
}

.frame
{
    border: solid thin #1300a5 1px;
    padding: 5px;
}

.imgButton
{
    cursor: hand;
}

INPUT.button
{
    text-align: center;
    font-family: Arial;
    font-weight: bold;
    font-size: 8pt;
    background-color: #FFFFFF;
    border-top: #411354 1px solid;
    border-bottom: #411354 1px solid;
    border-left: #411354 6px solid;
    border-right: #411354 6px solid;
    color: #411354;
    cursor: hand;
}

INPUT.menubutton
{
	text-align: center;
	text-decoration: none;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 150px;
	height: 20px;
	padding-top: 2px;
    border: #BCB5EF 1px solid;
    cursor: hand;
}

A.menubutton, A.menubutton:visited, A.menubutton:active
{
	margin:5px;
	padding:0;
	text-align: center;
	text-decoration: none;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
/*	background:url("../../images/global/item.gif");*/
	background-repeat:no-repeat;
	background-position: left;
    color: #411355;
}
A.menubutton:hover
{
	text-decoration: underline overline;
}

/********************
 *      SUBFORM     *
 ********************/
table.subform
{
    width: 100%;
    border: #411355 1px solid;
}
table.subformWithoutBorder
{
    width: 100%;
}
tr.subform
{
}

td.subform_left
{
    width: 25%;
    text-align: left;
    padding-right: 5px;
}

td.subform_right
{
}

td.subform_unique
{
}

/************
 * TABLEAUX *
 ************/

table.table-component
{
    border-color: Blue;
    border-style: solid;
    border: 0px;
    border-spacing: 0px;
}

tr.title
{
    background-color: #6356C4;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: medium;
    font-weight: bold;
    outline-color: White;
}

tr.categorie
{
    background-color: #ECEAF8;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
}

.maxwidth
{
    width: 768px;
}

.halfwidth
{
    width: 384px;
}

.quarterwidth
{
    width: 192px;
}
.txtCount {
	font-size:10px;
	color: #000000;
}

.txtCountOut {
	font-size:10px;
	color: Firebrick;
}