/* STRUCTURE */

html {
	font-size: 100%;
}

body {
	margin: 0;
	padding: 15px 0px;
	background: #ffe;
}

div#permanent {
	position: fixed;
	top: 0; left: 0;
	width: 20%;
	height: 99%;
	overflow: auto;
	padding: 1px 0 1px 6px;
}

div#texte {
	margin-left: 22%;
	width: 32em;
	max-width: 69%;
	min-width: 400px;
	padding: 12px 30px;
	border: solid 2px #a99;
	text-align: justify;
	background: white;
}

/* BLOCS */

h1, h2, h3, h4, p, ul, ol, dl, td, blockquote {
	font-family: "Nimbus Sans L", "Helvetica", "Arial", sans-serif;
	line-height: 1.3em;
}

h2 {
	margin: 12px 30px 30px 30px;
	text-align: center;
	font-size: 1.8em;
}
	h2 a {
	text-decoration: none;
	color: inherit;
	}
	#texte h2 {
	line-height: 1.1em;
	}

h3 {
	margin: 24px 30px 12px 0px;
	font-size: 1.2em; line-height: 1.1em;
}

h4 {
	margin: 12px 30px 12px 0px;
	font-size: 0.9em;
}

h3, h4 {
	text-align: left;
}
	h3 a, h4 a {
	text-decoration: none;
	color: inherit;
	}

p, li {
	margin: 12px 0px;
	font-size: .9em; line-height: 1.4em;
}

div#texte p {
	text-indent: 1.4em;
}
	div#texte p.noindent {
	text-indent: 0em;
	}

div#texte ol {
	list-style-position: outside;
	margin-left: 21px;
}

blockquote {
	margin: 9px 0px;
	padding-left: 12px;
	border-left: solid 3px #faa;
	font-family: "Nimbus Roman No9 L", "Times", "Times New Roman", serif;
}

img {
	border: none;
}

hr {
	margin: 8px 30px 7px 0px;
	border: none;
	height: 1px;
	background: #a00;
}

div.titres {
	margin-top: 30px;
	text-align: center;
}

p.navigation {
	margin-top: 9px;
	text-align: right;
	font-style: oblique;
	font-size: 1.2em;
}

div.notes {
	margin-top: 24px;
	padding-top: 3px;
	border-top: dotted 2px #fbb;
}
	div.notes p {
	font-size: 0.8em;
	font-family: "Sans", "Verdana", sans-serif;
	text-align: left;
	}
	div#texte .notes p {
	text-indent: 0em;
	}


#direct {
	margin: .8em 0 1em 0;
	text-align: center;
	}
	#direct a {color: #aa8;}
	#direct a:hover, #direct a:focus, #direct a:active {color: #a00;}

#permanent h1 {
	margin-top: 6px;
	font-size: 16px;
	text-align: center;
	color: #833;
}
	#permanent p.sous-titre {
	margin-top: 3px; margin-bottom: 30px;
	font-size: 12px;
	text-align: center;
	color: #833;
	}

#permanent ul {
	margin: 0;
	padding: 0;
}
#permanent li {
	font-size: 0.8em;
	line-height: 1.3em;
	list-style-type: none;
	margin: 3px 0px 3px 15px;
}
#permanent p {
	font-size: 0.75em;
	line-height: 1.3em;
}
#legal {margin-top: 20px;}

ul.table {
	margin-top: 45px;
	text-align: left;
}
ul.table li {
	list-style-type: none;
	margin: 18px 0px;
	font-size: 1.2em;
}
	ul.table li li {
	margin: 6px 0px;
	font-size: 0.8em;
	}
	ul.table ul {
	margin: 0px 30px 12px 16px;
	padding-left: 12px;
	border-left: solid 4px #bbb;
	}
	ul.table li hr {
	margin: 18px 30px 0px 0px;
	}
/* INLINE */

.test {
	display: inline;
	font-size: 3em; line-height: 1.1em;
	float: left;
}

cite {
	font-size: 1.2em;
	font-family: "Nimbus Roman No9 L", "Times", "Times New Roman", serif;
}
sup {
	line-height: 0.4em;
}
.chapitre {
	font-variant: small-caps;
	font-size: 0.9em;
}
.smaller {
	font-size: 0.8em;
}
.roman-nb {
	font-variant: small-caps;
	}

/* LIENS */

a {
	text-decoration: none;
	color: #a44;
}

a:hover, a:focus, a:active {
	color: #a00;
}


/* NOTES : Jeux de caractères disponibles !

Sans-serif, type "Arial" (caractères de taille moyenne, moyennement serrés)
	font-family: "Nimbus Sans L", "Helvetica", "Arial", sans-serif;
Sans-serif, type "Verdana" (caractères de grande taille, peu serrés)
	font-family: "Sans", "Verdana", sans-serif;
Serif, type "Times"
	font-family: "Nimbus Roman No9 L", "Times", "Times New Roman", serif;
Monospace, type "Courrier"
	font-family: "Nimbus Mono L", "Courier", "Luxi Mono", monospace;

*/
