#tout {
	
	margin: 0px 0px 0px 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: 50px;
	margin-right: 50px;
   font-size: 95%;
   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: 15px;
	margin-right: 15px;
}

h4
{
   color: white;
   font-size: 120%;
	margin-left: 0px;
	margin-right: 0px;
}


/* En-tête */
#entete {
	padding: 1px 1px 1px 1px;
}


#navigation {
width: 100%;
margin: 0px 0px 0px 0px; 
}

/* effet hoover */

.zoom1 {
  height:70%;
   
}
.zoom1 p {
  text-align:center;
}

.zoom1 h3 {
  text-align:justify;
}



.zoom1 img {
  width:70%;
 
}
.zoom1 img:hover {
  width:100%;
  }