body
{
    font-family: Verdana, Arial, Helvetica;
}

textarea
{
    font-family: Arial;
}

.frame
{
    border: solid thin #1300a5 1px;
    padding: 5px;
}

.imgButton
{
    cursor: hand;
	height:26px;
}

INPUT.button
{
    color:	#002A6F;
    cursor: hand;
    height:26px;

}

INPUT.menubutton
{
	text-align: center;
	text-decoration: none;
	font-family: Arial, 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, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background:url("images/item.gif");
	background-repeat:no-repeat;
	background-position: left;
    color: #411355;
}
A.menubutton:hover
{
	text-decoration: underline overline;
}

/********************
 *      SUBFORM     *
 ********************/
table.subform
{
    width: 100%;
    border: #002A6F 2px solid;
}
table.subformWithoutBorder
{
    width: 100%;
}
tr.subform
{
}

td.subform_left
{
    width: 25%;
    text-align: right;
    padding-right: 5px;
}

td.subform_right
{
}

td.subform_unique
{
}

/************
 * TABLEAUX *
 ************/

table.table-component
{
    border-color: Blue;
    border-style: solid;
    border:0;
    border: 0px;
    border-spacing: 0px;
}

tr.title
{
    background-color: #6356C4;
    font-family: Verdana, Arial, Helvetica;
    font-size: medium;
    font-weight: bold;
    outline-color: White;
}

tr.categorie
{
    background-color: #ECEAF8;
    font-family: Verdana, Arial, Helvetica;
    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;
}