B{ font-weight : bold; }
U{text-decoration: underline;}
I{font-style : italic;}
A {color:#4963A1;text-decoration: underline;}
A:HOVER {color:#4963A1;text-decoration: none;}
.lettrine {  font-family: Arial; font-size: 15pt; font-style: normal; font-weight: bolder; color: #4963A1; text-decoration: none}
.important { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: bold; color: #4963A1; text-decoration: none }
.txtnorm { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: normal; color: #4963A1; text-decoration: none }
.txtblanc { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: normal; color: #FFFFFF; text-decoration: none }
.txttitre { font-family: Arial, Helvetica, sans-serif; font-size: 14pt; font-style: normal; font-weight: normal; color: #FFFFFF; text-decoration: none }
.txtpetit { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; font-weight: normal; color: #4963A1; text-decoration: none }
.txterreur { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: bold; color: #FB0000; text-decoration: none }
.flashinfo{ font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: normal; color: #4963A1; text-decoration: none }
.txtjustify { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: normal; color: #4963A1; text-decoration: none; text-align : justify; }

.memoBar {                                 /* Barre d'outils                    */
  text-align: left;                        /* - boutons alignés à gauche        */
  background-color: buttonface;            /* - couleur de fond de windows      */
}
.memoOver {                                /* Boutons sélectionnés              */
  background-color: '#ffffff';             /* - couleur de fond de windows      */
  border: 1px solid buttonshadow;          /* - bordure de couleur plus foncée  */
}
.memoOut {                                 /* Boutons non sélectionnés          */
  background-color: buttonface;            /* - couleur de fond de windows      */
  border: 1px solid buttonface;            /* - bordure de même couleur         */
}
.memoText {                                /* Zone de texte wysiwyg             */
  text-align: left;                        /* - texte cadré à gauche            */
  border-left: buttonface 1px solid;       /* - bordure à gauche                */
  border-right: buttonface 1px solid;      /* - bordure à droite                */
  border-bottom: buttonface 1px solid;     /* - bordure au fond                 */
  overflow-y: auto;                        /* - avec un ascenceur vertical      */
  overflow-x: hidden;                      /* - sans ascenceur horizontal       */
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background : #FFFFFF;
}
.memoText p {                              /* Paragraphes dans la zone wysiwyg  */
  margin: 0px 0px 0px 0px;                 /* (évite l'interligne trop grande)  */
}
.memoText a {                              /* Liens dans la zone wysiwyg        */
  color: blue;                             /* - de couleur bleu classique       */
  text-decoration : underline;             /* - et soulignés                    */
}
