/* Table des matières */
div.toc {
	border: 1px solid black;
	float: right;
	font-size:80%;
	margin:1.2em 0 0 2em;
	width:220px
}

.tocheader {
	background-color: #E6B16D;
	border-bottom:1px solid black;
	font-weight:bold;
	margin-bottom:2px;
	padding:3px;
	text-align:left;
}

div #toc__inside {
	padding:0.5em 0 0.7em;
	text-align:left;
}

ul.toc {
	line-height:1.2em;
	list-style-image:none;
	list-style-type:none;
	margin:0;
	padding-left:1em;
}
/*/Table des matières*/

h1 {
	text-align: center;
}
h1, h2, h3, h4, h5 {
	padding: 10px;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	text-decoration: none;
}
#content {
	font-size: 1.2em;
}

#content ul {
	line-height:1.5em;
	list-style-image:none;
	list-style-type:square;
	margin:0 0 0.5em 1.5em;
}

#content p {
	margin:0 0 1em;	
}

#content ol {
    line-height: 1.5em;
    list-style-image: none;
    margin: 0 0 0.5em 1.5em;
}
#content ol {
    list-style-type: decimal
}

#content ol ol {
    list-style-type: upper-roman
}

#content ol ol ol {
    list-style-type: lower-alpha
}

#content ol ol ol ol {
    list-style-type: lower-greek
}