::-webkit-scrollbar { 
    display: none; 
}

body {
	background-color: #000;
	color: #fff;
	font-family: Arial;
	margin: 50px;
}

h1 {
	font-size: 20px;
}

h4 {
	font-size: 14px;
}

p {
	font-size: 12px;
}

a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #ccc;
	text-decoration: line-through;
	font-style: italic;
}

table, th, td {
    border: 0px solid white;
    text-align: left;
}

mark {
    background-color: #fff400;
    color: black;
}

#barre {
	text-decoration: line-through;
}

#titre {
	top: 40px;
	z-index: 10000;
	position: fixed;
}

#navig a {
	opacity: 0.5;
	text-decoration: line-through;
}
#navig a:hover {
	opacity: 0.9;
	text-decoration: underline;
}

#quote {
	margin-left: 90px;
	font-style: italic;
	width: 600px;
}

#citations {
	margin-left: 0px;
	line-height: 120%;
}

#auteur {
	margin-left: 45px;
	font-weight: bold;
}

#preface {
	width: 600px;
	margin-left: 90px;
	line-height: 120%;
}

#tableau {
	margin-left: 90px;
}

#tableaustory {
	margin-left: 0px;
}

#combin {
	margin-left: 90px;
}

#text-display
    { 
      z-index: 100000;
      position: fixed;
      bottom: 50px;
      font-weight: regular;
      width: 90vw;
      left: 50%;
      -webkit-transform: translateX(0%) ;
      -moz-transform: translateX(-50%) ;
      transform: translateX(-50%) ;     
      font-size: 33px;
      line-height: 33px;
      font-family: arial;
      text-align: center;
      color:  #fff400;
      -webkit-text-stroke: 1.7px black;
      text-transform: lowercase;
      font-weight: bold;   
    }

#footer {
	text-align: right;
}