body {  
  background-color: #cccccc;
}

table {  
  background-color: black;  
  width: 960px;  
  margin-left: auto;  
  margin-right: auto;
}

td {  
  width: 236px;  
  font-family: "Trebuchet MS";  
  font-size: 14pt;
}

.entete {  
  color: #3333ff;  
  background-color: #cc9933;
}

.grossiment {  
  width: 600px; 
   height: 200px;
  }


#navigation {  
  background-color: #99ffff;  
  text-align: center;  
  font-size: 15pt;  
  line-height: 29px;  
  color: #ff6666;
}

#propos:hover {  
  color: #99999f;
}

#propos:hover {  
  background-color: #9fffff;
}

#circuit:hover {  
  color: #99999f;
}

#circuit:hover {  
  background-color: #9fffff;
}

#famille {  
  width: 236px;  
  margin-left: 0px;  
  margin-bottom: 0px;  
  margin-top: -43px;
}

#logo {  
  width: 236px;  
  height: 200px;  
  margin-top: -5px;
}

#entete_generale {  
  width: 713px;  
  height: 200px;
}

#bas {  
  border-top-width: 3px;  
  border-top-style: solid;  
  border-top-color: #330000;  
  margin-top: 0px;  
  margin-right: 0px;  
  margin-bottom: 0px;  
  margin-left: 0px;  
  padding-top: 3px;  
  padding-bottom: 0px;  
  height: 4px;
}

#apropos {  
  width: 0px;  
  text-align: center;  
  color: #3366ff;  
  background-color: #cc9933;
}

.survol:hover {  
  color: white;
}

.survol:hover {  
  background-color: black;
}

.lien {  
  text-decoration: none;
}

.lien:hover {  
  background-color: black;
}

.texte {  
  text-align: center;  
  font-family: "Trebuchet MS";
}

#iti {  
  width: 960px;
}

#plan {  
  margin-top: 0px;  
  margin-right: auto;  
  margin-bottom: 0px;  
  margin-left: auto;  
  width: 600px;
}

#carte {  
  margin-left: auto;  
  width: 600px;  
  margin-right: auto;
}

#itineraire {  
  margin-left: 40px;  
  margin-right: 40px;  
  padding-left: 154px;
}

.survol:hover {
}

h1 {  
  text-align: center;
}

.photo {  
  text-align: center;  
  margin-left: 29px;
}

.texteimage {  
  text-align: center;  
  text-decoration: none;
}

.gras {  
  font-weight: bolder;  
  color: #000099;
}

#texte1 {  
  text-align: justify;
}

h2 {  
  text-align: center;
}
.zoom {

height: 450px;
}
.zoom p {
text-align: center;
}
.zoom img:hover {
width: 800px;
height: 500px;
}

.cf:before,
.cf:after {
  content:"";
  display:table;
}
.cf:after {
  clear:both;
}
.droite {
  float:right;
}
 
.oModal {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity:0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}
 
.oModal:target {
  opacity:1;
  pointer-events: auto;
}
 
.oModal:target > div {
  margin: 5% auto;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
 
.oModal > div {
  max-width: 925px;
  position: relative;
  margin: 1% auto;
  padding: 6px 6px 6px 6px;
  border-radius: 1px;
  background: #eee;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
 
.oModal > div header,.oModal > div footer {
  border-bottom: 1px solid #e7e7e7;
  border-radius: 5px 5px 0 0;
}
.oModal .footer {
  border:none;
  border-top: 1px solid #e7e7e7;
  border-radius: 0 0 5px 5px;
}
 
.oModal > div h2 {
  margin:0;
}
 
.oModal > div .btn {
  float:right;
}
 
.oModal > div section,.oModal > div > header, .oModal > div > footer {
  padding:10px;
}