/* mise en page  */
/* C'est ça qui fixe le container gauche en haut de page!  */
html, body {  margin: 0px;
              height: 100%;
            /*  width: 100% */
              overflow: auto;
            }
             
#contenu {   margin-left: 3em;
             height: 100%;
             overflow: auto;
           /*  padding: 1em; */ }
           
body {  margin: 0;
        padding: 0; }

.langue {   position: static;
              float: left;}

#cotation {  position:  absolute;
             top: 220px;
             width: 180px;
             left: 0px;    }
             
#cotation table{ color:#504d4a;
                background: #fffacd;
                font-size: 60%;
                border:1px groove;
                width: 100%; }

#contenu img {
    margin-right: 10px;
    float: left;
    padding: 0; }
    
#contenu p  { text-indent: 5% ; }

#contenu table a{ display:block; }

#contenu ol  {list-style-position: inside;}

a img  { border:0px;}

/* couleurs  */
body { font-family: Geneva, Arial, Tahoma, sans-serif; color:#fffacd ;}
#contenu table {color:#585249;}

#contenu table em{color:#fffacd;}
#contenu table strong{color:#fffacd;}

#choisie table {color:#fffacd;}
#pieddepage table {color:#504d4a;}

.titre {background:#f1e4b5;
         border-bottom:2px groove;
        text-align:center; }
        
.fonce { background:#f1e4b5; }
.clair { background:#fffacd; }

#contenu a:link { color: #222222;}
#contenu a:visited {color:  #222222;}
#contenu a:focus {background: #ffffff;
    		color:#000000; }
#contenu a:hover {background: #ffffff;
    		color: #000000;   }
#contenu a:active {background: #000;
    		color: #FFFFbb; }
      
#contenu a:active {background: #ffffff;
    		color: #ffffff; }
      
 #contenu.langue a:focus {background: #ffffff;
    		color:#000000; }
#contenu.langue a:hover {background: #ffffff;
    		color: #000000;   }

/* Font  */
em {font-size: 100%;
   font-style:italic;}
   
strong {font-size: 115%;
       font-style:italic;}
       
#contenu {font-size: 90%;}
#contenu table{font-size: 100%;}
#contenu em{font-weight: bold;}
#contenu strong{font-weight: bold;}

#contenu a{ text-decoration:none;
    line-height: 150%;}


.petit a{font-size:85%;
                    }

h1 {font-size: 150%;text-align: center;}
h2 {font-size: 140%;}
h3 {font-size: 120%;}
h4 {font-size: 120%;}




