#site {
	width: auto;
	height: auto;
	background: url(../monument/fond.jpg) repeat-y;
}

#tete {
	width: 940px;
	height: 125px;
	background: url(../monument/tete.jpg) no-repeat;
	display: block;
	margin: 0 auto
}

#volat {
	
	width: 940px;
	height: auto;
	position: relative;
	margin: auto;
}

#corps {
    width: 940px;
    min-height: 350px;
    background: #FFF;

}
#menu {
   width: 244px;
background: url(../monument/menu-gauche-fond.jpg) repeat-y;
vertical-align: top;
}
#menuGTete {
    width: 234px;
    height: 28px;
    background: url(../monument/menu-g-tete.png) no-repeat center;
    margin-top: 50px;
}
#menuGMilieu {
	width: 184px;
	min-height: 200px;
	padding: 0 10px 0 40px;
	background: url(../monument/menu-g-milieu.png) repeat-y center;
	font-size: 13px;
}

#menuGPied {
    width: 234px;
    height: 14px;
    background: url(../monument/menu-g-pied.png) no-repeat center;
}
#dd {
	margin: 15px;
}
#article {
	width: 680px;
	background: #FFF;
	vertical-align: top;
	font-size: 14px;
	text-align: justify;
}
h3 {
    font-size: 14px;
    font-family: Verdana, Arial, "Times New Roman", serif;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    display: block;
    width: 98%;
    background: #322f23;
    clear: both;
    padding: 5px;
}
c {
	text-align: center;
}
d {
	text-align: right;
}
g {
	text-align: left;
}
a{text-decoration:none;color:#b07019}
a:hover{text-decoration:underline;color:#e7921e}


/* ------------- ------------- */
/* Zoom image avec fenêtre     */
/* modale « responsive ».      */
/* ------------- ------------- */
.img-sensible { max-width:250px; }
.twAudessus {
  /* Le trame de fond */
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  display: none;
  background: rgba(0,0,0,0.7);
  /*-webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in; */
}
.twAudessus a {
  /* Le truc pour centrer l'image */
  display: table-cell;
  vertical-align: middle;
  text-align: center;
 }
.twAudessus img {
  /* Le contour de l'image */
  max-width:1200px;
  padding: 5px;
 /* -webkit-border-radius: 10px;
  -moz-border-radius: 10px;*/
  background: #b07019;
}
.twAudessus:target {
  /* Affichage de l'image */
  display: table;
   -webkit-transition: width 2s;
    transition: width 2s;
}
@media screen and (max-width: 1600px){.twAudessus img { max-width:1000px; }}
@media screen and (max-width: 1024px){.twAudessus img { max-width:700px; }}
@media screen and (max-width: 800px){.twAudessus img { max-width:500px; }}
@media screen and (max-width: 600px){.twAudessus img { max-width:400px; }}
@media screen and (max-width: 500px){.twAudessus img { max-width:250px; }}

a#cRetour{
  border-radius:3px;
  padding:10px;
  font-size:15px;
  text-align:center;
  color:#fff;
  background:rgba(0, 0, 0, 0.25);
  position:fixed;
  right:20px;
  opacity:1;
  z-index:99999;
  transition:all ease-in 0.2s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  text-decoration: none;
}
.cRetour {
  border-radius:3px;
  padding:10px;
  font-size:15px;
  text-align:center;
  color:#fff;
  background:rgba(0, 0, 0, 0.25);
  z-index:99999;
  transition:all ease-in 0.2s;
  position: fixed;
  cursor: pointer;
  bottom: 1em;
  right: 20px;
  display: none;
}
.cRetour:before{ content: "\25b2"; }
.cRetour:hover{
  background:rgba(0, 0, 0, 1);
  transition:all ease-in 0.2s;
}