body { 
	font-family: Arial;
	font-size: 14px;
	color: #003300;
	text-align: justify;
}

a { color: #006600; 
}

a:hover { text-decoration: underline;
	color: #009900;
}

a:visited { color: #003300;
}



/* titre de page */
h1
{
   font-family: Arial;
   font-size: 20px;
   color: #003300;
   text-align: center;
   font-weight: bold;
   text-decoration: underline;
}

/* sous-titre */
h2
{
	font-family: Arial;
	font-size: 16px;
	color: #003300;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
}
/* texte */
h3
{
	font-family: Arial;
	font-size: 14px;
	color: #003300;
	font-weight: normal;
	text-align: justify;
	text-indent: 40px;
}

/* tableau entrée 1 */
h4
{
	font-family: Arial;
	font-size: 16px;
	color: #003300;
    font-weight: bold;
	text-align: left;
}
/* tableau entrée 2 */
h5
{
	font-family: Arial;
	font-size: 16px;
	color: #003300;
    font-weight: bold;
	text-align: center;
}
/* tableau valeurs */
h6
{
	font-family: Arial;
	font-size: 14px;
	color: #003300;
    font-weight: bold;
	text-align: center;
}


