body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

div#entete {
	height: 40px;
	font-size: 140%;
	font-weight: bold;
	background-color: #800080;
	color: #B2ADA8;
	padding-top: 5px;
	padding-left: 10px;
}

#entete2 {
	height: 20px;
	background-color: #800080;
	padding-left: 23em;
}

div#nav {
	position: absolute;
	top: 65px;
	left: 0px;
	height: 100%;
	width: 250px;
	background-color: #B2ADA8;
}

div#droite {
	position: absolute;
	top: 65px;
	right: 0px;
	height: 100%;
	width: 100px;
}

div#contenu {
	margin-left: 250px;
	margin-right: 100px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 40px;
	border-right: 2px solid #800080;
	border-bottom: 2px solid #800080;
	background-color: #F0F0F0;
}

#menuhaut {
	margin: 0;
	padding: 0;
	font-size: 90%;
	color: #B2ADA8;
}

#menuhaut li {
	display: inline;
}

#menuhaut a {
	text-decoration: none;
}

#menuhaut a:link, #menuhaut a:visited {
	color: #B2ADA8;
}

#menuhaut a:hover {
	color: black;
}

div#fleches {
	height: 29px;
	width: 60px;
	float: right;
	border: 2px solid #800080;
	background-color: #B2ADA8;
}

div#fleches ul {
	margin: 0px;
	padding: 7px 7px 7px 7px;
}

div#fleches li {
	display: inline;
}

ul.menu {
		display: none;
}

ul.menu li {
		font-size: 90%;
}

#nav ul {
		list-style: none;
		margin: 0;
		padding: 5px;
}

#nav li {
		padding: 0.75em 0 0.25em;
}

#nav a.menuLink {
		font-weight: bold;
}

#nav a.topLink {
	font-weight: bold;
	font-size: 140%;
	padding: 5px;
	border: 2px solid #800080; 
}

#nav a {
	text-decoration: none;
}

#nav a:link {
	color: black;
}

#nav a:visited {
	color: black;
}

#nav a:hover {
	color: #800080;
}

#contenu li {
	margin: 1em 0 1em 0;
}

div.titre1 {
	font-size: 140%;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #800080;
}


div.titre2 {
	font-size: 120%;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	color: #800080;
}

div.titre3 {
	font-size: 100%;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	color: #800080;
}

div.titre4 {
	font-style: italic;
}	

p.normal {
	text-align: justify;
}

p.formule {
	text-align: center;
	font-weight: 600;
}

.code	{
	font-family: monospace;
	font-size: 110%;
}

p.graphique {
	text-align: center;
	margin-top: 3em;
	margin-bottom: 2em;	
}

.legende {
	text-align: center;
}

.titre4 a {
	color: black;
}	