/* General */

body {
	background : #000000;
	color: #FFFFFF;
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	color: #F8DE92;
	text-align: center;
	font: 2.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h2 {
	font: 1.4em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #f8de92;
	text-align: left;
}

h3 {
	color: #f8de92;
	text-align: left;
	font: 1.17em "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 2em;
	margin-top: 1.5em;
}

p.incipit {
	font-style: italic;
	text-indent: 5em;
	text-align: justify;
}

blockquote {
	margin-left: 3em;
	border-left: solid #727272;
	padding-left: 1em;
}

em {
	font-style: italic;
}

p.ref {

	text-align: right;
	margin-right: 3em;
	margin-bottom: 1.5em;
}

p.incipit em {
	font-style: normal;
}

.indente {
	text-indent: 3em;
}

.centre {
	text-align: center;
}

/* Liens */

a:link, a:visited {
	color: #B1FB8E;
	font: inherit Verdana, Arial, Helvetica, sans-serif;
}
a:hover, a:active {
	text-decoration: none;
	color: #B1FB8E;
	font: inherit Verdana, Arial, Helvetica, sans-serif;
}

img {
	border-style: none;
}

/*Corps de la page*/

#corps {
	position: absolute;
	left: 238px;
	top: 35px;
	margin: 2%;
}

/*Haut de page*/

p.top, p.top a {
	border-top: medium solid #A8A8A8;
	border-bottom: medium solid #A8A8A8;
	background-color: #FFFFFF;
	color: #000000;
	/*font-size: 0.9em;
	width: 96%;*/
	padding: 0.2em;
	/*margin-top: 3px;*/
	text-indent: 1em;
	text-align: left;
	text-decoration: none;
}


/*Biblio*/

#biblio {
	border: medium solid #0099FF;
	padding: 0.6em;
	margin-top: 40px;
}

/* Menu de gauche */

#menu {
	position: absolute;
	left: 5px;
	top: 35px;
	width: 198px;
	margin: 2em 1em 1em 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#menu h2 {
	width: 198px;
	height: 18px;
	margin-top: 30px;
	font-size: 0;
}

#menu h2.page {
	background: url(../images/top-page.png) no-repeat top left;
}

#menu h2.site-navig {
	background: url(../images/top-site-navig.png) no-repeat top left;
}

#menu h2.site-voir  {
	background: url(../images/top-site-voir.png) no-repeat top left;
}

#menu h2.web {
	background: url(../images/top-web.png) no-repeat top left;
}

#menu h2.imp {
	background: url(../images/top-imp.png) no-repeat top left;
}

#menu h2 span {
	display: none;
}

#menu ul {
	list-style: none;
	padding: 0 0 18px 0;
	margin: 0;
	background: url(../images/bottom.png) no-repeat bottom left;
	line-height: 200%;
}


#menu ul li:hover {
	border-top: 1px solid #0099ff;
	border-bottom: 1px solid #0099ff;
	border-spacing: inherit;
	line-height: 175%;
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
}



/* Pied de page */

p.bottom, p.bottom a {
	border-top: medium solid #A8A8A8;
	border-bottom: medium solid #A8A8A8;
	background: #FFFFFF;
	padding: 0.2em;
	margin-top: 6em;
	text-align: left;
	color: #000000;
}