.texte { font-size: 50px; 
 text-align: center;
padding :  5px;
margin-bottom :10px;
}

.cadre { font-size: 1px;
  font-weight:bold;
padding :  1px;
text-align: center;
border: 10px solid white;
border-radius :  1px;
margin-bottom :1p;
background-color: #424042;
}

.image_centree{
  width : 100%;
  height : 100%;
  text-align: center;
   margin-left: auto;
   margin-right: auto;
   } 

a:hover {
color: red;
}

a:visited {
color: cyan;
}

a:focus {
color: white;
  background: gray;
}

body{
	background-color: #636060;
}