@import "/style/liste.css";

body {
	font-family: "Liberation Serif", Times, serif;
	font-size:16px;
	background-color: olive;
	color: black;
}
.nom { text-transform: uppercase ; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }
abbr:hover, acronym:hover { cursor: help; }
img { border: none; }

.menu {
	float: left;
}
.menu > * {
	margin-bottom: 16px;
}
.navigation {
	width: 200px;
	border: 1px solid maroon;
	background-color: white;
}
.navigation h2 {
	margin: 0px;
	padding: 4px;
	background-color: maroon;
	font-size:16px;
	color: white;
}
.navigation ul {
	margin: 0px;
	padding: 0px;
	background-color: lime;
}
.navigation li {
	list-style-type: none;
	padding: 4px;
}
.navigation li a {
	color: black;
}
.navigation .em {
	background-color: green;
}
.navigation .em a {
	color: white;
}

.ventre {
	margin-left: 216px;
	min-height: 500px;
	padding: 16px;
	border: 1px solid maroon;
	background-color: white;
	color: black;
}
.ventre h2 {
	margin-top: 0px;
	text-align: center;
}
.ventre p {
	text-indent: 16px;
	text-align: justify;
}
.ventre dt {
	font-weight: bold;
}
.ventre table {
	border-collapse: collapse;
}
.ventre td {
	border: 1px solid black;
}
.ventre thead {
	background-color: yellow;
}

.pied { text-align: center; }
.W3C { padding: 0px; }
.W3C li {
	display: inline;
	margin-left: 4px;
	margin-right: 4px;
}