<style>
@import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@300&family=Libre+Baskerville&display=swap');
</style> 

.texte {margin-top:60px; margin-bottom: -30px; width:75%;}
.texte {font-family: Georgia, serif;color:#222; line-height: 1.7em;font-size:1.8em;text-align: left; }
.boutonstexte { float: right; opacity: 0.50;}

.formulaire_jaime {position: absolute; left: -3%; font-size:2em;  color: #4682B4; }
.id_paragraphe {position: absolute; left: -5%; opacity: 0.20;font-size: 0.7em;}
.submit_jaime {border:0;background:0;padding:1px 0;cursor:pointer;color: #4682B4;opacity: 0.25; }
.submit_jaimeplus {font-weight:bold;color: #4682B4;opacity: 0.9; }


#titre-titre {padding-left:0px;}

#titre-partie {padding-left:20px;}


#titre-chapitre {padding-left:40px;}

body {
	background: #fefefe;
	font-family: Courier New, Courier;
	font-size: 18px;
	color: #222;
	line-height: 1.8;
	margin-top: 2%;
	margin-left: 5%;
	margin-right: 5%;
}
a { color: #4682B4; text-decoration: none; }
a:hover {text-decoration: underline;}
[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}
[data-title]:after {
    content: attr(data-title);
    position: absolute;
    bottom: -1.6em;
    right: 100%;
    padding: 4px 4px 4px 8px;
    font-size: 12px;
    text-transform: none;
    color: #222;
    white-space: nowrap; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;  
    border-radius: 5px;  
    -moz-box-shadow: 0px 0px 4px #222;  
    -webkit-box-shadow: 0px 0px 4px #222;  
    box-shadow: 0px 0px 4px #222;  
    background-image: -moz-linear-gradient(top, #f8f8f8, #cccccc);  
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f8f8f8),color-stop(1, #cccccc));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #cccccc);  
    background-image: -moz-linear-gradient(top, #f8f8f8, #cccccc);  
    background-image: -ms-linear-gradient(top, #f8f8f8, #cccccc);  
    background-image: -o-linear-gradient(top, #f8f8f8, #cccccc);
    opacity: 0;
    z-index: 99999;
    visibility: hidden;
    writing-mode: horizontal-tb;
text-orientation: mixed; 
}
[data-title] {
    position: relative;
}
h1 {text-transform: uppercase; font-size: 40px; position: fixed; right: 1%; writing-mode: vertical-rl;
text-orientation: mixed; }
h2 { font-size: 25px; }
.colophon {font-size: 15px; color: #222; text-align: right;}
hr {
    border: 3px;
    border-style: dashed solid; 
    color:  #4682B4; 
}




/******************************************/
/** NoteBulle **/
span.notebulle span { display: none; }
span.notebulle:hover span { 
	display: block; 
	font-family: Verdana, sans-serif; 
	font-size: 11px; 
	color: black;
	text-align: left;
	padding: 4px 8px; 
	margin: -4px 0px 0px 0px; 
	background-color: lightyellow; 
	border: 1px solid gray; 
	/* Larguer de l'info-bulle a adapter */
	/* a la largeur de la colonne de texte */
	width: 500px;  
	position: absolute; 
	overflow: hidden;
}
/******************************************/