.texte { font-size: 55px; 
  color:#001bff;
 text-align: center;
padding :  10px;
margin-bottom :100px;
}

.cadre { font-size: 20px;
  font-weight:bold;
padding :  10px;
text-align: center;
border: 3px solid black;
border-radius :  5px;
margin-bottom :10px;
background-color:#2AE8D1;
}
.image_centree{
  width : 50%;
  height : 100%;
  border: 1px #2AE8D1 solid; 
  text-align: center;
   margin-left: auto;
   margin-right: auto;
   } 

a:hover {
color: blue;
}

a:visited {
color: purple;
}

a:focus {
color: yellow;
  background: grey 
    ;
}
body{background-color:#3ee200}
