
html {
	font-size: 100%; 
}

body {
	margin: 0;
	padding: 20px 50px;
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	font-size: .9em;
	line-height: 1.25;
	color: #999966;
	background: #333333;
}

h1, h2, h3, h4 {
	margin: .5em 0 .5em 0;
}

h1 {
	font-size: 2.5em;
	letter-spacing: -2px;
}

h2 {
	font-weight: bold;
	font-size: 1.1em;
}
	
#contenu h2 {
	font-family: Georgia, "Bistream Vera Serif", Norasi, serif;
	font-weight: normal;
	font-size: 1.8em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
}

dt {
	font-weight: bold;
}

ul, ol {
	margin: .75em 0 .75em 24px;
	padding: 0;
}

ul {
	list-style: square;
}

li {
	margin: 0;
	padding: 0;
}

p {
	margin: .75em 0;
}

li p, blockquote p {
	margin: .5em 0;
}

/* Citations */

blockquote {
	margin: .75em 0 .75em 24px;
}

a img {
	border: none;
}

pre, code {
	font-size: 110%;
	/*font-family: "Bitstream Vera Mono", "Lucida Console", "Courier New", * monospace; */
}

pre {
	width: 90%;
	overflow: auto;
	margin: .75em 0;
	padding: 12px;
	background: #ddd;
	color: #555;
}

pre strong {
	font-weight: bold;
	color: black;
}

tt {
	font-weight: bold;
	font-size: 1.1em;
}

#copyright {
	margin: 20px 0 5px 0;
	text-align: right;
	font-size: .8em;
}

#copyright a {
	text-decoration: none;
}

#copyright a:hover, #copyright a:focus {
	text-decoration: underline;
}

#navigation {
	background: #111111;
}

#navigation a {
	color: #999966;
}

#navigation #en_cours {
	color: #ff6533;
}

#navigation a:hover, #navigation a:focus {
	background: #000000;
}

#contenu {
	color: #292929;
	background: #eee;
}

#contenu a {
	color: #332510;
}

#contenu a:hover, #contenu a:focus {
	color: #181a12;
}

#entete {
	padding: 20px 0;
}

#entete h1 {
	margin: 0;
}

#entete .sous-titre {
	margin: 4px 0 15px 0;
}

#navigation {
	width: 20%;
	float: left;
}

#navigation ul {
	margin: 0;
	padding: 20px 10px;
	list-style: none;
}

#navigation a {
	display: block;
	height: 1%;
	padding: 6px 6px 6px 10px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
}

#contenu {
	margin-left: 22%;
	margin-bottom: 20px;
	padding: 10px 20px;
}

#contenu > :first-child {
	margin-top: 10px;
}

#contenu p, #contenu li {
	line-height: 1.5;
}

.droite {
	text-align: right;
}

.souligne {
	text-decoration: underline;
}

.flottant-gauche {
	float: left;
	margin: 0 20px 0 0;
}

.flottant-droite {
	float: right;
	margin: 0 0 0 8px;
}

/* Exposés, textes de présentation, etc. */
.metatexte {
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
}

.metatexte cite {
	font-style: italic;
}

/* Le texte, the texte & only the texe */
.texte {
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
	font-size: 1.2em;
}

.texte cite {
	font-style: italic;
}

/* Les commentaires à l'intérieur d'un texte, les chapitres « en voix off » */
.voixoff {
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
	font-style: italic;
	font-size: 1.2em;
}

/* À l'intérieur du style 'voixoff', on inverse les emphases */
.voixoff em, cite {
	font-style: normal;
}

.presse {
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
	font-size: 1.2em;
	font-style: italic;
	border: solid 1px;
	padding: 20px;
}

.presse em {
	font-style: normal;
}

.suite {
	text-align: right;
}

.exergue
{
	font-family: Georgia, "Bistream Vera Serif", Norasi, serif;
	font-size: 1.1em;
	text-align: left;
	width: 55%;
}

.exergue_source
{
	font-family: Georgia, "Bistream Vera Serif", Norasi, serif;
	font-size: 1.1em;
	text-align: right;
}

	
