.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: 1px solid black;
border-radius :  10px;
margin-bottom :10px;
background-color: #FD6C9E;
}

.image_centree{
  width : 50%;
  height : 50%;
  border: 10px #FD6C9E; solid; 
  text-align: center;
   margin-left: auto;
   margin-right: auto;
   } 

a:hover {
color: red;
}

a:visited {
color: #FD6C9E;
}

a:focus {
color: black;
  background: black;
}

body {
background-color:#F2D0CF
 }

