.texte { font-size: 25px; 
	text-align: center;
	color: #000000;
	padding :  5px;
	margin-bottom :10px;
}

body
{
    background-color: #DAF7A6; 
    color: white; 
}


.cadre { font-size: 40px;
  font-weight:bold;
padding :  5px;
text-align: center;
border: 2px solid white
 ;
border-radius :  10px;
margin-bottom :10px;
background-color: #44D5F4;
}

.image_centree{
  width : 100%
  height : 80%;
  border: 1px #23282d solid; 
  text-align: center;
   margin-left: auto;
   } 



.image {
  text-align: left;
   width : 80%;
  height : 60%;
 
   margin-left: auto;
}

a:hover {
color: blue;
}

a:visited {
color: #9932CC
}

a:focus {
color: navy;
  background: gray;
}
