*
{
  font: 10pt Verdana;
  margin: 0;
  padding: 0;
}

body
{
  color: #5F5F5F;
}

a
{
  text-decoration: none;
  color: #5F5F5F;
}

a img
{
  border: 0;
}

/* - - - Emplacements - - -*/

#contenant
{
  width: 900px;
  margin: 0 auto;
}

#gauche
{
  float: left;
  width: 200px;
}

#contenu
{
  float: left;
  width: 650px;
  margin: 17px 25px 0 25px;
}

/* - - - Titres - - -*/

h1
{
  width: 200px;
  margin: 10px 0 20px 0;
  font: 20pt Verdana;
  color: red;
  text-align: center;
  border-bottom: 1px red dashed;
}

h2
{
  margin: 0 0 20px 0;
  font: 15pt Verdana;
  color: #9F9F9F;
  border-bottom: 1px #CFCFCF dashed;
}

/* - - - Menu - - -*/

ul#menu
{
  width: 200px;
  list-style: none;
}

ul#menu li
{
  width: 200px;
  height: 30px;
  margin: 2px 0;
}

ul#menu li a
{
  font-size: 9pt;
  display: block;
  width: 185px;
  height: 30px;
  line-height: 30px;
  padding-left: 15px;
  font-weight: bold;
  background: #EFEFEF;
}

ul#menu li a:hover { font-size: 10pt; }

/* - - - Bouton - - -*/

a.bouton
{
  float: right;
  clear: both;
  display: block;
  width: 150px;
  height: 20px;
  margin: 30px 0 0 0;
  line-height: 20px;
  text-align: center;
  background: url(images/bouton.jpg) repeat-x;
  border: 1px #b7b7b7 solid;
}

a.bouton:hover { font-size: 10pt; }

/* - - - Table - - -*/

table
{
  padding: 2px;
}

table.donnees
{
  width: 100%;
  padding: 0;
}

table.donnees tr
{
  height: 20px;
  line-height: 20px;
  text-align: center;
}

table.donnees tr#titres
{
  text-align: center;
  background: #DFDFDF;
}

table.donnees tr:hover
{
  background: #EFEFEF;
}

/* - - - Formulaire - - -*/

form.ligne
{
  clear: both;
  width: 100%;
}

form .clear
{
  clear: both;
  width: 100%;
  height: 2px;
  font-size: 2px;
  line-height: 2px;
}

label
{
  float: left;
  display: block;
  width: 150px;
  height: 20px;
  line-height: 20px;
}

input
{
  padding: 2px;
}

input.text
{
  width: 448px;
  border: 1px #8F8F8F solid;
}

textarea
{
  width: 446px;
  height: 246px;
  padding: 2px;
  border: 1px #8F8F8F solid;
}

.submit
{
  margin: 10px 0 30px 150px;
}