/* --- tailles des fonts autorisé --- 
  font +"." + className :: fontSizeNN :: NN taille en pixels 
  font.fontSize permet la selection dans le droplist 
  .fontSize permet l'application aux autres tags 
xx-small, x-small, small, medium, large, x-large, xx-large
*/
/* --- align attributes --- */ 
.alignLeft, div.alignLeft p, body div p.alignLeft {
  text-align:left;
}
.alignJustify, div.alignJustify p, body div p.alignJustify {
  text-align:justify;
}
.alignCenter, div.alignCenter p, body div p.alignCenter {
  text-align:center;
}
.alignRight, div.alignRight p, body div p.alignRight {
  text-align:right;
}
/*** object align attributes ***/
.styleFloatLeft, img.styleFloatLeft, .alignementGauche, object.styleFloatLeft, .alignementGauche, form.styleFloatLeft, .alignementGauche {
 float: left;
 margin-right: 10px;
}
.styleFloatCenter, form.styleFloatCenter, .centrer {
  margin:auto;
  width:70%;
}
.styleFloatCenter, img.styleFloatCenter, .centrer, object.styleFloatCenter, .centrer {
  margin:auto;
}
.styleFloatRight, img.styleFloatRight, .alignementDroit, object.styleFloatRight, .alignementDroit, form.styleFloatRight, .alignementDroit {
 float: right;
 margin-left: 10px;
}
/*** FORMULAIRES ET CHAMPS DE SAISIE ***/
body #inter form {
margin: 20px 0px 10px 0px;
}
body form div.entry {
clear:both;
float:left;
padding-bottom:7px;
width:100%;
}
body form div.entry label {
float:left;
width:121px;
font-weight: bold;
}
body form div.entry input, body form div.entry textarea, body form div.entry select {
float:left;
width: 300px;
color: #333A4C;
border: #2D8AC1 1px solid;
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: small;
}
body form div.entry textarea {
height:80px;
color: #333A4C;
border: 1px solid #2D8AC1;
font-family: Trebuchet MS, 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: #333A4C;
border: #06A9A3 1px solid;
font-family: Trebuchet MS, 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 ,
body form div.entry input,
body form div.entry textarea,
body form div.entry select{
border: #2D8AC1 1px solid;
}
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-top: 5px;
margin-left: 121px;
clear: both;
border: none;
}
body form div.submit input {
width: 140px;
margin: 0px 4px 0px 0px;
background: url(bgSubmitBleu.png) no-repeat center center;
border: none;
color: #FFFFFF;
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-weight: bold;
}
form div.hidden, .ligneCache {
  display:none;
}
form div.vertical div label, .listeVertical, body form div.vertical div label {
  clear:left;
  width:360px;
}
.footer {
float: left;
padding: 5px 0px 0px 121px;
font-size: x-small;
}

/*** MARCHES PUBLICS ***/
a.identify, .identificationObligatoire {
  color:#cc3300;
}
/**** BALISES ****/
acronym {
cursor:help;
border-bottom: #666 1px dotted
}
