<!--

/*    Feuille de style ; document principal de mise en page du site www.2040.ch    */ 

#Global {
  color: maroon;              /* Couleur de la police */ 
  background-color: white;
  width: 100%;
  
  /* background-repeat: repeat-y, repeat-x; */ 
  
  font-family: "Comic Sans MS", Tahoma, Verdana;
  text-align: center;
  font-size: 100%;
  font-style: normal;
  line-height: 2em;
  /* display: block; */
  }
  
  /*     Eléments de formatage des parties générales en HTML  */
  
  h1 {font-size: 200%; 
      text-align: center;
      text-shadow: 4px 4px 8px forestgreen;}
  h2 {font-size: 150%; 
      text-align: center;}
  h3 {font-size: 100%; 
      text-align: center;}
  h4 {font-size: 62.5%; 
      text-align: center;}
  a {text-decoration: none; }
  a:link{color: #0000DD; }
  a:visited{color: red; }
  a:hover, a:focus {text-decoration: underline;
                    color: crimson;
                    background-color: lightgoldenrodyellow;}
  ul li {list-style-type: none;
         list-style-position: outside;
         marker-offset: 0em;
         text-align: center; 
         padding-right: 1em;
         }
  ol li {list-style-type: decimal;
         list-style-position: outside;
         marker-offset: 2em; 
         text-align: justify; 
         padding-right: 1em;}
  
#Navig {
  font-family: "Comic Sans MS", Tahoma, Verdana;
  text-align: center;
  font-size: 1em;
  font-style: normal;
  top:3px;
  z-index:9;
  line-height: 2em;
}

#Navig li
{
 display: inline; 
  margin: 0 2px 0 0;

}
#Navig a {
  /* background-color: lightgreen; */
  padding: 0px 2px 0px 2px;
  border: 2px solid maroon;
}

#Navig a:hover, 
   #Global #Img2010 a,
   #Global #Img2009 a
{
  background-color: lightgoldenrodyellow;
}

#Enveloppe {
  position: relative;
  top: 4px;
  height:auto; 
  z-index: 0;
    /* background-attachement: fixed;  Evite le d‚filement de l'image */ 
}

#MaJ {
  color: indigo;
  text-decoration:blink;
}
#Textes {
  position: absolute;
  top: 5px;
  left: 1%;
  height: auto;
  z-index: 2;
  text-align: center;
  font-weight: normal;
  overflow: auto;

  /* width: 40%; */
  border: 1px solid limegreen;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
} 

.Txt_std {
  text-align: justify;
  line-height: 1.5em;
  padding-right: 1em;
  padding-right: 1em;
}

      .Table_std {
          position:relative;
          /*left: 0%; 
          top:0%;*/
          width:100%;
          height: 100%;
          z-index:2;
          background-color: white;
          overflow: auto;
          text-decoration: none;
          font-style: normal;
          text-transform: none;
          font-stretch: normal;
          font-variant: normal;
          line-height: 1.2em;
          }
      .Inscription {
          color: #FF0000
          }
      .Raquettes {
          color: #FF8888
          }
      .Tab_titre {
          color: #333300;
          /* background-image: url(Texture_hiver.jpg); */
          font-weight: bold;
          font-size: 1em;
          text-align: center;
          }
          .Tab_ligne {
          font-weight: normal;
          font-size: 0.8em;
          text-align: center;
          }
#Table_prog {
      /* top: 0px; */
      overflow: auto;
      height: auto;
      /* Parametres de formatage du tableau */
      border-width: 2px;
      border-style: solid;
      border-color: limegreen;
      }
      
#Table_arch {
      /* top: 2px; */
      overflow: auto;
      height: auto;
      /* Parametres de formatage du tableau */
      border-width: 2px;
      border-color: limegreen;
      border-style: none;
      border-top-style: double;
      border-right-style: double;
      border-bottom-style: double;
      border-left-style: double; 
}      
 -->

