/*!
 * Viewer.js v1.6.1 
  suppression des flèches pour agrandir l'image
 *
 */
/*
.viewer-prev,
.viewer-next {
	
  background-repeat: no-repeat;
  color: transparent;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100px;
  opacity:0.5;
}

/*.viewer-prev {
	background-image: url(../templates-Z/fleche-G.gif);
	background-position: 20px 15px;
	content: 'Previous';
}

.viewer-prev:hover {
	 background-image: url(../templates-Z/fleche-G1.png);
	 background-position: 20px 15px;
	  opacity:1;
}


.viewer-next {
  background-image: url(../templates-Z/fleche-D.gif);
  background-position: 40px 15px;
  content: 'Next';
}
.viewer-next:hover {
	 background-image: url(../templates-Z/fleche-D1.png);
	 background-position: 40px 15px;
	  opacity:1;
}
.viewer-toolbar > ul {
  display: inline-block;
  margin: 0 auto 5px;
  overflow: hidden;
  padding: 3px 0;
}

.viewer-toolbar > ul > li {
  cursor: pointer;
  float: left;
  height: 40px;
  overflow: hidden;
  width:100px; /*  largeur des boutons*/
/*}*/


.viewer-container { 
  bottom: 0; /* bas des mini-vignettes   */
  direction: ltr;
  font-size: 0;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 15px; /*  permet de baisser l'image   */
  -ms-touch-action: none;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

}

.viewer-container::-moz-selection,
.viewer-container *::-moz-selection {
  background-color: transparent;
}

.viewer-container::selection,
.viewer-container *::selection {
  background-color: transparent;

}

.viewer-container img {
  display: block;
  height: auto;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
  border: 1px solid white;
  border-radius:5px;
}

.viewer-canvas { /* zone d'arrière-plan utile pour fermer l'image  */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  cursor: url(../templates/close.cur), zoom-out;
}

/*.viewer-canvas > img {  /* utilité ?  */
/*  height: auto;
  margin: 15px auto;
  max-width: 90% !important;
  width: auto;
}*/

.viewer-footer { /* contient  titre, toolbar et navbar  */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
}

.viewer-navbar {  /* mini-vignettes  */
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
/* gestion des vignettes affichées dans le navbar   */
.viewer-list {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 50px;
  margin: 0;
  overflow: hidden;
/*  padding: 1px 0;*/
}

.viewer-list > li {
  color: transparent;
  cursor: pointer;
  float: left;
  font-size: 0;
  height: 50px;
  line-height: 0;
  opacity: 0.5;
  overflow: hidden;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  width: 30px;
}

.viewer-list > li:hover {
  opacity: 0.75;
}

.viewer-list > li + li {
  margin-left: 1px;
}

.viewer-list > .viewer-loading {
  position: relative;
}

.viewer-list > .viewer-loading::after {
  border-width: 2px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  width: 20px;
}

.viewer-list > .viewer-active,
.viewer-list > .viewer-active:hover {
  opacity: 1;
}
.viewer-tooltip {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  color: #fff;
  display: none;
  font-size: 12px;
  height: 20px;
  left: 50%;
  line-height: 20px;
  margin-left: -25px;
  margin-top: -10px;
  position: absolute;
  text-align: center;
  top: 50%; /* affichage du pourcentage  */
  width: 50px;
}

.viewer-titre {
  color: #fff;
  white-space: pre; 
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  margin: 10px 5% 5px;
  max-width: 70%;
  overflow: hidden;
  padding:5px;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  white-space: normal;
  background-color:#000066;
  border:solid gray 1px;
  border-radius:5px;
}

.viewer-fixed {
  position: fixed;
}

.viewer-open {
  overflow: hidden;
}

.viewer-show {
  display: block;
}

.viewer-hide {
  display: none;
}

.viewer-backdrop { /* couleur de l'arrière-plan des images  */
  background-color: rgba(0, 0, 0, 0.5);
}

.viewer-invisible {
  visibility: hidden;
}

.viewer-move {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.viewer-fade {
  opacity: 0;
}

.viewer-in {
  opacity: 1;
}

.viewer-transition {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.viewer-loading::after {
  -webkit-animation: viewer-spinner 1s linear infinite;
  animation: viewer-spinner 1s linear infinite;
  border: 4px solid rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
  z-index: 1;
}
/******************************************/
img.c1
{
border: 2px solid gray;
margin:5px ;
 opacity:0.85;
filter:alpha(opacity=85); /* For IE8 and earlier */
width:auto;
height:auto;
}
img.c1:hover
{

border: 2px solid white;
transform:scale(1.03,1.03);
transform-origin: 50% 100%;
 box-shadow:1px 3px 6px 4px rgba(150,150,150,0.12);
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}
img.auto
{
border: 2px solid gray;
 border-radius:4px;
 transition:ease-in-out .15s;
  width:auto; 
  height:auto;
}
img.auto:hover
{
border: 2px solid white;
transform:scale(1.03,1.03);
transform-origin: 50% 100%; 
box-shadow:1px 3px 6px 4px rgba(150,150,150,0.12);
}
img.c0 /* pour que la vignette ne s'affiche pas  */
{
position :absolute; /* nécessaire pour Mozilla   */
visibility:hidden; 
width:0px;
margin-left:-6px;
}

img.MdE 
{border-radius:10px;
box-shadow:10px 10px 5px gray;

}
img.MdE:hover
{cursor: url(../templates/close.cur), zoom-out;
}
BODY {
	BACKGROUND-POSITION: center top; BACKGROUND-ATTACHMENT: fixed; MARGIN: 0px; COLOR: #ffcc00; FONT-FAMILY: Verdana, Arial; BACKGROUND-COLOR: #000000}
	
.Style2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #FFCC00;
	font-style: italic;
	font-weight: bold;
}
.bouton2 a { /* boutons affichés verticalement*/
display:block;
background:url(bouton01.png) no-repeat;
font: 22px  Monotype Corsiva; 
/*text-shadow: #000 -1px 1px 1px;*/
white-space:nowrap; 
width:135px;
line-height:28px;
text-align:center;
vertical-align:middle;
color:#FFCC00; 
text-decoration:none; /* lien non souligné */
}
.bouton2 a:hover { 
background:url(bouton00.png) no-repeat;
color:white;
}
.bouton3 a { /* boutons affichés verticalement, texte bleu puis blanc*/
display:block;
background:url(bouton01.png) no-repeat;
font: 22px  Monotype Corsiva; 
/*text-shadow: #000 -1px 1px 1px;*/
white-space:nowrap; 
width:135px;
line-height:28px;
text-align:center;
vertical-align:middle;
color:blue; 
text-decoration:none; /* lien non souligné */
}
.bouton3 a:hover { 
background:url(bouton00.png) no-repeat;
color:white;
}

.invisib {visibility:hidden}
.lien-v {/* lien affiché verticalement entre deux vignettes */
writing-mode:tb-rl; 
margin-bottom:15px; 
background-color:#1A2F3D; 
border:1px solid #FFCC00; 
border-radius:5px;
font-family: "Times New Roman", Times, serif;
font-size: 28px;
color: #FFCC00;
font-style: italic;
}
.lien-v:hover { 
background-color:#4C82A8; 
color: white;
}
.lien-h { /* lien à afficher dans le titre d'une photo */
background-color:#4C82A8; 
border-radius:10px;
font-family: "Times New Roman", Times, serif;
font-size: 18px;
color: #FFCC00;
font-style: italic;
font-weight: bold;
}
.lien-h:hover {
color: white;
background-color:#52BEFF;
}
