h1
{
	text-align: center;
}
body
{
	background-color: #000000;
	color: #FFFFFF;
}
p
{
	text-indent: 5%;
}
a
{
	color: #BBBBBB;
}
a:visited
{
	text-decoration: line-through;
	color: #888888;
}

a.lien-en-tete, a.lien-en-tete:visited
{
	text-decoration: none;
}
ol li
{
	list-style-type: upper-roman;
}
ol ol li
{
	list-style-type: decimal;
}
ol ol ol li
{
	list-style-type: lower-alpha;
}
pre
{
	border: thin solid #888888;
}
html
{
	padding-top:85px
}
#sommaire
{
	position:fixed;
	width: 120px;
	top: 50px;
	left: 0px;
}
#sommaire a
{
	text-decoration: None;
}
#corps
{
	position:fixed;
	overflow:auto;
	right:0px;
	left:200px;
	bottom:0px;
	top:85px;
}
#en-tete
{
	position:fixed;
	overflow:auto;
	right:0px;
	left:0px;
	top:0px;
	height:80px;
}