
.texte { font-size: 15px; 
 text-align: center;
padding :  5px;
margin-bottom :10px;
color: #9011ed }

.cadre { font-size: 20px;
  font-weight:bold;
padding :  5px;
text-align: center;
border: 2px solid black;
border-radius :  10px;
margin-bottom :10px;
background-color: #08eacf;
}

.image_centree{
  width : 50%;
  height : 100%;
  border: 1px #23282d solid; 
  text-align: center;
   margin-left: auto;
  margin-right: auto; } 
  

a:hover {
color: brown;
}

a:visited {
color: yellow ;
}

a:focus {
color: purple;
  background:red;
}

.lien {
  text-align: center;
  
}

body{
	background-color: #ED0707;
}
