/* -------- Structure -------- */

body
{ font-family: Verdana,Tahoma,Arial;
  font-size: 13px;
}
div.header
{ border: 1px solid gray;
  background: #dde;
  padding-top: 10px;
  margin-bottom: 5px;
}

div.header table.menu
{ width: 100%;
  border-top: 1px solid grey;
  font-size: 0.9em;
}

div.header table.menu td
{ width: 33%;
}

div.header table.menu td.nav
{ text-align: center;
}
div.header table.menu td.logout
{ text-align: right;
}

div.main
{ border: 1px solid gray;
  background: #eef;
  padding: 10px;
  margin-bottom: 10px;
}

div.pied
{ font-size: 0.7em;
  text-align: center;
  font-style: italic;
  border-top: 3px double #99c;
}

/* -------- Global -------- */

a
{ color: blue;
}

/* -------- Titres -------- */

h1
{ text-align: center;
  font-family: Times;
  font-style: italic;
  font-weight: normal;
  font-size: 2em;
}

h2
{ background-color: #ddd;
  font-size: 1.2em;
}

h3
{ font-size: 1em;
  text-decoration: underline;
}

/* -------- Listings -------- */

table.listing
{ border: 3px double gray;
  width: 100%;
  margin-bottom: 20px;
}

table.listing th
{ background-color: #ccd;
}

table.listing tr.impair
{ background-color: #cee;
}

table.listing tr.pair
{ background-color: #cdf;
}

table.listing th, table.listing td
{ border-bottom: 1px solid #9aa;
  border-right: 1px solid #9aa;
  text-align: left;
  vertical-align: top;
}

/* -------- Boutons de filtrage -------- */

div.filter
{ margin-bottom: 20px;
  margin-top: 20px;
}

a.filter_active
{ background: #f9f;
  padding: 3px 10px 3px 10px;
  border: solid 1px #999;
  text-decoration: none;
}

a.filter
{ padding: 3px 10px 3px 10px;
  margin: 0px 10px 0px 10px;
  border: solid 1px #999;
  text-decoration: none;
}

/* -------- Formulaires -------- */

form table
{ width: 100%;
  border: 3px double gray;
  margin-top: 20px;
  margin-bottom: 20px;
}

form td
{ text-align: left;
  vertical-align: top;
}

form td.label
{ width: 200px;
  background: #ccd;
}

form td.field
{ background: #ddf;
}

form td.error
{ width: 300px;
  background: #dde;
}

form td.boutons
{ text-align: center;
}

form tr.invalid td.error
{ color: red;
}

table.login
{ width: 100%;
  height: 200px;
}

table.login th
{ padding-bottom: 30px;
}

table.login td
{ vertical-align: top;
  padding: 5px;
  width: 50%;
}

table.login td.login_label
{ text-align: right;
}

table.login td.valider
{ text-align: center;
}

table.login td.erreur
{ color: #f00;
  font-weight: bold;
  text-align: center;
  height: 40px;
}

div.logout
{ text-align: center;
}

div.links
{ border-left: 3px double grey;
  padding: 5px 5px 5px 20px;
}
