/* Copyright (c) 1998 by Groupe Bull. All Rights Reserved */
/* Author: Thierry-Kormann@sophia.inria.fr  */

body {
  background-color: white;
  font-family: Helvetica;
  }


td {
     font-family: Helvetica;
     }

p {
     font-family: Helvetica;
     }

code {
     font-family: monospace;
     }

h2 {
     font-family: Helvetica;
     color: white; 
     background: #0040A0; 
     padding: 1%; 
     border: none; 
     width: 100.0%;
     font-style:italic;
     font-size:large;
     }

dl {
     font-family: Helvetica;
}

/* ---------------------------------------------------------------------*/
/* Class definition */
/* ---------------------------------------------------------------------*/

.inputText {
              font-family: Helvetica;
}

.inputButton {
              font-family: Helvetica;
}

.help {
        font-family: Helvetica;
        background-color: #FFFF80;
        border: none;
        padding: 1%;
        width: 100%;
        border-style: solid;
        border-width: 1px;
        }

.formulaire {
              text-align: center;
              border: none;
              padding: 2%;
              border-style: solid;
              border-width: 1px;
              background-color: silver;
              }

.footnote {
            font-size: small;
            font-family: Helvetica;
}

.button {
          border-style: outset;
          border-width: 2px;
          border-color: silver;
          text-align: center;
          width:50px;
          height:40px;
          }


.property {
  font-weight: bold;
  font-family: Helvetica, sans-serif;
  margin-right: 5%;
}

.name { 
  font-family: monospace;
}

.code { 
  font-family: monospace;
}

.warning {
  color: red;
  font-style: italic;
}

.note { 
  color: green;
  font-style: italic;
}
