
.reserv {
  text-decoration: none;
  padding: 15px;
  border-radius: 5px;
  color:#E38800; /* caractère orange clair*/
  line-height:1em;
  font-size: 25pt;
/*	font-variant: small-caps; */
	font-weight: bold;
}

.lien {
  text-decoration: none
  padding: 15px;
  border-radius: 5px;
  color: black
  font-size: 22pt;
  text-align:center;
	}


 .modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.modalDialog:target {
    opacity:0.95;
    pointer-events: auto;
}

.modalDialog > div {
    width: 500px;
    position: relative;
    margin: 20% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
}

.close {
background: #606061;
color: #FFFFFF;
line-height: 45px;
text-align: center;
 float: right; 
width: 500px;
text-decoration: none;
font-weight: bold;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
-moz-box-shadow: 1px 1px 3px #000;
-webkit-box-shadow: 1px 1px 3px #000;
box-shadow: 1px 1px 3px #000;
}
.close:hover { background: #00d9ff; }










html {
  /* background:#222; */
 /* background: lightblue; */
  background-image: url('rideau.jpeg'); 
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
    /* background-size : 100%; */
    
}

h1 {
/*	padding: 0; */
	font-family:Bookman, Helvetica , Arial , sans-serif;
	font-style: normal;
	font-size: 2.5em;
	font-weight: bold;
/*	vertical-align: bottom; */
/*	text-align: left; */
/*	width: 100%; */ 
	color: whitesmoke;
	text-shadow: 3px 3px 5px #1A0113;
   line-height:1em; 
} 

h2 {
	color:#E38800; /* caractère orange clair*/
	line-height:1.2em;
	font-size: 1.2em;
   text-shadow:3px 3px 3px #1A0113;
   }
   
h3 {
	color:wheat;
	font-size: 1.0em;
	line-height:1.0em;
	font-weight: normal;
}
h4 {
	color:#613700; /* caractère orange foncé */
	line-height:1em;
	font-size: 1em;
/*	font-variant: small-caps; */
	font-weight: bold;
}

h5 {
	color:lightgrey; /* caractère orange foncé */
	line-height:0.7em;
	font-size: 0.7em;
/*	font-variant: small-caps; */
	font-weight: bold;
}



.a-img-txt{
  display:grid; 
  margin-bottom: 10%;
  margin-top: 5%;
  
}
 
/* les enfants se superposent */
.a-img-txt>*{
    /* grid-area:1/1/-1/-1; */
    grid-area:auto/auto/1/1; 
  /* raccourci pour grid-row et grid-column */
  font-family:sans-serif; arial;
  font-size:150%;
  color : yellow;
  font-weight: bold;
   text-align: left;

   max-width: 100%; /* Largeur des carrés qui se superposent aux affiches -  */
   
 justify-content: center;
  align-items: center;
   
/*    align-items:start; */
   display:flex;
 
    
}
 
/* le texte */
.a-txt{
  opacity:0;
  transition:opacity 3s;
}
 
/* les couleurs c1 et c2 */
.c1{
    /* background:#0066ffcc; avec alpha */
  background:lightslategray; /* avec alpha */
}
  
/* le survol */
.a-txt:hover{
	    	
  opacity:0.8;
  /* cursor: ; */
}
 
/* la déco */
body{
  margin:24px;
  grid-template-columns:1fr 1fr;
  grid-gap:24px;
  gap:24px;
}
 

/* img{
  max-width:<?php echo($largeur) ?>;
  max-height:<?php echo($hauteur) ?>;
  
}
*/


#a {
  text-decoration:none;
 /* font-family:sans-serif; arial;
  font-size:21px;
  display:grid;
  color : yellow;
  font-weight: bold;
  text-align: center; */
 
}



body{ 
height: 100%; 
margin: 0;
padding: 0;
position: static;
} 

.col_gauche {
   position: fixed; 
   top: 5px;
   left: 5px;
   width: 100%;
   height: 15%;
    /*  text-align: left; */
}

.col_gauche:hover {
/* background-color:white; */
//* cursor: help; */
/* border-radius: 30px;
opacity : 0.8; */

}

.col_gauche_suite {
   position: fixed; 
 /* background-color: blue; */ 
   top: 25%;
   left: 5px;
   width: 100%;
    height: 80%;
    overflow : scroll;
   /*  text-align: left; */
}

.col_droite {
   /* position:relative; */
    /* background-color: blue; */ 
   top: 5px;
   left: 25px;
   width: 100%;
   
}



/* LES PAGES DE DETAIL */

#page_detail {
position: fixed;
display: block;
/* bottom: 10%; */
margin-left: 10%;
height: 75%;
background-color: grey;
width : 80%;
border-radius: 30px;
opacity: 0.8;

}
#page_detail_orange {
position: fixed;
display: block;
/* bottom: 10%; */
margin-left: 10%;
height: 75%;
background-color: #B4945A;
width : 80%;
border-radius: 30px;
opacity: 0.8;



}

#page_detail_violet {
position: fixed;
display: block;
/* bottom: 10%; */
margin-left: 10%;
height: 75%;
background-color: lightsteelblue;
width : 80%;
border-radius: 30px;
opacity: 0.8;



}

#detail_entete {
position:relative;
text-align: center;

}


#detail_col_gauche {
float: left;
margin-left: 10px;
max-width : 50%;
height: 60%;
opacity: 0.8;
overflow: scroll;
}

#detail_col_gauche:hover {
opacity: 1;
cursor : all-scroll;
}


#detail_col_droite:hover {
opacity: 1;
cursor : all-scroll;
}

#detail_col_droite {
margin-left: auto;
height: 60%;
overflow : scroll;
color: black;

}
ul {
list-style-image: url("/le_cercle_logo_mini.png");
}

#detail_pied {
/*overflow: scroll; */
height: 13%;
width: 99%;
text-align: center;
opacity: 0.7;

}

#detail_pied:hover {
opacity: 1;
width: 100%;
cursor: help;

 
}

