
        body {
            margin-top: 2vh;
            background-color: #833;
            color: antiquewhite;
            text-align: center;
        }
        .contain {
            display: flex;
            flex-direction: column;

            justify-content: space-between;
            align-content: center;
            align-items: center; /* centre tous les enfants */
        }

        h1 {
            font-family: sans-serif;
            text-shadow: #ffcc00 1px 0 10px;
            font-size: 3em;
            margin: 0 auto;
        }
        h3 {
            color: #6ae;
        }
        img {
             margin-left: 10%;
             margin-top : 2.2em;
            max-width: 8em;
        }
        .contain>p {
            font-size: 1.7em;
        }
        .fix {
        position: absolute;

        width: 10%;
            float: left;
            top: 1em;
            left: 3em;
            }
        .divine {
            font-family: "Liberation sans mono",fixed,tahoma,consolas, sans-serif, courrier;
            border: 1px solid gray;
            border-radius: 6px;
	    margin-bottom: 2em;
	    margin-top: 3em;
            padding: 0.7em;
            display: flex;
            flex-direction: row;
            justify-content: flex-end;
            align-items: left;
            background-color: #222;
            width: 90vw;
        }

        .divinside {
            white-space: wrap;
            border: 0px solid gray;
            padding: 20px;
	    margin-top : 1em;
            min-width: 50%;
            text-align: right;
            color: #fdd;
        }
        .commentaire {
            color: yellowgreen;

        }
        .nocom {
            color: #ddd;
            white-space: wrap;
        }

