html,body { 
  margin:0;
  padding:0;
  max-width: 800px;
}

body {
 /* width: 200px;*/
  font-family: "Times New Roman",Times,serif;
}

/*
* {border:2px green solid;
}
*/

div {
  border: 2px solid red;
}

#entete {
  border: 1px solid black;
  overflow: auto;
  height: 20%;
  position: static;
  width: /*100%*/ auto;
  background-color: #99ff99;
}

#menu { border: 1px dotted;
  z-index: 10; /* Acces au menu quand pleinepage overflow */
  width: /*100%*/ auto;
  top: 21%;
  height: auto;
  position: /*static*/ fixed;
 /* overflow:auto; */
}

#cellule {
  border: 1px solid black;
  margin: 1px 1px;
  padding: 1px 2px;
  float: left;
  width: auto;
  height: auto;
  font-size: 80%;
}
/* #pleinepage est destiné à remplacer #corpsdetexte au fur et à mesure de la mise à jour des pages du site 
#corpsdetexte {
  background-color: rgb(255,204,102);
  width:100%;
  top:29%; 
  height:71%;
  border: 2px solid black;
  overflow:auto;
  position:fixed;
}
*/
#pleinepage {
  background-color: rgb(255,204,102);
  padding: 2px;
  width: 800px /*auto 99%*/;
  top:27%;
  height: 71%;
  border: 2px solid black;
  overflow:auto;
  position: /*fixed*/ absolute;
}

#paragraphe {
  background-color: rgb(255,204,102);
  width:100%;}

g {
  font-weight: bold;
}

h1 {
  font-family: "Times New Roman",Times,serif;
  font-size: 250%;
  line-height: 0.3em;
  font-weight: bolder;
  font-style: italic;
  color: black;
  text-align: center;
}

h2 {
  font-family: "Times New Roman",Times,serif;
  font-size: 100%;
  line-height: 1em;
  font-weight: bolder;
  font-style: italic;
  color: black;
  text-align: center;
}

h3 {
  font-family: "Times New Roman",Times,serif;
  font-size: 120%;
  line-height: 1em;
  font-weight: bolder;
  font-style: italic;
  color: black;
  text-align: center;
}


a {
text-decoration:none;}

*|a:link {
  color: blue;}

*|a:visited {
  color: blue;}

a:active {
  color: black;}

a:hover {
  z-index: 10;
  color: black;
  font-size: 120%;
  font-weight: bold;}

.zoom {
  height: auto;
  width: auto;
  padding: 10px;
  margin: 1px 3px 1px 3px;
  border : solid red 2px;
  float: left;
}

.zoom img {
  width: 160px;
  height: 120px;
  margin:2px;
  margin-right: 10px;
  border: solid green 2px;
  padding: 2px;
  /*float: left;*/
}

.zoom img:hover {
  width: 300px;
  height: 225px;
}

.lettrine {
 float: left;
 font: 3em bold;
 border: 1px solid green;
 background-color: rgb(227,204,102);
 margin-right: 1px;
 padding: 0 5px 0 5px;
}

.gras {
  font-weight: bold;
}

.pieddeboite {
  padding: 5px;
  text-align: center;
  background-color: rgb(153, 255, 153);
}

table img {
  width: 160px;
  height: 120px;
}

Table img:hover {
  width: 300px;
  height: 225px
}
/*  </style> */

