/* --- 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
*/
.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;
}
/* --- 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 ***/
img {
  margin-bottom: 10px;
}
.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;
}
.clear {
  clear: both;
  margin: 15px 0 0 0;
}
/*** SONDAGES ***/
body #inter form.poll {
margin: 0px 0px 0px 10px;
padding: 0;
}
body #inter form.poll .question {
font-weight: bold;
}
body #inter form.poll .response {
margin: 5px 0px 5px 10px;
}
body #inter form.poll .submit {
text-align: center;
}
body #inter form.poll .submit input {
width:130px;
margin: 5px 0px 0px 0px;
background-color: #9ED3FF;
border: 1px solid #1A83D9;
color: #CC0000;
font-weight: bold;
}
body #inter #coldroite form.poll .submit input {
width:130px;
margin: 5px 0px 0px 0px;
background-color: #FFFFFF;
border: 1px solid #115790;
color: #CC0000;
font-weight: bold;
}
/*** MARCHES PUBLICS ***/
a.identify, .identificationObligatoire {
  color:#cc3300;
}