/* ---------- Base du style ------------------------ */body{  font-family: "Times New Roman", Times, serif ;   font-style: normal ;   font-size: 1em ;   font-weight: normal ;   text-align: left ;   Color: #222222 ;   background-color: white ;}/* ---------- Titres/lien/Paragraphe/image --------- */h1{  font-family: Verdana, Helvetica, Arial, sans-serif ;   font-size: 2em ;   font-weight: bold ;   font-style: normal ;   text-align: center ;   Color: white ;   background-color: #006C00 ;}h2{  font-family: Verdana, Helvetica, Arial, sans-serif ;   font-size: 1.3em ;   font-weight: bold ;   font-style: normal ;   text-align: left ;   Color: #006C00 ;}p{}a{  Color: #006C00 ;}a:hover{  Color: #006C00 ;   background: yellow ;}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.9em ;   padding-left: 3px ;   right: 3px ;}.mini H1{  font-size: 1.15em ;   text-align: left ;}.mini H2{  font-size: 0.95em ;}                  /* ---------- 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: 80% ;   margin-left: 10% ;}.MenuList ul{  font-family: Helvetica, Verdana, Arial, sans-serif ;   font-size: 1.00em ;   text-align: center ;    padding:0;   margin:0;}.MenuList li{  border-bottom:1px solid #EEEEEE;   list-style:none;   margin:0;}.MenuList a{  display:block;   text-decoration:none;   color:#006C00;   background-color:white;   padding: 2px;   cursor: pointer ;}.MenuList span a, .MenuList span{  display:block;   font-weight: bold ;   text-decoration:none;   color:#CCDDFF;   background-color:#006C00;   padding: 2px;}.MenuList a:hover{  background-color:#006C00;   color:yellow;}.MenuList span a:hover{  background-color:#006C00;   color:yellow;}/* ---------- Menu Horizontal / div ---------- */div.MenuHor, .MenuHor a{  font-family: Helvetica, Verdana, Arial, sans-serif ;   font-size: 0.95em ;   text-align: left ;   font-weight: bold ;   color: #D5FFD5 ;   padding: 0px ;   background: #006C00 ;   padding: 2px 10px 2px 10px ;   text-decoration: none ;   cursor: pointer ;}.MenuHor a:hover{  Color: #006C00 ;   background: #D5FFD5 ;}    /* * * * * * * * * * * * * * * * * * * * * * */   /*                                           */  /*    Mise en page                           */ /*                                           *//* * * * * * * * * * * * * * * * * * * * * * *//*                     cadrehaut    blocgauchebord->blocgauchepagebord->cadrebord->cadremilieu->bloccentre                      cadrebas     blocdroitebord->blocdroite*/body{  margin: 0px ;}#pagebord {  width: 100%;}#bloccentre{  margin-left: 11.5em;   margin-right: 11.5em;}#blocgauchebord{  margin-left: 0em ;   float: left ;   width: 11em;   background-color: #D4ECD4 ;}#blocdroitebord{  margin-right: 0em ;   float: right ;   width: 11em;   background-color: #D4ECD4 ;}