BODY 
{
	font			 : 8pt tahoma;
	text-align		 : justify;
	background-color 	 : rgb(255,255,255);
	color			 : rgb(0,0,0);
	margin-left		 : 0;
	margin-right		 : 0;
	margin-bottom		 : 0;
	margin-top		 : 0; 
	padding-left		 : 3px;
	padding-right		 : 3px;
	padding-bottom		 : 3px;
}

H3	 	
{
	font			: 8pt tahoma;
	font-weight		: bold; 
	color			: #FFCC00; 
	background-color	: #0083C9;
	margin			: 0px -5px 5px -5px;
	padding			: 8px; 
}

P
{
	text-align		: justify;
	margin-top		: 5px;
	margin-left		: 5px;
	margin-right		: 5px;	
	margin-bottom		: 5px;
}

UL 		
{
	list-style-position	: outside;
	list-style-type		: square;
	margin-top		: 0px;
	margin-bottom		: 0px;
	margin-left		: 15px;
	margin-right		: 15px;
}

UL LI
{
	margin-left		: 5px;
	margin-right		: 5px;
	margin-bottom		: 5px;
}

TABLE
{
	border-style		: solid; 
	border-width		: 0; 
	padding			: 0; 
}

TH
{
	font			: 8pt tahoma;
	font-weight		: bold; 
	text-align		: center;
	border-bottom		: 1px solid black;

}

TD		
{
	font			: 8pt tahoma;
	text-align		: center;
}

IMG
{
	margin-right		: 2px;
}

HR			
{
	color			: #999999; 
	height			: 1px;
}
B
{
	margin-right		: expression(((innerText != "Remarque") && (innerText != "Avertissement") && (innerText != "Important")) ? 0 : 4);
}

A:link
{
	color			: black;
}


A:visited
{
	color			: black;
}

A:hover
{
	color			: rgb(0, 51, 153);
} 

A:active
{
	color			: black;
}

