/* 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;
}

.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;
}

.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;
}

.table_rens
{
  border-collapse: collapse;
}

.th_rens
{
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 2px solid black;
  font-size: 32px;
}

.td_rens
{
  width:265px;
  border: 2px solid black;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Comic Sans MS;
  text-align:justify;
  font-size: 16px;
}

#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:464px; }

#horaires
{ width:435px; }

#autres 
{ width:265px; }

#nature
{ width:386px; }

#détails
{ width:562px; }

#nombre_de_personnes
{ width:354px; }

#matériel
{ 
  width:561px;
  height:105px;
}