* {
color: white;
text-align: left;
font-family: "Courier New", "Lucida Console", monospace;
font-size: 10px;

background-color: black;
background-image: url(images/background.png);
background-position: center;
background-size: 20%;
}

/* ------------------------ */
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: white; 
}
/* ------------------------ */
#allthenoise {
position: fixed;
top: 20px;
left: 20px;
line-height: 30px;
}

div.textes {
z-index: 0;
opacity: 80%;
position: absolute;
padding: 20px;
text-align: justified;
overflow: auto;
}

img.illustrations, #fairecorps, img.musiques, img.livres {
z-index: 1;
opacity: 70%;
position: absolute;
padding: 10px;
}

div.textes:hover, img.illustrations:hover, #fairecorps:hover, img.musiques:hover, img.livres:hover {
z-index: 50;
opacity: 90%;
position: absolute;
}

div.log {
background-color: #fafaf4;
top: 1000px;
right: 30px;
width: 200px;
height: 350px;
opacity: 60%;
color: black;
font-size: 8px;
overflow: auto;
position: absolute;
padding: 20px;
}

/* ---------------------------- */

.imglink {
background: none;
position: fixed;
opacity: 100%;
z-index: 2;
}

.imglink:hover {
background: none;
position: fixed;
opacity: 0%;
}

.imglinkbis {
background: none;
z-index: 1;
position: fixed;
}

