
.fontSize10 {
 font-size: xx-small;
}
.fontSize11 {
 font-size: x-small;
}
.fontSize12 {
 font-size: small;
}
.fontSize13 {
 font-size: medium;
}
.fontSize14 {
 font-size: large;
}
.fontSize16 {
 font-size: x-large;
}
.fontSize18 {
 font-size: xx-large;
}

 .alignLeft {
  text-align:left;
}
.alignJustify {
text-align:justify;
}
.alignCenter {
text-align:center;
}
.alignRight {
text-align:right;
}

.styleFloatLeft, img.styleFloatLeft, .alignementGauche, object.styleFloatLeft, .alignementGauche, form.styleFloatLeft, .alignementGauche {
 float: left;
 margin-right: 10px;
}
.styleFloatCenter, form.styleFloatCenter, .centrer {
  margin:auto;
  width:70%;
}
img.styleFloatCenter, .centrer, object.styleFloatCenter, .centrer {
  margin: 0;
}
.styleFloatRight, img.styleFloatRight, .alignementDroit, object.styleFloatRight, .alignementDroit, form.styleFloatRight, .alignementDroit {
 float: right;
 margin-left: 10px;
}

img.clearBoth, .clear, table.clearBoth, .clear {
  clear:both;
}

body form div.entry {
  clear:both;
  float:left;
  padding-bottom:7px;
  width:100%;
}

body form div.entry label {
  float:left;
  width:180px;
}
body form div.entry input, body form div.entry textarea, body form div.entry select {
   float:left;
   width:295px;
color: #006A7A;
border: 1px solid #900026;
font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: small;
}
body form div.entry textarea {
   height:80px;
color: #006A7A;
border: 1px solid #900026;
font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: small;
}
body form div.entry input.formatNumeric, body form div.entry input.formatDecimal, body form div.entry input.formatMoney {
   width:120px;
   text-align:right;
color: #006A7A;
border: 1px solid #900026;
font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: small;
} 

body form div.entry div input {
  width:15px;
border: none;
}

body form div.entry div label {
 width:90px;
}

body form div.entry span.postfix {
  float:left;
  margin-left:3px;
}
body form div.submit {
  padding-bottom:7px;
}

form div.hidden, .ligneCache {
  display:none;
}
form div.vert div label, .listeVertical, body form div.vert div label {
  clear:left;
  width:360px;
}
