@charset "utf-8";
/* CSS Document */
.texte-ar {
  font-style: normal; 
  font-stretch: inherit; 
  font-size: 1rem; 
  font-family: Arial, Helvetica, sans-serif; 
  orphans: 2; 
  widows: 2; 
  direction: rtl;
  text-align:right;
}
.soustitre-ar {
   font-style: normal; 
   font-weight: bold; 
   font-stretch: inherit; 
   font-size: 1.3125rem; 
   font-family: Arial, Helvetica, sans-serif; 
   color: rgb(102, 102, 102); 
   text-decoration: underline; 
   orphans: 2; 
   widows: 2; 
   direction: rtl;
   text-align:right;
}
.titre-ar {
  font-style: normal; 
  font-weight: bold; 
  font-stretch: inherit; 
  font-size: 1.3125rem; 
  font-family: Arial, Helvetica, sans-serif; 
  color: rgb(8, 100, 180); 
  text-decoration: underline; 
  orphans: 2; 
  widows: 2; 
  background-color: rgb(255, 255, 255);
  direction: rtl;
  text-align:right;
}
.tabbordtext-ar {
  font-style: normal; 
  font-stretch: inherit; 
  font-size: 1rem; 
  font-family: Arial, Helvetica, sans-serif; 
  orphans: 2; 
  widows: 2; 
  background-color: 
  rgb(255, 255, 255);
  direction: rtl;
  text-align:right;
}


