/* cette feuille de style (" Black & White ") est une feuille alternative du site */

* {padding:0}

/* redéfini le body (CAD le style de base) de toutes les pages HTML du site */
body {
   margin:0 0 0 15% ;
   background-color :white ;
      /*les fonctions scrollbar ne marchent qu'avec MS Internet explorer */
   scrollbar-face-color:black;
   scrollbar-track-color: "#F4F4F4"}


/* Titre en haut de page des articles (pas utilisé dans la 1er page) */
h1 {
   font-size:300%;
   margin : 2% 0% 0 0% ;
   text-align: center;
   font-weight: bolder;
   color: black; 
   border-style: outset;
   border-width: 4px 0px 2px 0px}


/* titre des chapitres internes aux articles */
h2 {
   font-size:190%;
   font-style: italic;
   color : white;
   background-color : black;
   border-top: solid black 2px;
   margin : 40px 1% 1% 0}


/* Application d'un style "lettrine" à la 1er lettre des titres de chapitres */
h2:first-letter {
   font-size: 160% ;
   color: white}


/* définition du style de chaque liste du site*/
li {
list-style-type: square;
padding: 0 0 0 2%}


/* définition du style du tableau des menus de la 1er page */
.tableau_1er_page {
   background-image: url(taoteking2.jpg);
   background-repeat: no-repeat;
   border-width: 0px }

.tableau_1er_page td {border-width: 0px }

.tableau_1er_page a {color: #655818; text-decoration: none }

.tableau_1er_page a:hover{color: white ; background-color: black; text-decoration: none}

.tableau_1er_page li {
   list-style-image: square;
   padding: 0 0 0 0px}

.tableau_1er_page li {font-size: 7pt}

.colonne_1 li {line-height: 168%}

.colonne_2 li {line-height: 240%}

.colonne_3 li {line-height: 205%}
/* fin de la définition du style du tableau des menus de la 1er page */


/* Styles des menus - jouent dans toutes les pages, sauf la 1er page */
.menu ul>li {display:block}

.menu {      
   width: 19%;
   height: 100%;
   left:0%;
   top : 0%;
   border: none;
   background: url(taoteking2.jpg) fixed no-repeat bottom}

.menu li {
   font-weight: bolder;
   display:block ;
   padding: 0 0 0 5px;
   width:100% ;
   font-size: 9pt}

.menu a {color:black; width: 98%; display:block ; border: none; line-height : 50px;}

.menu a:hover {background: black url(none); color: white ; line-height : 49px}

.menu a:active {color:gray ; background-image: url(none)}
