body {                       /* La page complète */
   font-family: 'Trebuchet MS', 'Times New Roman', 'Verdana';
   font-size: 14px;             /* Polices et taille par défaut */
   margin:  0;
   padding: 0;
   }

#DivBody {                   /* Indispensable     17/04/2008 */
   border: solid black 1px;     /* Le body ne fonctionne pas comme un div */
   margin-top:   10px;
   margin-left:  Auto;
   margin-right: Auto;
   padding: 0;
   width:  920px;
   text-align: left;            /* Bug IE */
   }

#BandeauEs {                 /* Bandeau Estaminets */
   position: relative;          /* Base de positionnement absolu */
   margin : 0;                  /* Par défaut pour tous les composants fils */
   padding: 0;
   height: 100px;
   }

#Info {                      /* Le cadre contenant les infos */
   position: relative;
   top:   0px;                  /* top et left : par rapport */
   left:  0px;                                        /* à position:relative */
   margin : 0;                  /* Par défaut pour tous les composants fils */
   padding: 0;
/* width: 100%;  */
   color: black;
   }

#PiedPage {                  /* Le pied de page */
   position: relative;
   top:   0px;
   left:  0px;
   margin : 0;
   padding: 0;
   height: 31px;
   }

#PiedPage_Site {
   position: absolute;
   top:         0px;
   margin-top: 15px;
   left:      220px;
   font-family: arial;
   font-size: 10px;
   color: gray;
   }

#PiedPage_DateMaj {
   position: absolute;
   top:         0px;
   margin-top: 15px;
   left:      520px;
   font-family: arial;
   font-size: 10px;
   color: gray;
   }

#PiedPage_RavetAnceau {
   position: absolute;
   top:         0px;
   margin-top:  6px;
   left:      740px;
   }
