#tout {
	
	margin: 0px 50px 50px 0px;   /* décalle haut, vers la droite, vers la gauche, vers le bas */
	min-width:450px;
	max-width:1400px;
	background: #2C2F22;
		}


body {
	color: #F0E39E;
	background: #2C2F22;  /* colorie le cadre autour du body (cadre extérieur) */
	}
	


		
a {
	color: orange;
}
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: 15px;
	margin-right: 15px;
   font-size: 100%;
   color: #fdd167;
}


h1
{
   color: #e5cf82;
   font-size: 140%;
   margin-left: 5px;
	margin-right:5px;
}

h2
{
   color: orange;
   font-size: 100%;
	margin-left: 5px;
	margin-right: 5px;
}

h3
{
   color: #e5cf82;
   font-size: 100%;
	margin-left: 5px;
	margin-right: 5px;
}

h4
{
   color: white;
   font-size: 120%;
	margin-left: 0px;
	margin-right: 0px;
}


/* En-tête */
#entete {
	padding: 0px 0px 0px 0px;
}


#navigation {
width: 100%;
margin: 0px 0px 0px 0px; 
}

