/* ---------- Base du style ------------------------ */body{  font-family: Papyrus, Arial, sans-serif ;   font-style: normal ;   font-size: 0.9em ;   font-weight: normal ;   text-align: left ;   Color: #111111 ;   background-color: white ;}/* ---------- Titres/lien/Paragraphe/image --------- */h1{  font-family: "Times New Roman", Times, serif ;   font-size: 3em ;   font-weight: bold ;   font-style: italic ;   text-align: center ;   Color: #880000 ;   padding: 4px ;   display: block ;   border-style: solid ;   border-color: #AA0000 ;   border-width: 1px ;   background-color: #E3B4B4 ;}h2{  font-family: "Times New Roman", Times, serif ;   font-size: 1.8em ;   font-weight: bold ;   font-style: italic ;   text-align: left ;   Color: #880000 ;}p{}a{  Color: #880000 ;}a:hover{  background-color:#E3B4B4;   color:#440000;}img{  border-width: 0px ;}.flgauche{  float: left ;}.fldroite{  float: right ;}.marg1{  margin: 40px ;}.marg2{  margin: 80px ;}.marg3{  margin: 120px ;}/* ---------- Taille minimum ----------------------- */div.mini{  font-size: 0.85em ;   padding-left: 3px ;   right: 3px ;}.mini H1{  font-size: 1.2em ;   text-align: left ;}.mini H2{  font-size: 1.00em ;}                  /* ---------- DIVERS de type Menu --------------------- */  /*  le tag <div class="MenuDiv"> positionne le menu     */ /*   les tag <li><span><a> affichent les TITRES du menu *//*    les tag <li><a> affichent les lignes du menu      */div.MenuList{  width: 150px ;}.MenuList ul{  font-family: "Times New Roman", Times, serif ;   font-size: 1.15em ;   text-align: left ;    border-width:1px 1px 0px 1px;   border-style:solid;   border-color:#d6e1ec;   padding:0;   margin:0;}.MenuList li{  border-bottom:1px solid #d6e1ec;   list-style:none;   margin:0;}.MenuList a{  display:block;   text-decoration:none;   color:#369;   background-color:#fff;   padding-left:1em;   cursor: pointer ;}.MenuList span{  display:block;   text-decoration:none;   color:#036;   background-color:#eff4fa;   padding-left:1em;}.MenuList a:hover{  background-color:#eff4fa;   color:#036;}.MenuList span a:hover{  background-color:#eff4fa;   color:#013;}/* ---------- Menu Horizontal / div ---------- */div.MenuHor{  padding: 0 ;}.MenuHor a{  font-family: Helvetica, Verdana, Arial, sans-serif ;   font-size: 0.95em ;   text-align: left ;   text-decoration: none ;   font-weight: bold ;   color: #224488 ;   background: white ;   margin-left: 0.3em ;   border-style: solid ;   border-color: #CCCCCC ;   border-width: 1px ;   padding: 2px 10px 2px 10px ;   cursor: pointer ;}.MenuHor a:hover{  Color: #224488 ;   background: #cccccc ;}/* ---------- Gestion de la mise en page ----- */body{  margin: 0px ;}#Conteneur {  position: absolute;   width: 100%;}#EnTete {  height: 100px;}#centre{  margin-left: 11.5em;   margin-right: 11.5em;}#gauche{  position: absolute;   left:0 ;   width: 11em;}#droite{  position: absolute;   right:0 ;   width: 11em;}#pied{  height: 30px;   background-color: #99CC99;}