/* feuille de style pour l'écran */

/* superposition de couche */
#coucheLogo { position:absolute ; left:79px; top:17px }
#coucheClient { position:absolute ; left:100px; top:495px }

/* police par defaut du document */
body, tbody
  { font-family : arial;
    color : Blue;
    font-size : 13px;
  }

/* titres */
h1
  { font-size : 30px;
    font-weight : bolder;
    color : #FF0000;
    text-align : center;
    text-decoration : none;
  }
h2
  { font-size : 25px;
    color : #0000FF;
    text-align : center;
  }
h3
  { font-size : 15pt;
    margin : 2px;
  }
h4
  { font-size : 8pt;
    margin : 0px;
    color : #FFFFFF;
  }
h5
  { font-size : 8pt;
    font-weight : normal;
  }

/* format des liens */
a:link { color : #FF0000; text-decoration : none}
a:visited {COLOR: #FF0000; text-decoration: none}
a:hover {COLOR: #FFFFFF; text-decoration: none}

table
  { background-image: url(img/fond0.gif);
    background-color : #FF9900;
  }

table table
  { background-image: url(img/fond0.gif);
    background-color : none;
  }

.page
  { background-image: url(img/fond0.gif);
    background-color : #FF9900;
  }

.menu
  { background-image: url(img/menu.jpg);
    font-size : 15px;
    font-weight : bolder;
    margin-left : 10px;
    color : #FFFFFF;
  }

.loc
  {
    font-size : 11px;
    text-align : right;
  }
.erreur
  { background-color : #ff0000;
    color : #ffffff;
  	font-weight : bolder;
  }
