@charset "utf-8";
/* CSS Document */
.Texte {
  font-style: normal; 
  font-stretch: inherit; 
  font-size: 1rem; 
  font-family: Arial, Helvetica, sans-serif; 
  orphans: 2; 
  widows: 2; 
}
.SousTitre {
   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; 
}
.Titre {
  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; 
}
.TabBordText {
	border:1px solid black;
	border-spacing : 0;
	border-collapse : collapse;
  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; 
}


