a:link {
  font-family: albany;
  font-size: 10pt;
  font-weight: bold;
  color: #800000;
  text-decoration: none;
}
a:visited {
  font-family: albany;
  font-size: 10pt;
  font-weight: bold;
  color: #cc0000;
  text-decoration: none;
}
a:hover {
  font-family: albany;
  font-size: 10pt;
  font-weight: bold;
  color: #cc0000;
  text-decoration: underline;
}
a:active {
  font-family: albany;
  font-size: 10pt;
  font-weight: bold;
  color: #cc0000;
  text-decoration: none;
}
p {
  font-family: times;
  font-size: 10pt;
  font-weight: normal;
  color: #cc0000;
}
td {
  font-family: times;
  font-weight: normal;
  color: #cc0000;
  font-size: 12pt;
}
h1 {
  font-family: albany;
  font-size: 18pt;
  font-weight: bold;
  color: #cc0000;
}
h2 {
  font-family: albany;
  font-size: 14pt;
  font-weight: bold;
  color: #cc0000;
}
h3 {
  font-family: albany;
  font-size: 12pt;
  font-weight: bold;
  color: #cc0000;
}
a.info {
  position: relative;
  text-decoration: none;
  font-weight: bold;
}
a.info:hover {
  background: transparent none repeat scroll 0% 50%;
  text-decoration: none;
}
a.info span {
  display: none;
}
a.info:hover span {
  border: 1px solid #000000;
  padding: 2px 4px;
  background: #ffffcc none repeat scroll 0% 50%;
  display: inline;
  position: absolute;
  top: 1.5em;
  left: 0.5em;
  z-index: 20;
  color: #cc0000;
  width: 250px;
  text-align: center;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
}

* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
/* Documents container */
.documents-container {
  max-width: 700px;
  position: relative;
  margin: auto;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* Position the "prev button" to the left */
.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  font-size: 30px;
}

/* Caption text */
.text {
  color: #ffffff;
  font-size: 25px;
  font-weight : bold;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #ffffff;
  font-size: 25px;
  font-weight : bold;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.image_left {
	width: 500px;
	float: left;
	margin:0 10px 10px 20px;
}

.texte-histoire {				/* texte dans le div histoire */
	margin:0 5px 5px 50px;
	font-size: 12pt;
	color: #000000;
}

.videoperso {
	width: 664px;
	height: 418px;
}

#aucun {
	font-size: 20px;
}

/* Sur de plus petits écrans, caractères plus petits et image plus petite */
@media only screen and (max-width: 300px) {
	.prev, .next,.text {font-size: 11px}
	.image_left {
		width: 200px;
		margin:0 10px 10px 10px;
	}
}
