

/* www.complexspiral.com/publications/containing-floats */
/* css.alsacreations.com */
  body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  color: #707070;
  margin: 0;
  padding: 0;
  background-image: url('../img/fond_0.jpg');
  background-repeat: no-repeat;
  }

  #conteneur {
	position: relative;
	width: 800px;
	margin: 0 auto; 
 background-color: #ffffff; 
  }

  #entete {
  height: 80px;
  margin: 0 auto;
  background-color: #ffffff;
  }

  #aboutlinks {
  position: absolute;
  top: 0px; right:0px;
  float:right;
  padding:2px 5px 0 0;
  font-family: "lucida grande", verdana, arial, helvetica, sans-serif;
  font-size: 0.7em; }
  #aboutlinks a {color:#808080; }
  #aboutlinks a:active, a:link, a:visited {text-decoration: none;}
  #aboutlinks a:hover {color:#808080; text-decoration: underline; 
             border-bottom: none}


  #gauche {
  position: absolute;
  top: 80px;
  left: 0;
  width: 200px;
  margin-bottom: 0px;
  background-color: #ffffff; 
  }

  #centre {
  margin-top: 0px;
  margin-left: 205px;
  background-color:#FEFEFE;
  }
/*
  #droite {
  position: absolute;
  top: 80px;
  right: 0px;
  width: 150px;
  margin-bottom: 25px;
  background-color: #ffffff;
  }
 */
  #pied {
  font-size: 0.7em;
  height: 50px;
  text-align: center;
  background-color: #eeeeee;
  }

  BODY {
  margin-left: 10pt; }

/* www.edginet.org/techie/website/xhtml.html */
  H1, H2, H3, H4 {
  font-family: "Arial";
  margin-top: 5pt;
  margin-bottom: 4pt
  }
  H1 { margin-left: 0pt; 
   color: #808080;
   font-size: 1.2em;
  }
  H2 { margin-left: 3pt;
   color:  #808080;
   font-weight: bold;
   font-size: 1.1em;
  }
  H3 { margin-left: 6pt;
   color:  #808080;
   font-weight: bold;
   font-size: 1em;
  }
  H4 { margin-left: 9pt;
   color:  #808080;
   font-size: 1em;
  }
  A:link, A:visited {
   color: #707070;
   text-decoration: underline }
  A:active {
   color: #707070;
   text-decoration: none }
  P { margin-top: 15pt;
    margin-right: 10pt;
    margin-bottom: 15pt;
    margin-left: 0pt;
   text-align: justify;  
  }
  UL { margin-top: 1pt;
    margin-right: 1pt;
    margin-bottom: 1pt;
    margin-left: 5pt; }
  IMG { border: 0; }
/*
  IMG { float: left;
    margin-top: 2pt;
    margin-right: 2pt;
    margin-bottom: 2pt;
    margin-left: 2pt;
  } 
*/
TABLE {
  font-family: "Arial";
  font-size: 1em;
  border-spacing: 1pt }
CAPTION {
  color: #010566; }
TH {
  color: #010566;;
  font-weight: bold }
TD {
  color: black; 
  background: #eeeeee
  }

/* www.w3.org/TR/html4/present/graphics.html#floating
  BR { clear: all }
 */


/* */
@media print {
  body { background: white; color: black; }
  h1, h2, h3, h4, h5 {
	border: 0; color: black; background: white;
	font-weight: bold;}
  #gauche { display: none; }
  #centre { margin-left: 0px; }
  a { text-decoration: none; color: black; }
  img { float: left; }
  }

.zoom {
height:640px;
margin:auto;
}
.zoom p {
text-align:center;
}
.zoom img {
width:320px;
height:90px;
}
.zoom img:hover {
width:640px;
height:180px;
}


