.button {
   font-family: arial,sans-serif;
   font-size: 8pt;
   background-color: #993300;
   color: #ffffff;
   list-style-type: disc;
   list-style-position: inside;
   font-weight: normal;
   line-height: 12pt;
   border-style: outset;
   border:0;
   cursor: pointer;   
}
hr.gris {
 width: 50%;
 text-align: center;
 color: #993300;
 size:1;
}
a {
 text-decoration: none;
 color: #DF543E;
}
a:hover {
 text-decoration: underline;
 color: #993300;
}
