@charset "UTF-8";

    /**
    * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
    * http://cssreset.com
    */
/*    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    } */
    /* HTML5 display-role reset for older browsers */
/*    article, aside, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section {
    display: block;
    }
    body {
    line-height: 1;
    }
    ol, ul {
    list-style: none;
    }
    blockquote, q {
    quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
    content: '';
    content: none;
    }
    table {
    border-collapse: collapse;
    border-spacing: 0;
    }

*/
body {
    margin-top:10px;
	padding:0px;
	text-align:center;
	font-family:Georgia;
	box-shadow : 0 0 8px #999999;
	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; 
/*	max-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;
}*/


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


article h2 {
	font-size:24px;
}

article h3 {
	font-size:20px;
}

article h4 {
	font-size:16px;
}

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