.texte { font-size: 30px; 
 text-align: center;
padding :  5px;
margin-bottom :10px;
}

.cadre { font-size: 20px;
  font-weight:bold;
padding :  5px;
text-align: center;
border-radius :  10px;
margin-bottom :10px;
background-color: #red ;
}

.image_centree{
  width : 50%;
  height : 100%;
  text-align: center;
   margin-left: auto;
   margin-right: auto;
   } 

div.content{
	margin-left: -50px;
}
a:hover {
color: white;
}

a:visited {
color: white;
}

a:focus {
color: black ;
  background: white ;
}
