body{
	font-family: verdana;
}

li{
	list-style:none;
	padding:5px 115px;
}

a{
	color:#4076a7;
}

a:visited{
	color:#73a9da;
}

.invisible{
	display: none;
}

.surligne{
	background-color: yellow;
}



#notice_editoriale{
	display:block;
	clear:both;
	text-align:justify;
	background:#fff;
	font-size:0.9em;
	margin:50px 15px;
	padding:30px;

}

#sommaire{
	border:1px dotted #ccc;
	display:block;
	clear:both;
	margin:15px;
	padding:10px 20px;
	font-size:10px;

}

#appareil{
	display:block;
    	clear:both;
    	padding:50px;
    	font-size:10px;

}

#notes, #citations{
	display:block;
	clear:both;
	margin:15px;
	padding:30px 0;
	font-size:10px;

}

#pied { clear: both; 
	width: 100%; 
	margin: 0; 
	padding: 8.40em 0; 
	border-top: 0px solid #8B6F92; 
	text-align: center; 
	font-size: 0.90em; 
}

.front{
	display:block;
	clear:both;
	padding:10px;
}

.acte, .prologue, .preface{
	display:block;
	clear:both;
	margin:10px;
	padding:5px 25px;
}

.scene{
	display:block;
	clear:both;
	padding-top:10px;
}

h1, h2, h3, h4, h5, .title{
	margin:35px 15px;
}
.title{
	font-size:2em;
}

#bibl > .title {
	font-style: italic;
	font-size: 1em;
	margin:0;
}

h1{
	font-size:1.6em;
}

h2{
	font-size:1.4em;
}

h4{
	font-size:1.3em;
}

.acces_vers {
	display:block;
}


.retour a{
	display:block;
	float: right;
	margin: 0 2px;
	padding: 0 2px;
	font-size:7px;
	text-align:center;
	color:#aaa;
	border:1px dotted #aaa;
	text-decoration:none;	
}

.retour a:hover{
	background:#999;
	color:#fff;
}

a.appel_note {
	margin: 0 2px;
	padding: 0 2px;
	font-size:7px;
	text-align:center;
	color:#aaa;
	border:1px dotted #aaa;
	text-decoration:none;	
}

a.appel_note:hover  {
	background:#999;
	color:#fff;
}

a.appel_cit {
	margin: 0 2px;
	padding: 0 2px;
	font-size:7px;
	text-align:center;
	color:#cab;
	border:1px dotted #cab;
	text-decoration:none;	
}

a.appel_cit:hover  {
	background:#cab;
	color:#fff;
}

p{
    display:block;
    clear:both;
    padding:20px 0 0 10px;
}

.hr_scene{
	clear:both;
	border:1;
	color:#ccc;
	margin:15px 105px;
}

.hr_vers{
	clear:both;
	border:0;
}

.numero_vers{

}


.tl, .pl{
	display:block;
	font-size:1.2em;
	width:47%;
	float:left;

}

.tf, .pf{
	display:block;
	font-size:1.2em;
	width:47%;
	float:right;

}

.cl{
	display:block;
	width:47%;
	float:left;
	text-align:justify;
}

.cf{
	display:block;
	width:47%;
	float:right;
	text-align:justify;
	font-size:0.8em;
}

.add {
	font-style:italic;
}

.corr {
	color:maroon;
}

.gap {
	padding-left:45px;
	margin: 0 2px;
	background-image: url('../png/gap.png');
	background-repeat: no-repeat;
	background-color: silver;
	content: attr(type);
}

.mentioned {
	font-weight:900;
}

.foreign {
	font-family:Vusillus;
	font-size:1.1em;
}




.note {
	position:absolute;
	text-align:justify;
	width:30px;
	height:15px;
	margin-left:-10px;
	border-top:1px solid #000;
	background:#fff;
	font-size:9px;
	overflow:hidden;
	color:#000;
	z-index:1;
	
}

.quote{
        font-style:italic;
        font-family: arial;
}

.lemme{
	font-variant:small-caps;	
	background:#cdf;
        font-style:normal;
}

.note:hover {
	overflow:visible;
	left:900px;
	width:250px;
}

#outils{
	position:fixed;
	left: 86%;
	top: 5px;
	width:10%;
	background-color: #fff;
	border: 1px 0px 0px 1px black solid;
	padding:7px;
	font-size: 9px;
	text-align: left;
}
