body {
    background-image: url("../img/fond.png");
}

body > * {
    margin: 0 auto;
    width: 25cm;
}


* {
    color: #00ff00;
    font-family: monospace;
    font-size: 10pt;
    text-shadow: 0 0 5px #00AA00;
}
h1 {
    font-size: 20pt;
}

h1::before {
    content: "> ";
}

h1::after {
    content: "_";
    font-weight: bold;
    animation: prompt 1.5s steps(1) infinite;
}

@keyframes prompt {
    0% { opacity: 1; }
    50% { opacity: 0; }
}

h2{
    font-size: 18pt;
}

h3{
    font-size: 16pt;
}

li{
    font-size: 14pt;
}

.lecotegauche{
    position: absolute;
    top: 10%;
    left: 10%;
}

.lecotedroit{
    position: absolute;
    top: 10%;
    right: 30%;
}

.bas_de_page {
    font-size: 8pt;
    color: #001f24;
    background-color: #00ff00;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.image{
    border: none;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}




