/*les paragraphes du livre*/
	p.extrait {
		font-family: Times New Roman, Times, serif;
		text-align: justify;
		margin-left: 5%;
		margin-right: 5%;
	}
/*l'encadrement d'une page*/
	div.page {
		border: 1px;
		border-style: solid;
		border-color: #000000;
		margin-left: 20%;
		margin-right: 20%;
		background-color: white;
		color: Black;
		font-family: Times New Roman, Times, serif;
	}
/*note de bas de page*/
	.basdepage {
		padding-left: 2%;
		padding-right: 2%; 
		text-align: justify;
		font-size: smaller;
		font-family: Times New Roman, Times, serif;
	}
/* couverture de neurhypnologie */
	div.couverture {
		text-align: center;
		border: 1px;
		border-style: solid;
		border-color: #000000;
		margin-left: 20%;
		margin-right: 20%;
		background-color: white;
		color: Black;
		font-family: Bookman Old Style; serif;
	}
	p.couv {text-align: center;}
	p.couvcit {text-align: right;}
	span.a {font-size: x-large;}
	span.b {font-size: large;}
	span.c {font-size: x-small;}
	span.d {font-size: xx-small;}

/*fin couverture*/

	span.super {
		vertical-align: super;
		font-family: "Times New Roman", Times, serif;
		font-size: xx-small;
	}
	span.ital {
	font-style: italic;
	}
	span.numero {
		font-weight: bold;
	}
