
body {
	color: black;
	background: black;  /* colorie le cadre autour du body (cadre extérieur) */
	}
	
table {border: none;
color: black;
width: 100%;}

		
a {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	color: orange;
	font-size: 90%;
}
a:hover {
		color: black;
		background: orange;
		}


p /* le p et ce qui suit sert àdéfinir les polices à paramétrer pour les tites, etc... signifie que les bloks auront 65% de large et le blok s'adaprera en hauteur automatiquement*/
{
   font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
   margin-left: 4px;
	margin-right: 10px;
   font-size: 90%;
   color: #fdd167;
   text-align: justify;
}


h1
{
   font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
   color: orange;
   font-size: 100%;
   margin-left: 0px;
	margin-right:0px;
	text-align:left;
}

h2
{
   font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
   color: #fdd167;
   font-size: 90%;
   margin-top:0px;
	margin-left: 2px;
	margin-right: 4px;
	text-align:justify;
}

h3
{
   font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
   color: orange;
   font-size: 70%;
	margin-left: 2px;
	margin-right: 4px;
	text-align: justify;
}

h4
{
   color: black;
   font-size: 1%;
	margin-left: 1px;
	margin-right: 1px;
}


/* En-tête */
#entete {
	padding: 0px 0px 0px px;
}


#navigation {
width: 85%;
margin: 75px 0px 0px 50px; 
}

