body
{
  font-size: 100%;
  text-align: justify;
  margin: 1em;
}

div.cartouche
{
  width: auto;
  padding: 0.5em;
  background-color: #f7fbff;
  border: 1px dashed #000000;
}

p.caption
{
  font-weight: bold;
  margin: 0;
  padding: 1.5em 0 0.5em 0;
  text-align: left;
}

.important
{
  font-weight: bold;
  color: #ff3333;
}

table
{
  padding: 0.5em;
  background-color: #f7fbff;
  border: 1px dashed #000000;
}

caption
{
  font-weight: bold;
  padding: 1.5em 0 0.5em 0;
  text-align: left;
}

td.libelle
{
  padding-right: 1em;
  text-align: right;
}

td.valeur
{
  text-align: left;
}

img
{
  border: 1px solid #000000;
}

.gras
{
  font-weight: bold;
}

input[type='text']
{
  padding: 2px;
  font-size: 100%;
  background-color: #cfdfef;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px dotted #000000;
}

input[type='checkbox']
{
  padding: 2px;
  font-size: 100%;
  background-color: #cfdfef;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px dotted #000000;
}

select
{
  width: 15em;
  padding: 2px;
  font-size: 100%;
  background-color: #cfdfef;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px dotted #000000;
}

input[type='reset'], input[type='submit']
{
  font-weight: bold;
  font-size: 100%;
  background-color: #2b5385;
  color: #ffffff;
  border: 1px solid #000000;
}

input[type='reset']:hover, input[type='submit']:hover
{
  font-weight: bold;
  font-size: 100%;
  background-color: #4b73a5;
  color: #ffffff;
  border: 1px solid #000000;
}

