.texte { font-size: 25px;
 text-align: center;
padding :  15px;
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: #FF00A6;
}

.image_centree{
  width :25% ;
  height : 25%;
  border: 1px #23282d solid; 
  text-align: center;
   margin-left: auto;
   margin-right: auto;
   } 

a:hover {
color: black;
}

a:visited {
color: grey;
}

a:focus {
color: gray;
  background: purple;
}

body {
	background-color: #fec1ea;
}