body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

div#entete {
	height: 60px;
	font-size: 140%;
	font-weight: bold;
	background-color: #800080;
	color: #B2ADA8;
	padding-top: 5px;
	padding-left: 10px;
}

div#entetepdf {
	position: absolute;
	height: 60px;
	width: 100%;
	font-size: 140%;
	font-weight: bold;
	background-color: #800080;
	padding-top: 5px;
	padding-left: 10px;
}

div#nav {
	position: absolute;
	top: 65px;
	left: 0px;
	height: 100%;
	width: 200px;
	background-color: #B2ADA8;
}

div#droite {
	position: absolute;
	top: 65px;
	right: 0px;
	height: 100%;
	width: 100px;
}

div#contenu {
	margin-left: 200px;
	margin-right: 100px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #800080;
	border-bottom: 1px solid #800080;
	background-color: #F0F0F0;
}

div#nav li {
	padding: 1em 0 1em;
}

div#contenu li {
	margin-top: .5em;
	list-style: circle;
}

div#nav a {
	font-weight: bold;
	font-size: 120%;
}

div#nav a:hover {
	color: #800080;
}


a {
	text-decoration: none;
}

a:link, a:visited, a:hover {
	color: black;
}

a:hover em {
	color: #B2ADA8;
}

.soustitre a:link, .soustitre a:visited {
	color: #800080;
}

.soustitre a:hover {
	color: #B2ADA8;
}

li {
	list-style: none;
}


p.normal {
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
}

div.titre {
	font-size: 130%;
	font-weight: bold;
	color: #800080;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}

div.soustitre {
	font-size: 100%;
	font-weight: bold;
	color: #800080;
	padding-top: 0px;
}

em {
	font-weight: bold;
	font-style: normal;
	color: #800080;
} 