body {
    background-color:black;
    background-image:url(/biblio/lumieres.png);
    background-repeat:no-repeat;
    background-size:cover;
    color:white;
    font-family:monospace;
}

h1 {
    color:aliceblue;
    margin:auto;
    width:fit-content;
    padding:10px;
    padding-top:5px;
    padding-bottom:5px;
    font-size:30px;
    border-block:dashed;
    border-radius: 28px;
    border-block-start-color: #d79bff;
    border-block-end-color:#00fff0;
}

h2 {
   margin-left:40px;
}

div {
    width:1090px;
    height:900px;
    background-color:rgba(0, 0, 0, 0.22);
    border-radius:25px;
    border-block:dashed;
    border-block-start-color:#00fff0;
    border-block-end-color:#d79bff;
}

p {
    font-size:15px;
    margin-left:40px;
    margin-top:24px;
    color:aliceblue;
}

a {
    font-size:15px;
    color:aliceblue;
}

li {
    font-size:15px;
}

.navint {
    width:145px;
    height:245px;
    background-color:rgba(255, 233, 233, 0.22);
    margin-left:14px;
    margin-top:30px;
    border-block-end-color:#00fff0;
    border-block-start-color:#d79bff;
}

.liste2 {
    width:170px;
    height:245px;
    float:left;
    margin-left:180px;
    margin-top:-251px;
    background-color:rgba(255, 233, 233, 0.22);
    border-block-end-color:#00fff0;
    border-block-start-color:#d79bff;
}

.liste3 {
    width:225px;
    height:245px;
    float:left;
    margin-left:372px;
    margin-top:-251px;
    background-color:rgba(255, 233, 233, 0.22);
    border-block-end-color:#00fff0;
    border-block-start-color:#d79bff;
}

.liste4 {
    width:222px;
    height:245px;
    float:right;
    margin-right:250px;
    margin-top:-251px;
    background-color:rgba(255, 233, 233, 0.22);
    border-block-end-color:#00fff0;
    border-block-start-color:#d79bff;
}

.trousse {
    width:220px;
    height:245px;
    float:right;
    margin-right:12px;
    margin-top:-251px;
    background-color:rgba(255, 233, 233, 0.22);
    border-block-end-color:#00fff0;
    border-block-start-color:#d79bff;
}