.texte { font-size:   25px; 
 text-align: content: '    ';
padding : 5px;
margin-bottom 20px; 
color : #000000;  
font-family: courier New;
}

.cadre { font-size: 20px;
  font-weight:bold;  
padding :  5px;
text-align: center;
border: 2px solid cyan;
border-radius : 100px;
margin-bottom :10px;
background-color: #F3E2A9   ;60

}
.image_centree{
  width : 50%;
  height : 100%;
  border: 7px #F6CED8 solid; 
  text-align: center;
   margin-left: auto;
   margin-right: auto;
   } 

a:hover:; {
color: red;  
}

a:visited {
color: black;
}

a:focus {
color: yellow;
  background: gray;
}  



body{ background-color: #F3E2A9
}

