.texte { font-size: 15px; 
 text-align: center;
padding :  5px;
margin-bottom :10px;
}

.cadre { font-size: 20px;
  font-weight:bold;
padding :  5px;
text-align: center;
border: 2px solid black;
border-radius :  10px;
margin-bottom :10px;
background-color: #FFD6F4;
}
.image_centree0{
  width : 50%;
  height : 30%;
  text-align: center;
   margin-left: auto;
   margin-right: auto;
   } 
.image_centree1{
  width : 50%;
  height : 10%;
  text-align: center;
   margin-left: auto;
   margin-right: auto;
   } 
.image_centree2{
  width : 20%;
  height : 10%;
  text-align: center;
   margin-left: auto;
   margin-right: auto;
   } 
.image_centree3{
  width : 50%;
  height : 30%;
  text-align: center;
   margin-left: auto;
   margin-right: auto;
   } 
.image_centree4{
  width : 50%;
  height : 30%;
  text-align: center;
   margin-left: auto;
   margin-right: auto;
   } 


body {background-color: #D7E9FF;
	}




a:hover {
color: pink;
}

a:visited {
color: purple;
}

a:focus {
color: yellow;
  background: gray;
}
