body{
/* background-color: yellow; */
   background-color: hotpink; /* Cuisse de nymphe émue */
/* width: 100%;  */
   width: 800px;
   margin-left: 0px; 
   margin-top : 0px; 
   margin: 0 auto 0 auto;
   font-family: verdana, sans-serif; 
/* font-family: arial,   sans-serif; */
/* font-family: georgia, serif;      */
/* font-family: Monospace ; */
/* font-family: Cursive ;   */
/* font-family: Fantasy ;   */
   font-size: 100%;
/* color:navy ; */
   color:white ; 
}
p{
   text-align: justify ;
   text-indent: 50px   ;
   line-height: 120% ;
   letter-spacing: opx ;
   font-size: 18px;
}
.monospace{
   font-family: "lucida console", "courier new";
}

h1,h2,h3,h4,h5,h6{
   font-weight: bold;
   color: black;
}
h1,h2,h3{
   text-align: center;
}
h4,h5,h6{
   text-align: left;
}
.droite{
   text-align: right ;
}

.platine{
   color:yellow;
}
/*
ul.a {list-style-position:inside;}
ul.b {list-style-position:outside;}
*/
ul {list-style-position:outside;}



/* http://www.w3.org/Style/Examples/007/leaders.fr.html */
ul.leaders {
    max-width: 30em;
    padding: 0;
    overflow-x: hidden;
    list-style: none;
}
ul.leaders li:before {
    float: left;
    width: 0;
    white-space: nowrap;
    content:
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . ";
}
ul.leaders span:first-child {
    padding-right: 0.33em;
    background: hotpink;
}
ul.leaders span + span {
    float: right;
    padding-left: 0.33em;
    background: hotpink;
}
