/* Exohatier2Html5 */

body { margin: 10px; }

h1 { font-family: sans-serif; font-variant: small-caps;  }
h2 { font-family: sans-serif; }
h3 { font-family: sans-serif; }
h4 { font-family: sans-serif; }

img { max-width: 100%; max-height: 100%; }


/* ======== TOP LEVEL ======= */


/* ~~~~~~~~~ exohToc ~~~~~~~~ */

.exohToc a { color: black; }
.exohToc li li a { color: #4f4f4f; }

/* ~~~~~~~ exohNavBar ~~~~~~~ */

.exohNavBar .col { text-align: center; }
.exohNavBar .colLast { text-align: right; }
.exohNavBar hr { clear: both; }
.exohNavBar a { border: none; }
.exohNavBar a:hover { background-color: transparent; }
.exohToc .exohNavBar, .exohToc .exohNavBar div { padding-top: 0; }
.exohToc .exohNavBar a { padding: 0; }

.colFirst { margin: 0; padding-right: 1%; float: left; }
.col { margin: 0; padding: 0 1% 0 1%; float: left; }
.colLast { margin: 0; padding-left: 1%; }
.col111 .colFirst, .col111 .col { width: 32%; }

/* ~~~~~ exohBreadcrumbs ~~~~ */

.exohBreadcrumbs { color: #4f4f4f; }

.exohBreadcrumbs a { color: black; }


/* ===== SECTION LEVEL ====== */


/* ~~~~~~~ exohSection ~~~~~~ */

.exohSection1, .exohSection2,
.exohSection3, .exohSection4 {
    font-family: serif;
}

.exohSectionTitle {
    font-family: sans-serif;
}

.exohInstructions .exohSection1,
.exohInstructions .exohSection2,
.exohInstructions .exohSection3,
.exohInstructions .exohSection4 {
    font-family: sans-serif;
}


/* ======= BLOCK LEVEL ====== */


/* ~~~~~~~ exohMedia ~~~~~~~~ */

.exohMedia {
    font-family: sans-serif;
    display: inline-block;
    position: relative;
}

.exohMediaCopyright {
    color: gray;
}

.exohMediaCaption {
    color: #4f4f4f;
}

/* ~~~~~~~ exohImage ~~~~~~~~ */

.exohImage {
    max-width: 100%;
    max-height: 100%;
}


/* ====== INLINE LEVEL ====== */


.exohImportantCouleur1 { text-decoration: none; color: #00be00;}
.exohImportantCouleur2 { text-decoration: none; color: #b70101;}
.exohImportantCouleur3 { text-decoration: none; color: #4d4dff;}
