@font-face {
    font-family: 'NeutonSC';
    src: url(neuton_scbold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: 'NeutonSC';
    src: url(neuton_sc.ttf);
    font-weight: normal;
}

@font-face {
    font-family: 'NeutonCursive';
    src: url(neuton_cursive.ttf);
    font-weight: normal;
}

@font-face {
    font-family: 'Neuton';
    src: url(neuton.ttf);
    font-weight: normal;
}

@font-face {
    font-family: 'Neuton';
    src: url(neuton_italic.ttf);
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Neuton';
    src: url(neuton_bold.ttf);
    font-weight: bold;
}

::selection {
    background: #990033;
    color: white;
}

body {
    font-family: 'Neuton';
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    color: black;
    background-color: #990033;
    background-image: url(fond.png);
    background-position: center;
}

h1, h2, h3, p {
    margin: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
}

h1 {
    font-family: 'NeutonSC';
    color: #990033;
    font-weight: bold;
    font-size: 40px;
}

h2 {
    font-family: 'NeutonSC';
    font-size: 28px;
    font-weight: normal;
}

h3 {
    font-family: 'NeutonCursive';
    font-weight: normal;
    text-align: center;
    font-size: 50px;
}

h4, h5 {
    display: inline;
    font-weight: normal;
    font-style: italic;
    margin: 5px;
}

h4 {
    font-size: 35px;
}

h5 {
    font-size: 25px;
}

p {
    font-size: 20px;
}

hr {
    margin: 0px;
}

mark {
    background: black;
}

ul {
    list-style-type: square;
}

li {
    margin: 5px;
    font-size: 25px;
}

.sommaire {
    width: 1000px;
    padding: 10px;
    margin: 20px;
    margin-bottom: 0px;
}

a {
    color: black;
    text-decoration: underline;
}

a:hover {
    color: #990033;
}

.contenu {
    width: 800px;
    padding: 10px;
    margin: 20px;
    margin-top: 0px;
}

.abcdaire {
    font-size: 70px;
}

.inpage li {
    margin: 5px;
    font-size: 20px;
}

table.infobox {
    width: 100%;
    font-size: 20px;
    border-collapse: collapse;
}

.infobox th {
    width: 30%;
    color: white;
    background-color: #990033;
    text-align: right;
    padding-right: 8px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

.infobox td {
    width: 70%;
    text-align: left;
    padding-left: 5px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

ol li::marker {
  /* color: #ff4757; */
  font-weight: bold;
}

.spoiler {
    filter: blur(30px);
}

.spoiler:hover {
    filter: blur(0);
}