/* css pour site sur électricien */
body {
    max-width: 960px;
    margin: auto;
    font-size: 16pt;
    color: darkslategray;
    background-color: floralwhite;
}

header {
    font-size: 120%;
    padding: 1em;
    text-align: center;
}

h1 {
    font-size: 190%;
}

h2 {
    font-size: 130%;
}

h3,
h4,
h5,
h6 {
    font-size: 115%;
}

header a,
header a:visited {
    border: 1px solid darkturquoise;
    background-color: darkslategrey;
    color: white;
    padding: 0.5em;
}

article {
    padding: 1em;
}

#complement li {
    display: inline;
}

#complement li:not(:last-child):after {
    content: " - ";
}

footer {
    font-size: 80%;
    color: white;
    background-color: darkslategrey;
    text-align: center;
    padding: 1em;
}

img {
    max-width: 100%;
}

.titre {
    font-size: 250%;
    text-align: center;
    color: darkred;
}