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

div#affiche {
	width: 500px;
	border: 1px solid black;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	}

div#navigation p {
	background-color: black;
	color: white;
	width: 482px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -25px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	}

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

img {
	border: 0;
	}

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

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

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

span.details {
	font-style: italic;
	}

span.selected {
	font-weight: bold;
	}

