body
{
    font-family: Verdana, Arial, Helvetica;
    margin: 0;
    padding: 0;	
}

textarea
{
    font-family: Arial;
}

label.EngineResultPager
{
    font-family:Verdana,Arial; 
    font-size:8pt; 
    color:#666666; 
    white-space: nowrap
}

.frame
{
    border: solid thin #1300a5 1px;
    padding: 5px;
}

.imgButton
{
    cursor: hand;
}

INPUT.button
{
    text-align: center;
    font-size: 14px;    
    background: transparent url(../../Images/Buttons/Button.png) no-repeat;
    color: #FFFFFF;
    cursor: pointer;
	height:28px;
	width:150px;
	border:none;
}

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%;
    
}
table.subformWithoutBorder
{
    width: 100%;
}
tr.subform
{
	background-color:#EEEEEE;
}

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: 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: 728px;
}

.halfwidth
{
    width: 364px;
}

.quarterwidth
{
    width: 182px;
}
.txtCount {
	font-size:10px;
	color: #000000;
}

.txtCountOut {
	font-size:10px;
	color: #B22222; /*Firebrick*/
}



#menu ul
{
	list-style-type: none;
	width: 740px;
	height: 30px;
	background:transparent url("../../Images/Buttons/Menu.png") no-repeat 0 0;
	margin:0;
	padding:0;
}

#menu li
{
	float: left;
}

.RealMenu
{
	float: left;
	width: 185px;
	text-align: center;
	padding-top: 7px;
	color: #C2C2C2;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
	font-size: 12px !important;
	font-weight: normal !important;
	border: 0;
	cursor: pointer;
}