

body {
	color: #F0E39E;
	background: #2C2F22;  /* colorie le cadre autour du body (cadre extérieur) */
	}
	


		
a {
	color: #fdd167;
	font-size: 110%;
}
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*/
{
   margin-left: 0px;
	margin-right: 20px;
   font-size: 90%;
   color: #fdd167;
   text-align: center;
}


h1
{
   color: #e5cf82;
   font-size: 100%;
   margin-left: 0px;
	margin-right:0px;
	text-align:center;
}

h2
{
   color: orange;
   font-size: 100%;
   margin-top:20px;
	margin-left: 10px;
	margin-right: 10px;
	text-align:center;
}

h3
{
   color: #fdd167;
   font-size: 100%;
	margin-left: 10px;
	margin-right: 10px;
}

h4
{
   color: white;
   font-size: 100%;
	margin-left: 10px;
	margin-right: 10px;
}


/* En-tête */
#entete {
	padding: 0px 0px 0px px;
}


#navigation {
width: 100%;
margin: 0px 0px 0px 0px; 
}
