body {
	font-family: interfaceregular, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	}


p {
    margin-top: 6pt;
    margin-bottom: 6pt;
    text-align: justify;
	line-height: 24px;	
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
}
p.header{
	font-weight: bold;
	font-size: 14pt;
	font-style: italic;	
}

H1 {
    font-size: 14pt;
    font-weight: bold;
    margin-top: 36pt;
    margin-bottom: 12pt;
}
H1.chapter {
	-webkit-font-smoothing: antialiased;
	color: rgb(28, 73, 125);
	font-family: interfaceregular, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 35px;
	line-height: 30px;

    text-align: left;
    margin-top: 24pt;
    margin-bottom: 0pt;
}


H2 {
    font-size: 12pt;
    font-weight: bold;
    margin-top: 18pt;
    margin-bottom: 12pt;
}
H3 {
    font-size: 12pt;
    font-weight: bold;
    font-style: italic;
    margin-top: 12pt;
    margin-bottom: 12pt;
}
H4 {
    font-size: 12pt;
    font-weight: normal;
    font-style: italic;
    margin-top: 12pt;
    margin-bottom: 6pt;
}


.image {
    text-align: center;
    margin-top: 24pt;
    margin-bottom: 24pt;
}
.caption {
    text-align: center;
    font-weight: bold;
    margin-bottom: 12pt;
    margin-top: 0pt;
}

div.note, div.rappel, div.exemple {
    margin-left: 2em;
    border-left: steelblue solid 5pt;
    padding-left: 6pt;
    margin-top: 12pt;
    margin-bottom: 12pt;
}

p.note, p.rappel, p.exemple {
    font-size: 12pt;
}
p.note-titre, p.rappel-titre, p.exemple-titre {
    margin-top: 12pt;
    padding-top: 4pt;
    font-weight: bold;
    font-size: 12pt;
}