/* Default CSS Stylesheet for a new Web Application project */
/* Public*/

BODY
{
	font-weight: normal;
	font-size: 0.8em;
	word-spacing: normal;
	text-transform: none;
	color: #000040;
	background-repeat: repeat;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #ffffff;
}

.BODY_HomePage
{
	font-weight: normal;
	font-size: 0.8em;
	word-spacing: normal;
	text-transform: none;
	color: white;
	background-repeat: repeat;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #000000;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #000040;
}
H1	{	
	font-family: Arial, Verdana, 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: Arial, Verdana, 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: Arial, Verdana, 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: Arial, Verdana, 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, Verdana, 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, Verdana, 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
{
	color:#FF0921;
	font-family: Arial, Verdana;
    font-weight: bold;
	text-decoration: none;
}	
		
A:visited	{	
	color:#FF0921;
	font-family: Arial, Verdana;
    font-weight: bold;
	text-decoration: none;
	}	
		
A:active
{
	color:#FF0921;
	font-family: Arial, Verdana;
    font-weight: bold;
	text-decoration: none;
}	
		
A:hover	{	
	color:#666666;
	font-weight: bold;
	font-family: Arial, Verdana;
    font-weight: bold;
	text-decoration: none;
	}
	
HR	
{
	color:#DDDDDD;
}
	
TD
{
	font-size:10pt;
}
	
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: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}

.wMenu_TD
{
  font-size: 10pt;
  text-align:center;
  color:#FF0921;
  background-color:#EEEEEE;
  width:90pt;
}

.wMenu_TD_Sel
{
  font-size: 10pt;
  font-weight: bold;
  text-align:center;
  color:#000000;
  background-color:#DDDDDD;
  width:90pt;
}

.wYearMenu_TD
{
  font-size: 9pt;
  text-align:center;
  width:45px;
  color:#FF0921;
  background-color:#EEEEEE;
}

.wYearMenu_TD_Sel
{
  font-size: 9pt;
  font-weight: bold;
  text-align:center;
  color:#000000;
  width:45px;
  background-color:#DDDDDD;
}

.wInfoMenu_TD
{
  font-size: 8pt;
  text-align:center;
  color:#FF0921;
  background-color:#EEEEEE;
}

.wInfoMenu_TD_Sel
{
  font-size: 8pt;
  font-weight: bold;
  text-align:center;
  color:#000000;
  background-color:#DDDDDD;
}

.wCalendar_TD_Jrs
{
  font-size: 12pt;
  text-align:center;
  width:32px;
  height:31px;
  color:#000000;
  background-color:#FFFFFF;
}

.wCalendar_TD
{
  font-size: 16pt;
  text-align:center;
  color:#FF0921;
  width:40px;
  background-color:#FFFFFF;
}

.wCalendar_TD_Out
{
  font-size: 16pt;
  text-align:center;
  width:40px;
  color:#CCCCCC;
  background-color:#FFFFFF;
}

.wCalendar_TD_Sel
{
  font-size: 16pt;
  font-weight: bold;
  text-align:center;
  color:#000000;
  width:40px;
  background-color:#FFFFFF;
}

.wTABLE
{
	
  TABLE-LAYOUT:fixed;
  BORDER-COLLAPSE:collapse;
	BORDER-RIGHT: #AABBCC 1pt solid; 
	BORDER-TOP: #AABBCC 1pt solid; 
	BORDER-LEFT: #AABBCC 1pt solid; 
	BORDER-BOTTOM: #AABBCC 1pt solid; 
	PADDING-RIGHT: 0.5px; 
	PADDING-TOP: 0.5px; 
	PADDING-LEFT: 0.5px; 
	PADDING-BOTTOM: 0.5px; 
	FONT-SIZE: 8pt; 
	FONT-STYLE: normal; 
	WHITE-SPACE: nowrap; 
	VERTICAL-ALIGN:middle; 
	TEXT-ALIGN: center; 
}

.wTD_Date 
{
	font-size:8pt;
}

.wTD_Lieu 
{
	width:100;
	font-size:7.5pt;
}

.wTD_Item 
{
	BORDER-RIGHT: #ffffff 0.5pt solid; 
	BORDER-TOP: #ffffff 0.5pt solid; 
	BORDER-LEFT: #ffffff 0.5pt solid; 
	BORDER-BOTTOM: #ffffff 0.5pt solid;
	font-family:Wingdings 2;
	color: Green;
	
}

.wTD_TB_Color
{
	BORDER-RIGHT: #ffffff 0.5pt none; 
	BORDER-TOP: #ff6600 0.5pt solid; 
	BORDER-LEFT: #ffffff 0.5pt none; 
	BORDER-BOTTOM: #ff6600 0.5pt solid;
	width:100;
	font-size:5pt;
}

.wLink
{
	font-weight: normal;
	font-size: 7.5pt;
}



a {text-decoration: none;
color: black;
color: #222;
}

