/*** paragraph pour champs de saisie ***/
body form div.entry {
  clear:both;
  float:left;
  padding-bottom:7px;
  width:100%;
}
/*** taille libellé champ de saisie defaut ***/
body form div.entry label {
  float:left;
  width:180px;
  font-weight:bold;
  margin-right:5px;
}
/*** taille champs de saisi par defaut ***/
body form div.entry input, body form div.entry textarea, body form div.entry select {
   float:left;
   width:270px;
} 
 
body form div.entry textarea {
   height:80px;
}
body form div.entry input.formatNumeric, body form div.entry input.formatDecimal, body form div.entry input.formatMoney {
   width:120px;
   text-align:right;
} 
 
/*** calque pour les champs radio et checkbox ***/
body form div.entry div {
  float:left;
  width:360px;
}
/*** taille champs de saisi radio & checkbox ***/
body form div.entry div input {
  width:14px;
}
/*** taille champs de saisie radio / checkbox ***/
body form div.entry div label {
  width:90px;
}
/*** appendix champs de saisie ***/
body form div.entry span.postfix {
  float:left;
  margin-left:3px;
}
body form div.submit {
  text-align:center;
  padding-bottom:7px;
}
body form div.submit input {
  width:90px;
  margin-left:5px;
}
/*** optional classes ***/
form div.hidden, .ligneCache {
  display:none;
}

form div.vert div label, .listeVertical, body form div.vert div label {
  clear:left;
  width:360px;
}
/*** button class ***/
body form div.entry input.button {
  width:360px;
}
/*** feuille de calcul ***/
body form.calcul div.entry label {
  float:left;
  text-align:left;
  width:420px;
  font-weight:normal;
  margin-right:5px;
}

body form.calcul div.entry input, body form.calcul div.entry textarea, body form.calcul div.entry select {
   float:left;
   width:120px;
} 
 
body form.calcul div.entry input.formatNumeric, body form.calcul div.entry input.formatDecimal, body form.calcul  div.entry input.formatMoney {
   width:60px;
   text-align:right;
} 

body form.calcul div.entry input.formatDate {
   width:90px;
} 

body form.calcul input.button {
  border:none;
  color: #336699;
  text-decoration:underline;
  text-align:left;
  background-color:#ffffff;
  cursor:hand;
  width:400px;
} 

body form.calcul input.buttonB {
  border:none;
  color: #336699;
  text-decoration:underline;
  text-align:left;
  background-color:#ffffff;
  cursor:hand;
  width:255px;
} 
 

 
 