/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

/*.TitreContenu {
    COLOR: #E19A00;
	FONT-SIZE:	16;
	FONT-WEIGHT: bold;
}*/

.Copyright {
	FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10;
	COLOR: #000000;
	TEXT-ALIGN: center;
	VERTICAL-ALIGN: middle;
}

P {
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12;
}

TABLE {
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12;
}

TABLE.TightTable {
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	border: none;
}

TABLE.TightTable TD 
{
	margin: 0px;
	padding: 0px;
}


H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #E19A00;
}


H1	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	1.5em;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: 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;
	}	
		
H3	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	1.3em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: 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: 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: 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;
	}	
	


A:link	{	
	text-decoration:	none;
	color:	#177029;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#177029;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#E19A00;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#E19A00;
	}


BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	
UL 
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12;
}

UL LI	{	
	list-style-type:	square ;
	padding-bottom: 1.5ex;
	}	

UL LI LI	{	
	list-style-type:	disc;
	padding-bottom: 0ex;
	}	

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;
	}

IMG.TightImg {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-style: none;
}

IMG.BorderTightImg {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-style: solid;
}

.SubMenuContent {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11;
	margin-top: 3px;
	margin-left: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	line-height: 12pt;
}

A.SubMenu:link	{	
	text-decoration:	none;
	color:	#E19A00;
	}	
		
A.SubMenu:visited	{	
	text-decoration:	none;
	color:	#E19A00;
	}	
		
A.SubMenu:active	{	
	text-decoration:	none;
	color:	#177029;
	}	
		
A.SubMenu:hover	{	
	text-decoration:	underline;
	color:	#177029;
	}
	
.NewsTicker 
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 0.8em;
}