a { font-family: Tahoma;
    font-size: 16px;
    font-weight: bold;
    color: cornflowerblue; }
body { background-color: mistyrose;
       color: black;
       font-family: Tahoma;
       font-size: 10px; }
h1 { font-size: 36px;
     color: #BAB9B9; }
p { font-size: 14px; }
.lienindex { text-decoration: none;
             color: #BAB9B9; }
.affichagetexte { display: block;
	          border: 1px solid #BAB9B9;
	          padding-top: 5px;
	          padding-right: 5px;
                  padding-left: 5px;
	          padding-bottom: 5px;
	          overflow: auto;
	          position: static;
	          width: 500px;
	          height: 150px; }