/*===============================================================
    Id
  ===============================================================*/
#Entete{
  padding: 0;
  margin: 0;
  color: #C6FF00;
  font: 7mm "Tahoma", Tahoma, Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align:center;
  line-height: 120%
}

#EnteteOmbre{
  padding: 0;
  margin: 0;
  color: black;
  font: 7mm "Tahoma", Tahoma, Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align:center;
  line-height: 120%
}

#TitrePage {
  position: relative;
  color: #C6FF00;
  padding: 0;
  left: 150px;
  top: 200px;
  text-align: center;
  font: 10mm "Trebuchet MS";
  font-weight: bold;
  text-decoration: underline;
  z-index: 7;
}

.Citation{
    font: 10px "Lucida sans";
/*    font-weight: bold;*/
    font-style: italic;
 /*   color: #C6FF00;    */
    padding:0;
    margin:0;
    top: 0;
    left: 0;
    Background: transparent;
    text-align: left;
}

.AuteurCitation{
    font: 8px "Lucida sans";
    font-weight: bold;
/*    font-style: italic;*/
/*    color: white;*/
    padding:0;
    margin:0;
    top: 0;
    left: 0;
    Background: transparent;
    text-align: right;
}