A:link, A:visited, A:active 
	{ 
	text-decoration: none ;
	color: #00A800	
	} <!-- Pour enlever le fait de souligner les liens -->

A:hover 
	{
    text-decoration: underline
	}

body
	{
  	margin: 0px ;
	color: #003300;
	//Assenseur en couleur
	scrollbar-arrow-color:#000099;
	scrollbar-base-color:#000000;
	scrollbar-face-color:#009933;
	}

body, p, td, li {
	font-family: Trebuchet MS, Verdana , Sans Serif ;
	font-style: Normal ;
	font-size: 11pt ;
	color: #003300
}

p {
	margin-top: 0px ;
	margin-bottom: 20px;
	color: #003300
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, Sans Serif ;
	margin-top: 6px ;
	margin-bottom: 3px ;
	font-size : 10px;
	text-align: justify;
	color: #003300
}

h1 {
	font-size : 20px;
	color: #003300
}

h2 {
	font-size : 14px;
	color: #003300
}


h3 {
	font-size : 20px;
	color: #003300
}

.cssTableTitle { 
	background-color: #05A7DD ; 
	CELLPADDING=5 ; 
	CELLSPACING=0 ;
	BORDER=0 ;
	color: #003300
	width: 100%;
}
