body{
	margin-left: 22em;
	margin-right: 4em;
	margin-top: 1em;
	font-family: georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	background-image: url(fond.jpg);
	color: Maroon;
	background-attachment: fixed;
	text-align: justify;
}

.block {
	position:absolute;
	left: 15px;
	top: 15px;
	width: 20%;
}

.vertical a {
	display: block;
	width: 100%;
	height: 18px;
	border-right: #cccccc 1px outset;
	border-left: #cccccc 1px outset;
	border-top: #cccccc 1px outset;
	border-bottom: #cccccc 1px outset;
	padding-right: 5px;
	padding-left: 15px;
	padding-top: 1px;
	padding-bottom: 2px;
	font-weight: normal;
	background-image: url(0079.gif);
	color: Maroon;
	text-align: left;
	text-decoration: none;
	cursor: help;
	white-space: nowrap;
}

.vertical a:hover {
	border-right: #c0c0c0 1px inset;
	border-top: #c0c0c0 1px inset;
	border-left: #c0c0c0 1px inset;
	border-bottom: #c0c0c0 1px inset;
	background-image: url(fondbrun.jpg);
	font-weight: bold;
	color: yellow;
	white-space: nowrap;
}

h1 {
	font-family: georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-variant : small-caps;
	font-size: 30px ;
}

h2 {
     font-family: georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
     font-variant: small-caps;
     font-size: 24px ;
     text-align: center;
}

.lettrine {
float: left; /* positionnement de la lettrine dans le conteneur*/
font-size: 38px; /* hauteur de lignes pour la lettrine*/
font-weight: normal;
border: 0px solid #990000; /* définition d'une bordure autour de la lettrine*/
margin: 0px;
padding: 1px;
line-height: 30px;
}

.italic {
	font-style: italic;
	font-weight: bold;	
}
.note_bas_de_page {
	font-family: "Times New Roman", Times, serif;
	font-size: smaller;
}
.justify {
	 text-align: justify;
}
.marqueur {
     display: block;
     text-align: center;
     line-height: 1;
}