.imcdoc {
  /* title */
  /* image */
  /* citation */
  /* annotation */
  /* misc */
  /* exercices */
  /* -------- Tabular --------- */
  /* ---------- Block --------- */
}
.imcdoc h1 {
  color: #707070;
  font-family: sans-serif;
  font-size: x-large;
  font-weight: bold;
}
.imcdoc h2 {
  color: maroon;
  font-family: sans-serif;
  font-size: large;
  font-weight: bold;
  font-variant: small-caps;
}
.imcdoc h3 {
  color: #008000;
  font-family: sans-serif;
  font-size: medium;
  font-weight: bold;
}
.imcdoc h4 {
  color: #FF8000;
  font-family: sans-serif;
  font-size: medium;
  font-weight: normal;
  margin: 0;
}
.imcdoc h5 {
  color: #FF8000;
  font-family: sans-serif;
  font-size: small;
  font-weight: normal;
  margin: 0;
}
.imcdoc h6 {
  color: #FF8000;
  font-family: sans-serif;
  font-size: Small;
  font-weight: normal;
  font-style: italic;
  margin: 0;
}
.imcdoc .idocImgLeft {
  float: left;
}
.imcdoc .idocImgCenter {
  float: center;
}
.imcdoc .idocImgRight {
  float: right;
}
.imcdoc .idocImgLeftOfText {
  float: left;
  margin-right: 15px;
}
.imcdoc .idocImgRightOfText {
  float: right;
  margin-left: 15px;
}
.imcdoc .idocImgCopyright {
  color: #707070;
  font-family: sans-serif;
  font-size: xx-small;
  vertical-align: top;
}
.imcdoc .idocCit {
  font-family: serif;
}
.imcdoc .idocCitInfo {
  margin-top: .2em;
  color: #707070;
  font-size: small;
}
.imcdoc .idocCitAuthor {
  font-variant: small-caps;
}
.imcdoc .idocCitTitle {
  font-style: italic;
}
.imcdoc .idocAnnotation {
  font-family: monospace;
  color: #004000;
}
.imcdoc .idocAnnotation legend {
  font-variant: small-caps;
  color: #004000;
}
.imcdoc .idocRoman {
  font-variant: small-caps;
}
.imcdoc .idocInitials {
  font-variant: small-caps;
}
.imcdoc .idocForeign {
  font-style: italic;
}
.imcdoc .idocInsertion {
  font-style: italic;
}
.imcdoc .idocWTitle {
  font-style: italic;
}
.imcdoc .idocImportant {
  font-weight: bold;
}
.imcdoc .idocPara {
  font-style: italic;
}
.imcdoc .idocAbout {
  text-decoration: underline;
  font-weight: normal;
}
.imcdoc .idocName {
  font-style: italic;
}
.imcdoc .idocBad {
  text-decoration: line-through;
}
.imcdoc .imcTest {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.imcdoc .idocTabular {
  text-align: left;
  font-family: Georgia,Times,serif;
  color: black;
  font-size: small;
}
.imcdoc .idocTabularBorder {
  text-align: left;
  font-family: Georgia,Times,serif;
  color: black;
  font-size: small;
  border-spacing: 0;
  border-collapse: collapse;
  margin-top: 1ex;
}
.imcdoc .idocTabular th {
  background-color: #e4e4e4;
}
.imcdoc .idocTabularBorder th {
  border: 1px solid #000000;
  padding: .3em;
  background-color: #e4e4e4;
}
.imcdoc .idocTabularBorder td {
  border: 1px solid #000000;
  padding: .3em;
}
.imcdoc .idocTabularColor {
  color: maroon;
}
.imcdoc .idocTabularCaption {
  display: none;
}
.imcdoc .idocTabularOrigin {
  display: block;
}
.imcdoc .idocImgLand td, .imcdoc .idocImgPortrait td {
  border: 0 none;
}
.imcdoc .idocRight {
  float: right;
  margin: 0 0 0 1ex;
}
.imcdoc .idocLeft {
  float: left;
  margin: 0 1ex 0 0;
}
.imcdoc .idocMain {
  display: inline;
  text-align: left;
}
.imcdoc .idocBlockIntro {
  clear: right;
  margin: 2em 0 .5em 0;
  font-family: Georgia,Times,serif;
  font-weight: bold;
}

/*# sourceMappingURL=imcdoc.css.map */
