/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

/*H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
*/


A:link	{
	text-decoration: none;
	color: #3333cc;
	font-size: 12;	
}	
		
A:visited	{	
	text-decoration:	none;
	color:	#3333cc;
	font-size: 12;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#3333cc;
	font-size: 12;
	}	
		
A:hover	{
	text-decoration: underline;
	color: #8B0000;
	font-size: 12;
}

.menu:link {
	color: #FFFFFF;
	text-decoration: none;
}
.menu:visited { color:#FFFFFF; text-decoration:none}
.menu:hover { color:#E08731; text-decoration:underline; cursor:hand;}
.menu:active { color:#FFFFFF; text-decoration:none}

.lienblack:link {
	color: #000000;
	text-decoration: none;
}
.lienblack:visited { color:#000000; text-decoration:none}
.lienblack:hover { color:#000000; text-decoration:underline; cursor:hand;}
.lienblack:active { color:#000000; text-decoration:none}
	
/*
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

/*IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
	*/
.bouton {
	background-color: #100E19;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	color: #E08731;
	font-family: verdanna;
	font-size: 12px;
	font-weight: bold;
     height:20;
	
}

.firstCol, .grid 
{
	font-size:10pt;
	text-align:center;
	
}

.firstCol 
{
	
	font-weight:bold;
	background-color:#B9A07C;
	font-family:Arial;
		text-align:center;															
}

.grid
{
	background-color: #E08731;
	border-color: black;
	padding: 3;
	border-spacing: 0;
	color: black;
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	text-align:center;
	
}

.headerDataGrid , .columnDataGrid , .altColumnDataGrid, .LeftcolumnDataGrid, .LeftaltColumnDataGrid,.RightheaderDataGrid,.LeftheaderDataGrid
{
	text-align:center;
	font-size: 10pt;
	font-family: Arial;	
	font-weight: bold;
	width:150px
}	

.intermediaireDataGrid
{
	text-align:center;
	font-size: 10pt;
	font-family: Arial;	
	font-weight: bold;
	background-color:#E08731;
	text-align:center;
}	
.headerDataGrid
{
	background-color:#E08731;
	
}
.RightheaderDataGrid
{
	border-right-width:5; 
	
}
.LeftheaderDataGrid
{
	border-left-width:5;
	
	 
}
.columnDataGrid,.LeftcolumnDataGrid
{
	background-color:#FFFFFF;
	
}
.LeftcolumnDataGrid
{
	border-left-width:2; 
	
}
.altColumnDataGrid, .LeftaltColumnDataGrid
{
	background-color:#CCCCCC;
	
	border-right-color:#FFFFFF;
	
}
.LeftaltColumnDataGrid
{
	border-left-width:2; 
	
	
}
.maxBonus
{
	font-weight: bold;
	text-decoration: non;
	color:black;
	background:yellow; 
	text-align:center;
	font-size: 10pt;
	font-family: Arial;
}

.maxBonusTot
{
	font-weight: bold;
	text-decoration: non;
	color:white;
	background:green; 
	text-align:center;
	font-size: 10pt;
	font-family: Arial;
}
.minBonus
{
	font-weight: bold;
	text-decoration: none;
	font-size: 10pt;
	font-family: Arial;	
	color:blue;
	background:red; 
	width: 4px;
}
.sautLigne
{
	color:white;
	background:white;
	border-color:White;
}
