body {
	background-color: #333333;
	color: white;
	padding-top: 30px;
	padding-bottom: 30px;
	}

div {
	width: 642px;
	background-color: white;
	color: #333333;
	margin-left: auto;
	margin-right: auto;
	}

div#cadre {
	width: 632px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	}

div#description {
	width: 625px;
	border: solid 3px black;
	}

div#navigation p {
	text-align: center;
	color: white;
	background-color: #333333;
	}

div#navigation a {
	color: white;
	}

p {
	padding-left: 10px;
	padding-right: 10px;
	font-family: sans-serif;
	font-size: 10pt;
	text-align: justify;
	}

a {
	color: black;
	text-decoration: none;
	}

a:hover, a:active {
	color: black;
	text-decoration: underline;
	}

span.title {
	font-weight: bold;
	font-style: italic;
	}

span.details {
	font-style: italic;
	}

span.selected {
	font-weight: bold;
	}
