.topAnchor {
  float:right;
  width:100%;
  display:block;
  text-indent:-99999px;
  clear:both;
  text-align:right;
  outline:0;
  margin:0;
}
.topAnchor a {
  margin-top:5px;
  display:block;
  width:78px;
  height:20px;
  text-indent:-99999px;
  color:#aaaaaa;
  font-size:10px;
  text-transform:uppercase;
  text-decoration:none;
  float:right;
}
.indent { margin-left:30px; }
.center {
  float:none;
  margin-right:auto;
  margin-left:auto;
}
.rightimage {
  float:right;
  padding-left:20px;
  padding-bottom:10px;
}
.leftimage {
  float:left;
  padding-right:20px;
  padding-bottom:10px;
}
img.border { border:3px solid #dddddd; }
.centerText { text-align:center; }
.rightText { text-align:right; }
.leftText { text-align:left; }
.backtotop { float:right; }
.warningText {
  font-weight:bold;
  color:red;
}
.capitalize { text-transform:uppercase; }
.pdfLinkFR {
  display:block;
  width:153px;
  height:22px;
  text-indent:-9999px;
  outline:0;
  color:transparent;
  background-image:url("images/article/icons/btn_telecharger_pdf.png");
  background-position:top left;
  background-repeat:no-repeat;
  float:right;
}
.pdfLinkFR:hover { background-position:bottom; }
.pdfLinkEN {
  display:block;
  width:153px;
  height:22px;
  text-indent:-9999px;
  outline:0;
  color:transparent;
  background-image:url("images/article/icons/btn_download_pdf.png");
  background-position:top left;
  background-repeat:no-repeat;
  float:right;
}
.pdfLinkEN:hover { background-position:bottom; }
ol.lowerCaseLetters { list-style:lower-alpha; }
ol.lowerCaseRoman { list-style:lower-roman; }
