#infos {
margin: 20px;
background-color: white;
color: black;
padding: 10px;
}

.infos_titre {
background-color: white;
color: navy;
font-size: 16px;
font-weight: bold;
text-align: center;
margin-bottom: 15px;
}

.infos_cle {
float: left;
width: 47%;
text-align: right;
font-weight: bold;
background-color: white;
color: navy;
}

.infos_valeur {
margin-left: 53%;
margin-bottom: 5px;
}

