/* STYLE.CSS : Ce fichier contient certains renseignements sur la mise en forme du site */
body
{
 scrollbar-face-color: #E3E3F6; 
 scrollbar-shadow-color: #6D6BD3;
 scrollbar-highlight-color: #6D6BD3;
 scrollbar-3dlight-color: #6D6BD3; 
 scrollbar-darkshadow-color: #6D6BD3; 
 scrollbar-track-color: #6D6BD3; 
 scrollbar-arrow-color: #6D6BD3;
}

th
{
  padding-bottom:20px;
}

.explication
{
  text-align:justify;
  font-family:verdana;
  font-size:14;
  text-decoration:none;
}

.zone_saisie
{
  color:#6D6BD3;
  text-decoration:bold;
  font-size: 9pt;
  border-color:#5454B5;
  font-family:verdana;
  border-width:1px;
  border-style:solid;
  height:22px;
  position: relative;
  top: 4px;
}

.zone_materiel
{
  color:#6D6BD3;
  text-decoration:bold;
  font-size: 9pt;
  border-color:#5454B5;
  font-family:verdana;
  border-width:1px;
  border-style:solid;
  height:19px;
  text-align:center;
}

.table
{
  padding-left:15px; /* Définit la marge gauche à laisser entre le bord du tableau et le texte */
  padding-right:18px; /* Définit la margedroite à laisser entre le bord du tableau et le texte */
}

.soumettre
{
  font-family: Verdana;
  font-size:11px;
  color:#6D6BD3;
  background-color:#ffffff;
  font-weight:bold;
}

.materiel
{
  text-align:center;
}

#nom
{ width:424px; }

#adresse
{
  width:501px;
  color:#6D6BD3;
  text-decoration:bold;
  font-size: 9pt;
  border-color:#5454B5;
  font-family:verdana;
  border-width:1px;
  border-style:solid;
  height:22px;
  position: relative;
  top: 2px;
}

#code_postal
{ width:46px; }

#ville
{ width:451px; }

#personne
{ width:356px; }

#tel
{ width:181px; }

#mail
{ width:459px; }

#dates
{ width:200px; }

#nature
{ width:389px; }

#fin_materiel
{ padding-bottom:10px; }