a {
  text-decoration: none;
  color: black;
}

span.textebleuclair {
  color: #A9D2F3;
}

span.textebleufonce {
  color: #254187;
}


span.scaps {
  font-variant: small-caps;
}

span.exposant {
position: relative;
bottom: 0px;
font-size: .6em;
line-height: .6em;
vertical-align:super;
text-decoration:none;
}

span.exposant-scaps {
position: relative;
bottom: 0px;
font-size: .5em;
line-height: .5em;
vertical-align:super;
text-decoration:none;
}

span.sans-cesure {
  white-space: nowrap;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
}

img.hoverable {
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	transition-duration: 300ms;
	opacity: 0;
	overflow: hidden;
}

img.hoverable:hover {
  opacity: 1;
}

.textecourant {
  font-family: "BGaramond";
  font-size: 14pt;
  line-height: 20pt;
  color: #254187;
}

.textegras {
  font-family: "BGaramond";
  font-weight: bold;
  font-size: 14pt;
  line-height: 20pt;
  color: #254187;
}

.textelegende {
  font-family: "BGaramond";
  font-size: 11pt;
  line-height: 20pt;
  color: #777777;
}

.texteevidence {
  font-family: "Din Bold";
  font-size: 14pt;
  line-height: 20pt;
  color: #254187;
}

.intertitre {
  font-family: "Din Bold";
  font-size: 19pt;
  line-height: 24pt;
  color: #254187;
}

.intertitre-noir {
  font-family: "Din Bold";
  font-size: 19pt;
  line-height: 24pt;
  color: #000000;
}


.intertitre-din {
  font-family: "Din Engschrift Alternate";
  font-size: 19pt;
  line-height: 24pt;
  color: #254187;
  letter-spacing: 1px;
}

.travaux {
  font-family: "Din Bold";
  font-size: 19pt;
  line-height: 24pt;
  color: #AAAAAA;
  letter-spacing: 1px;
}

.intertitre-test {
  font-family: "Din Bold";
  font-size: 19pt;
  line-height: 24pt;
  color: #254187;
}

.intertitre-gill {
  font-family: "GillAltOneMT";
  font-style: normal;
  font-weight: bold;
  font-size: 19pt;
  line-height: 24pt;
  color: #254187;
}

.chapo {
  font-family: "BGaramond";
  font-size: 20pt;
  line-height: 28pt;
  color: #000000;
}

.chapo-rouge {
  font-weight: bold;
  color: #FF0000;
}

.chapo-din {
  font-family: "Din Bold";
  color: #000000;
}

.texte-rouge {
  font-family: "BGaramond";
  font-size: 16pt;
  line-height: 23pt;
  color: #FF0000;
}

.texte-din {
  font-family: "Din Bold";
}

.texte-bleu {
  font-family: "BGaramond";
  font-size: 16pt;
  line-height: 23pt;
  color: #254187;
}

.texte-vert {
  font-family: "BGaramond";
  font-size: 16pt;
  line-height: 23pt;
  color: #339900;
}

