@charset "utf-8";
body { background: #b8c7d1  url(fond.png) fixed no-repeat  0 0 ; }
body { color: #000000 ; font-family: Arial, Helvetica, sans-serif ; font-size:14px;}
.template_color { color: #b8c7d1 ; }
.template_border_color { border-color: #0079c1 ; }
.template_backgroundcolor  { color: #0079c1 ; }
.titre { color: #000000 ; }
.titre { text-transform: uppercase; color:#0079c1; font-size: 14px;} 
.menu_niveau_1_on 	{ background-color:#0079c1; color:#000; }
.formcontent .titre { text-transform: none; color:inherit; font-size:14px;}
#template_header a	{ color:#0079c1 }
#template_header	{ color:#0079c1; }
.comment .titre, .comment .description {
    color: #ffffff;
}
.comment .titre:before {
    content: 'Fast-track submission to Journal of Financial Econometrics';
    color: #000000;
}
.comment .description:before {
    content: 'Indicate YES if you wish to submit your article to the JFEc fast-track process.';
    color: #000000;
}

<!DOCTYPE html>
<html lang="fr">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Texte centré sous une image</title>
    <style>
        .conteneur {
            text-align: center; /* Centre le contenu horizontalement */
            margin: 20px; /* Ajoute une marge autour du conteneur */
        }
        .conteneur img {
            display: block; /* Permet de centrer l'image correctement */
            margin: 0 auto; /* Centre l'image horizontalement */
            max-width: 100%; /* Assure que l'image ne dépasse pas de la largeur du conteneur */
        }
    </style>
</head>
<body>
    <div class="conteneur">
        <img src="https://qffe2026.sciencesconf.org/data/pages/photo_patrick.png" alt="Description de l'image">
        <p>Patrick Gagliardini, Università della Svizzera Italiana</p>
    </div>
</body>
</html>
