/* Pseudo-classes*/
a:link			{ color: rgb(0,0,255) }
a:visited		{ color: rgb(51,102,255); } 
a:hover			{ color: rgb(192,0,0);
							text-decoration: none; 
							background-color: #FFFF00; }
a:active 		{ color: rgb(128,0,128); }

/* wide scope styles */
.list 													/* Format général des listes */
	{
	letter-spacing: normal;
	word-spacing: normal;
	list-style-position: outside;
	line-height: 1.3;
	border: 0px none;
	bottom: 0mm;
	margin-top: 1mm;
	margin-bottom: 0mm;
	list-style-image: url('../w_theme_pic/nav_icon2.gif');
	list-style-type: disc;
	color: #333333;
	font-style: normal
}


/*Specific scope styles*/
table
{
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 9pt;
	table-border-color-light: rgb(202,202,202);
	table-border-color-dark: rgb(156,156,156); 
}
body
{
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 8pt;
	background-color: rgb(245,255,245);
	color: rgb(0,0,0)
}

h1, h2, h3, h4, h5, h6
{
	font-family: "Trebuchet MS", Arial Narrow, san-serif;
}

h1
{
	font-size: 250%;
	font-weight: bold;
	color: rgb(102,102,102);
}
h2
{
	font-weight: normal;
	font-size: 180%;
	color: rgb(128,128,0); 
}
h3
{
	font-size: 140%;
	color: rgb(128,128,0); 
}
h4
{
	font-size: 120%;
	color: rgb(128,128,0); 
}
h5
{
	font-size: 100%;
	color: rgb(204,204,102);
}
h6
{
	font-size: 75%;
	color: rgb(204,204,102);
}
 
 




