body {
    background: #FFF;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 0.8125em;
    font-family: "Luxi sans", "Lucida Grande", Lucida, "Lucida Sans Unicode", sans-serif;
    color: #333;
}

#page {
    position: relative;
    width: 58em;
    margin: 0 auto;
    text-align: left;
}

#conteneur {
    clear: both;
    float: left;
    width: 67%;
    overflow: hidden;
}

#contenu {
    padding-top: 0.30em;
}

.cartouche {
	margin-bottom: 15px;
}

.cartouche p {
    margin: 0;
    padding: 0;
    clear: left;
	font-size: 0.90em;
    color: #666;
}

#hierarchie, #hierarchie a {
    color: #666;
}

#hierarchie {
    clear: both;
    font-size: 0.90em;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 1em;
    font-family: Georgia, Times, serif;
}

h1 {
    font-size: 1.70em;
    color: #006;
}

#footer {
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0.40em 0;
    border-top: 1px solid #8B6F92;
    text-align: center;
    font-size: 0.90em;
}

a:focus, a:hover, a:active {
    color: #F57900;
    text-decoration: underline;
}

a {
    color: #009;
    text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

.reference {
    color: #036;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
	font-style: italic;
}

.reference a {
	font-weight: normal;
    color: #600;
    text-decoration: none;
}

.reference li {
	margin-bottom : 15px;
}

.hyperlien {
    display: block;
    background: #EEE;
    padding: 0.50em 1em;
    font-weight: bold;
    color: #8B6F92;
}

.hyperlien a, #hierarchie a, .see a{
	font-style: normal;
}

.sommaire, .hyperlien, .see{
	margin-bottom : 15px;
}

.see {
	font-weight: bold;
}

.pagination li {
  display:inline-block;
  padding:5px;
}

.list {
list-style:none;
margin-left:0;
padding-left:0;
height: 600px;
}

.list li {
margin-bottom:10px;
}

.list a:hover {
	color: #006;
}

.list h1 {
	font-size: 0.90em;
}

.pagination {
    display: inline-block;
	background-color: rgb(237, 244, 244);
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-clip: border-box;
	background-origin: padding-box;
	background-position-x: 0%;
	background-position-y: 0%;
	width: 100%;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
	font-style: normal;
}

.pagination a.active {
    background-color: #4CAF50;
    color: white;
}

.pagination a:hover:not(.active) {background-color: #ddd;}