#header{
	clip: rect(auto,auto,auto,auto);
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#header img{
	clip: rect(auto,auto,auto,auto);

}

#centre{
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;

	color: black;
	font-variant: normal;
	font-weight: normal;
	font-family: cursive;
	font-style: normal;

	width: 800px;  /* largeur obligatoire pour etre centre */
}

#centre_diaporama{
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;

	color: black;
	font-variant: normal;
	font-weight: normal;
	font-family: cursive;
	font-style: normal;

	width: 750px;  /* largeur obligatoire pour etre centre */
	height: 520px;  /* largeur obligatoire pour etre centre */
}

#centre img{
	border-style: solid;
	border-width: 1px;
	border-color: black;

	padding: 3px;
	margin-top: 30px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#liste_element {
	float:left;
	border-style: solid;
	border-width: 3px;
	border-color: #B8B8B8;

	background-color: #E8E8E8;
	text-align:center;

	margin-top: 30px;
	margin-right: 20px;
	margin-left: 20px;
	width: 300px;  /* La taille est importante (la moitie de la taille du container ) pour que le centrage soit effectif */
	position: relative; /* on positionne le conteneur */
}


#label_imge{
		color: blue;
}

#texte{
	margin-top: 0px;
  margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;  /* largeur obligatoire pour etre centre */
	color: black;
	
}

#texte_gros {
	margin-top: 20px;
  margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 750px;  /* largeur obligatoire pour etre centre */
	color: black;

	color: black;
	font-variant: normal;
	font-weight: normal;
	font-family: cursive;
	font-style: normal;
	font-size: large;

	text-align: center;

	padding: 3px;
}

#texte_bas_de_page {
	margin-top: 200px;
  margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 750px;  /* largeur obligatoire pour etre centre */
	color: black;

	border-style: solid;
	border-width: 0px;
	border-top-width: 1px;
	border-color: black;

	padding: 3px;
}

#wpja {
	margin-top: 200px;
  margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 750px;  /* largeur obligatoire pour etre centre */
	
	border: 0px solid yellow;
	
}

#wpja a{
	border: 0px solid yellow;
}

#wpja a:visited{
	border: 0px solid yellow;
}
#wpja a:active{
 border: 0px solid yellow;
}
#wpja a:hover{
	border: 0px solid yellow;
}
#wpja a:link{
	border: 0px solid yellow;
}


#texte_bas_de_page_no_top {
	margin-top: 15px;
  margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 750px;  /* largeur obligatoire pour etre centre */
	color: black;

	border-style: solid;
	border-width: 0px;
	border-top-width: 1px;
	border-color: black;

	padding: 3px;
}

#menu{
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}

#menu a{

  border: thin solid white; /* Cet bord invisible evite que tout se decale quand le bord a:hover apparait */

	margin-right: 15px;
	margin-left: 15px;

	color: black;
	font-variant: normal;
	font-weight: normal;
	font-family: cursive;
	font-style: normal;
	font-size: x-large;
	line-height: 100%;
	word-spacing: 1ex;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	text-indent: 0ex;
}

#menu a:hover{
	border: thin solid #CCCCCC;
}

#contact{
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 250px;  /* largeur obligatoire pour etre centre */
	text-align: center;
	font-weight: bold;
}

#contact img{
	border-style: solid;
	border-width: 1px;
	border-color: black;

	padding: 3px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

