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

table
{
  padding-left:10px;
  padding-right:10px;
}

tr
{
  padding-top:4px;
  padding-bottom:4px;
}

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

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

.soumettre
{
  font-family: Verdana;
  font-size:12px;
  color:#ff7000;
  background-color:#ffffff;
  font-weight:bold;
}

#titre
{
  padding-top:0px;
  padding-bottom:0px;
}

#nom_assoc
{ width:424px; }

#nom_president
{ width:494px; }

#objet_assoc
{ width:420px; }

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

#code_postal
{ width:46px; }

#ville
{ width:451px; }

#tel
{ width:86px; }

#mail
{ width:459px; }

#objet_evenement
{ width:422px; }

#details
{ 
  width:561px;
  height:135px;
}