/* --- 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 {
  text-align:left;
}
.alignJustify {
  text-align:justify;
}
.alignCenter {
  text-align:center;
}
.alignRight, body td.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;
}
.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 25px;
text-align: left;
}
body form div.entry {
clear:both;
float:left;
margin-bottom:7px;
width:100%;
}
body form div.entry label {
float:left;
width:150px;
font-weight: bold;
}
body form div.entry input, body form div.entry textarea, body form div.entry select {
float:left;
width:295px;
color: #000000;
border: 1px solid #009999;
font-family: Arial, Helvetica, sans-serif;
font-size: small;
}
body form div.entry textarea {
height:80px;
color: #333333;
border: 1px solid #009999;
font-family: 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: #333333;
border: 1px solid #009999;
font-family: 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 {
margin-left: 15px;
clear: both;
border: none;
}
body form div.submit input {
width: 80px;
margin: 0px 4px 0px 135px;
background-color: #9FE3E3;
border: 1px solid #009999;
color: #000000;
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: 10px 0px 0px 180px;
font-size: x-small;
}
/*----- FOOTER DE LA NEWSLETTER -----*/
.unsubscribe {
  margin-top:21px;
  text-align:center;
}
/*--*/
/*----*/
/*------*/
/* SONDAGES */
body #inter form.poll,
body #interpop form.poll {
margin: 0px 0px 0px 10px;
padding: 0px 10px 0px 0px;
}
body #inter form.poll .question,
body #interpop form.poll .question {
font-weight: bold;
padding: 10px 0px 5px 0px;
}
body #inter form.poll .response,
body #interpop form.poll .response {
margin: 3px 0px 0px 10px;
padding: 0;
}
body #inter form.poll .submit,
body #interpop form.poll .submit {
text-align: center;
margin-top: 15px;
}
body #inter form.poll .submit input,
body #interpop form.poll .submit input {
width:80px;
margin: 5px 0px 0px 0px;
background-color: #9FE3E3;
border: 1px solid #009999;
color: #000000;
font-weight: bold;
}
/* RESULTATS SONDAGES */
body #inter #pollresult .question,
body #interpop #pollresult .question {
font-weight: bold;
}
body #inter #pollresult table,
body #interpop #pollresult table {
 width: 540px;
 margin-bottom: 20px;
}
body #inter #pollresult table td,
body #interpop #pollresult table td {
 padding: 3px;
 vertical-align: top;
}
body #inter #pollresult table td.label,
body #interpop #pollresult table td.label  {
 width: 180px;
}
body #inter #pollresult table td.graph,
body #interpop #pollresult table td.graph  {
 
}
body #inter #pollresult table td.graph img,
body #interpop #pollresult table td.graph img  {
 margin-top: 4px;
}
body #inter #pollresult table td.numeric,
body #interpop #pollresult table td.numeric  {
 text-align: right;
 width: 65px;
}
body #inter #pollresult table td.total,
body #interpop #pollresult table td.total  {
 padding: 8px 3px 8px 3px;
 font-weight: bold;
 background-color: #73C4C5;
}





body form div.entry input.smallbutton {
  margin-left:3px;
  height:22px;
  width:30px;
  background-color: #B2C1C1;
  font-weight: bold;
}