@charset "UTF-8";

body {
/*	margin:0px;
	padding:0px; */
	text-align:center;
	font-family:Georgia;
	background-color : #FFFCF7;
}
article {
	margin-left:auto;
	margin-right:auto;
	width: 55%;
	min-width: 320px;
	text-align:left;
	/* padding: 0 10px 0; */
	    padding: 1em 1.5em;
    position: relative;
    border-radius: 3px;
    box-shadow: 0 0 8px #999999;
    background-color : white;
}

img {
	max-width:100%;
}

ol, ul {
	list-style-type:circle;
}

ol {
	counter-reset: item;
	 padding-left: 10px;
}

ol li ol {
	counter-reset: item2;
}

ol li ol li ol {
	counter-reset: item3;
}

/*li {
	display: block;
} */

ol > li {
	list-style-type : none;
	margin-top:20px;
}

ol > li:before {
	font:bold 24px Georgia;
	content: counter(item) ". ";
	 counter-increment: item; 
	 vertical-align:top;
}

ol li > h2 {
	display: inline-block;
	width: 95%;
	margin-top:0;
}

ol li ol > li {
	list-style-type : none;
	margin-top:20px;
}

ol li ol > li:before {
	font:bold 20px Georgia;
	content: counter(item) "." counter(item2) " ";
	counter-increment: item2;
	vertical-align: top;
}

ol li ol li > h3 {
	display: inline-block;
	width: 95%;
	margin-top:0;
}

ol li ol li ol > li {
	list-style-type : none;
	margin-top:16px;
}

ol li ol li ol > li:before {
	font:bold 16px Georgia;
	content: counter(item) "." counter(item2) "." counter(item3) " ";
	counter-increment: item3;
	vertical-align: top;
}

ol li ol li ol li > h4 {
	display: inline-block;
	width: 90%;
	margin-top:0;
}


dt {
	font-weight:bold;
	margin-top:10px;
}

.retour_bd {
	display: block;
	text-decoration: none;
	position: fixed;
	bottom: 0;
	right: 2%;
	height:20px;
	width:7%;
	/*background-image:url(../images/fond_degraderouge.png);*/
	background-color:#A80025;
	background-repeat:repeat;
	/*-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;*/
		vertical-align:middle;
		line-height:20px;
	color:#FFFFFF;
	text-align:center;
		/*border:1px solid #760001;*/
		border:none;
		font-size:0.8em;
		padding : 2px;
}

.bouton_precedent, .bouton_suivant {
	display:block;
	position:fixed;
	top:8px; 
	height:30px;
	width: 10%;
	/*background-image:url(../images/fond_degraderouge.png);*/
	background-color:#A80025;
	background-repeat:repeat;
	/*border-radius:5px;*/
	font-size:0.8em;
	text-align:center;
	line-height:30px;
	color:#FFFFFF;
	text-decoration:none;
	/*border:1px solid #760001;*/
	border:none;
}

.retour_bd:hover {
	background: #000;
}

.bouton_precedent {
	left : 2%;

	}
	
.bouton_suivant {
	right : 2%;

	}

/*
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	/*padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	/*text-align: left;
	font-family:Georgia;
}*/


h1 {
	font-size:28px;
	line-height:43px;
	text-align: left;
	border-bottom:3px solid #CCCCCC;
	padding-bottom:13px;
}


h2 {
	font-size:24px;
}

h3 {
	font-size:20px;
}

h4 {
	font-size:16px;
}

table {
 border-collapse:collapse;
 }
th, td {
 border:1px solid black;
 padding:3px;
 }
 th {
 text-align:center;
 }
 
 #lcc {
 	font-size:0.8em;
 	margin-top:40px;
 }
 
 #lcc a {
 color: #4374B7;
 test-decoration:none;
 }
 
 #lcc img {
 border-width:0;
 }
 
 