#banniere
{
  height: 75px;
  padding: 4px;
  text-align: right;
}

#divInfos
{
  color: black;
  font: normal 10pt Arial;
  height: 61px;
  left: 410px;
  padding: 5px;
  position: absolute;
  top: 5px;
  width: 584px;
}

#erreur
{
  background: white url(/images/cligno.gif);
  border-bottom: 1px solid red;
  color: red;
  font: normal 14pt Arial;
  padding: 5px;
  text-align: center;
}

#fenetreCentree
{
  background: white url(/images/logo.png) no-repeat 5px 5px;
  border: 1px solid #004a91;
  display: block;
  height: 300px;
  margin: 10px;
  padding: 10px;
  width: 500px;
  -moz-box-shadow: 2px 3px 4px #000; 
}

#imgAjax
{
  display: none;
  float: right;
  margin: 1px 1px 0px 0px;
}

#liens a
{
  background-color: #f1f6ff;
  border: 1px solid #a6bbe7;
  display: block;
  float: left;
  font: normal 7pt Arial;
  height: 55px;
  margin: 0 0 0 4px;
  text-align: center;
  width: 70px;
  -moz-border-radius: 0 0 10px 10px;
}

#liens a:hover
{
  background-color: #feffba;
  border: 1px solid #ffe241;
  text-decoration: none;
}

#liens a.selected
{
  background-color: #e0ebff;
}

#tableMain
{
  background-color: white;
  border: 1px solid #004a91;
  height: 95%;
  margin-top: 10px;
  width: 95%;
}

#tdMain
{
  height: 100%;
  padding: 10px;
}

#titre
{
  background-color: #004a91;
  color: white;
  height: 16px;
  padding-left: 5px;
  text-align: left;
}

#pied
{
  background-color: #004a91;
  color: white;
  font: normal 7pt Arial;
  padding: 3px;
  text-align: right;
}

#pied a
{
  border-bottom: 1px dotted white;
  color: white;
}

.bouton
{
  border: 0;
  cursor: pointer;
  vertical-align: middle;
}

.disabled
{
  font-style: italic;
  color: silver;
  font-size: 8pt;
}

.graph
{
  border: 1px solid black;
  font-size: 7pt;
  color: darkblue;
  background-color: white;
}

a:link, a:visited
{
  text-decoration: none;
  color: black;
}

a:hover
{
  text-decoration: underline;
}

body
{
  color: black;
  margin: 5px;
}

body.back1
{
  background-image: url(/images/body.gif);
  margin: 0;
}

body, table
{
  font: normal 8pt Verdana;
}

div.actualite h1
{
  color: #b6b6b6;
  background: transparent url(/images/puce01.gif) no-repeat center left;
  clear: both;
  font: normal 18pt "Arial Narrow", sans-serif;
  padding: 0 0 0 30px;
  margin: 20px 0 20px 0;
}

div.patientez
{
  background: white url(/images/patientez.gif) no-repeat 10px center;
  border: 1px solid #004a91;
  color: #004a91;
  font: normal 16pt "Arial Narrow";
  padding: 10px 10px 10px 50px;
  position: absolute;
  z-index: 999999;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

form
{
  margin: 0;
}

h1
{
  background: #fbfbfb url(/images/points.png);
  padding: 3px 3px 3px 10px;
  color: gray;
  font: bold 12pt Arial;
  text-align: left;
  margin: 3px 0px 3px 0px;
}

html, body 
{
  height: 100%;
}

img.img1
{
  border: 0px;
  vertical-align: middle;
}

input.boutonImage
{
  background: transparent url(/images/boutons/fond.gif);
  border: 0;
  cursor: pointer;
  font: normal 9pt Arial;
  height: 22px;
  width: 94px;
}

input.miniButton
{
  cursor: pointer;
  font-size: 7pt;
}

input.texte
{
  border: 1px solid #d3d3d3;
  color: black;
  font: normal 8pt Verdana;
}

p
{
  margin: 0;
}

p.aide
{
  background: #fffec4 url(/images/ampoule.gif) no-repeat 2px 2px;
  border: 1px solid f4f398;
  color: #7d5200;
  padding: 3px;
  padding-left: 20px;
  text-align: justify;
  width: 400px;
  margin: 3px;
}

p.erreur
{
  background-color: #ffffd6;
  border: 1px solid #ffe012;
  margin: 3px 0 3px 0;
  padding: 10px;
}

table.miniature
{
  border: 1px solid #eeeeee;
  float: left;
  font: normal 7pt Arial;
  height: 100px;
  margin: 2px;
  text-align: center;
  width: 100px;
}

table.miniature tr
{
  vertical-align: bottom;
}

table.miniature td, table.miniature a
{
  width: 100px;
  overflow: hidden;
}

table
{
  border-collapse: collapse;
  empty-cells: show;
}

table.formulaire
{
  background: #fbfbfb url(/images/points.png);
}

table.formulaire caption
{
  background: #e1e1e1 url(/images/backth.gif) repeat-x;
  font: bold 9pt Arial;
  color: gray;
  border: 1px solid #e1e1e1;
  padding: 3px;
  text-align: left;
}

table.formulaire h1
{
  border: 0;
  background: transparent url(/images/fleche.gif) no-repeat 3px 5px;
  padding-left: 20px;
}

table.formulaire th
{
  color: #7e7e7e;
  font-weight: bold;
  padding: 3px;
  text-align: right;
  vertical-align: top;
}

table.formulaire th.obligatoire
{
  background: transparent url(/images/obligatoire.gif) no-repeat right 2px;
  padding-right: 15px;
}

table.formulaire td
{
  padding: 3px;
}

select
{
  color: black;
  font: normal 8pt Verdana;
}

table
{
  color: black;
  empty-cells: show;
}

table.logsRepresentation
{
  background-color: white;
  border: 1px solid black;
  border-collapse: collapse;
  height: 30px;
}

table.logsRepresentation tr
{
  height: 20px;
}

table.logsRepresentation tfoot tr
{
  height: 10px;
  font-size: 6pt;
}

table.logsRepresentation tfoot td
{
  border-left: 1px solid black;
}

table.logsRepresentation tfoot
{
  font-size: 6pt;
}

table.logsRepresentation td
{
  border: 0;
  padding: 0;
  width: 2px;
}

table.table_liste
{
  background-color: white;
  border-collapse: collapse;
  empty-cells: show;
  font-family: Verdana;
  font-size: 8pt;
}

table.table_liste caption
{
  border: 0;
  color: gray;
  font: bold 12pt Arial;
  background: transparent url(/images/fleche.gif) no-repeat 0 2px;
  padding: 0 0 0 20px;
  text-align: left;
}

table.table_liste th
{
  background: #d2cbd2 url(/images/backth.gif);
  border: 1px solid #e1e1e1;
  color: black;
  font-weight: normal;
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
}

table.table_liste td
{
  padding: 2px 5px 2px 5px;
}

table.table_liste tfoot
{
  vertical-align: middle;
}

table.table_liste tfoot td
{
  background: #d2cbd2 url(/images/backth.gif);
  border: 1px solid #e1e1e1;
  font-weight: normal;
  padding: 2px;
  text-align: center;
}

table.table_liste tfoot td a
{
  color: black;
}

table.table_liste tfoot td a:hover
{
  text-decoration: underline;
}

table.table_liste tr.over
{
  background-color: #eff5ff;
  cursor: pointer;
}

table.table_liste tr.precedentSuivant td
{
  background: #d2cbd2 url(/images/backth.gif);
  border: 1px solid #e1e1e1;
  font-weight: normal;
  padding: 2px;
  text-align: center;
}

table.table_liste tr.precedentSuivant td a
{
  color: black;
}

table.table_liste tr.precedentSuivant td a:hover
{
  text-decoration: underline;
}

table.table_liste tr.selected
{
  background: transparent url(/images/traits_obliques.png);
  font-weight: bold;
}

textarea
{
  border: 1px solid #d3d3d3;
  color: black;
  font: normal 8pt Verdana;
}

ul.status
{
  background: #e1e1e1 url(/images/backth.gif) repeat-x;
  border: 1px solid #e1e1e1;
  height: 21px;
  list-style: none;
  margin: 2px 0px 2px 0px;
  padding: 3px;
}

ul.status li
{
  border-right: 1px solid #ccd8e5;
  float: left;
  height: 100%;
  margin: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

ul.status li a
{
  color: black;
  text-decoration: none;
}

ul.status li a:hover
{
  color: black;
  text-decoration: underline;
}

ul.status li a.on
{
  background-color: #d4d4d4;
  padding: 3px;
}
