
body {
  background-color: black;
  color: #eeeeee;
  font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
  font-size: 80%;
  margin: 0px;
  }
strong {color: white;
  }
h1 { 
  margin: 0px;
  min-width: 580px;
/*  border: 1px solid red; */
  }
h2 {
  padding: 0px 0px 10px 25%;  
  margin: 0px 25% 0px 0px;
  background-color: gray;
  color: white;
  text-align: left;
  font-size: 18px;
/*   border: 1px solid blue; */ 
  }
h3 {
  text-align: right;
  font-size: smaller;
  margin: 0px 25% 0px 25%;
  padding: 10px 5px 10px 0px;
  }  
h3 a:link {
  background-color: black;
  color: white;
  }
#content P:first-letter {
    font-size: 200%;
    font-weight: bold;
  }
abbr { 
  cursor: help;
  }
acronym { 
  cursor: help;
  } 
code {
  font-size: medium;
  }

table { 
  border-collapse: collapse;
  border: solid 1px silver;
  }
td { vertical-align: top; 
  border: solid 1px silver;
  padding: 0.5em;
  }
th { font-size: 120%;
  vertical-align: top; 
  border: solid 1px silver;
  padding: 0.5em;
  }  
dt {}	
#prelude a {color: silver;
  font-size: smaller;
  text-decoration: none;
  }
#prelude a:hover {color: white;
  }
#prelude {margin-left: 25%;
  margin-top: -1em !important;
  }
#logo {
  text-align: center; width: 25%; float: left;
  }
#content {
  float: left; 
/*  border: 1px solid yellow; */
  width: 50%;
  min-width: 150px;
  }      
#content h3 {
  border-top: 1px solid silver;
  margin-right: 0px;
  margin-left: 0px;
  }
#content h3 + p.heure { 
  border-top : none; 
  }
#content p {
  margin: 0px 0px 1em 0px;
  /*width: 50%;*/
  text-align: justify;
/*  border: 1px solid green; */
  }
#content p.heure:first-letter {
  font-size: 100%;
  font-weight: normal;
  }
P.heure {
  padding-top: 1em;
  border-top: 1px dotted silver;
  font-size: smaller;
  font-weight: normal;
  }
#content a {
  color: silver;
  background-color: black;
  font-weight: bold;
  text-decoration: none;
  }
#content a:hover {
  background-color: silver;
  color: black;
  }
#content a[hreflang]:after {
  color: gray;
  font-weight: bold;
  content: "\0000a0[" attr(hreflang) "]";
}
#content q {
  quotes: '\0000ab\0000a0' '\0000a0\0000bb' '\00201c\0000a0' '\0000a0\00201d';
  font-style: italic;
  }
#content li {padding-bottom: 0.5em;
  }

#content dt { 
  font-style: italic;
  margin-top: 0.5em;
  }
#content dd {
  margin-top: 0.5em;
  margin-bottom: 1.5em; 
	}
#content dl {
  margin-left: 3em;
  }
	
#menu {
  float: left;
  width: 25%;
  min-width: 75px;
  text-align: center;
/*  border: 1px solid yellow; */
  }
#menu ul {list-style: none;
  margin-left: -3em;
  display: block;
}
.menuitem {
/*  display: block;*/
  max-width: 150px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
/*  border: 1px solid olive; */
  }  

.hiddenmenuitem {
  visibility: hidden;
  }
#menuimage {
  width: 100%;
  text-align: center;
  }
#photo {
  width: 100%;
  height: auto;
  max-width: 150px;
  border: 0px;
  }
#menubas {
  float: left;
  text-align: center;
  margin-right: 0px;
/*  border: 1px solid olive; */
  width: 24%;
  }
#menu a:visited {
  color: silver !important;
  background-color: black;
  text-decoration: none;
  }  
#menu a:hover {
  color: white !important;
  background-color: black;
  font-weight: bold;
  }  
#logosw3c {
/*   border: 1px solid olive; */
  margin: 0px 0px 0px 0px; 
  clear:left; 
  padding-top: 50px;
  text-align: center;
  }

/* styles pour d'eventuels boutons de changement de feuille de style, par Daniel */

   .button { border: 2px outset rgb(51,102,102);
    padding: 2px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: x-small;
    background-color: rgb(255,255,204);
/*    -moz-border-radius: 7px; */
    text-decoration: none ! important;
    color: black ! important;
    }

  .button:hover { background-color: rgb(255,204,153);
    }
