body{
	padding-bottom: 40px;
	background-image: url(../images/entete2.png);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	overflow-x: hidden; 
}

.image_full{
   display:block;
  }

 .image_mobile{
  display:none;
 }

@media (max-width: 640px) and (min-width: 320px){
  .image_full{
   display:none;
  }

  .image_mobile{
   display:block;
  }
}

h1{
	color: white;
	font-size: 19px;
	text-align: center;
	padding-top: 15px;
	margin-left: 30%;
	margin-right: 30%;
	margin-bottom: 20px;
	border: 3px  #FFFFFF;
	width: 40%;
	height: 50px;
	background-color: #09A4E1;
	border-radius: 7px;
}

h2{
	text-align: center;
	padding-top: 15px;
	margin-left: 30%;
	margin-right: 30%;
	margin-bottom: 20px;
	border-radius: 7px;
}



h2.titre{
	color: white;
	font-size: 19px;
	text-align: center;
	border: 3px  #FFFFFF;
	width: 40%;
	height: 50px;
	background-color: #09A4E1;
}

h2.message{
	color: #09A4E1;
	font-size: 15px;
	text-align: center;
}
