.Titre_Page_message{
    font-size: 24px;
    font-weight: bolder;
    color: black;
    margin-top: 30px;
    margin-left: 10px;
}

.Message_contenue{
    display: flex;
    width: 80%;
    height: 70px;
}

.Contenue{
    margin-top: 5px;
    width: 80%;
    height: 70px;
    margin-left: 10px;
}

.Destinataire{
    font-weight: bolder;
    width: 20%;
}

.Resumer{
    color:rgb(108, 108, 108);
    width: 60%;
}

.Horaire{
    color:rgb(108, 108, 108);
    right: 0px;
    margin-left: 85%;
    top: -37px;
    position: relative;
}

hr{
    margin-left:80px;
    width: 80%;
    margin-top: 5px;
    margin-bottom: 0;
    background-color: #979797;
}

.image_destinataire{
    width: 70px;
	height: 70px;
    
}