/* CSS Document */
html, body {
overflow: auto;
}
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	margin: 10px 10px 10px 10px;
	padding: 0;
	background-color: #ffffff;
}
#contenu {
	margin: 5px 5px 5px 5px;
	overflow: auto;
	color: #000000;
	border-bottom: solid 1px black;
}
#diagram {
	margin: 5px 5px 5px 5px;
	overflow: auto;
	color: #000000;
	border-bottom: solid 1px black;
	width:900 px;
}
#texte {
	margin: 5px 5px 5px 5px;
	overflow: auto;
	color: #000000;
	border-bottom: solid 1px black;
	width: 900px;
}
#header {
	border-bottom: solid 1px black;
	font-size: 26px;
	font-family: Book Antiqua, Times, Garamond;
	width:900 px;
	height: 40px;
}
#menu {
	border-bottom: solid 1px black;
	padding: 5px 5px 5px 5px;
	width: 900px;
}
#pied {
	text-align:right;
	padding: 5px 5px 5px 5px;
	width: 900px;
}
a {
	text-decoration: none;
	color: #000000;
	border: none;
}
a:hover {
	text-decoration: none;
	background-color: #CCCCCC;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
.titre {
	width:900 px;
}
.soustitre {
	font-size: 22px;
	font-family: Book Antiqua, Times, Garamond;
}
.img {
	margin: 10px 10px 0px 0px;
	background-color: #fff;
	border: solid 1px #fff;
}
a:hover .img {
	border: solid 1px red;
	background-color: display;
}
.texte {
	color: #000000;
	width: 900px;
}
.legende{
	color: #999;
}
