/*********************************************
* Style Editeur Texte NAAOW
* maj : 08-04-18
* version : 1.0
* author : jclerc
*********************************************/


.txt_editeur ul {
  list-style-type: none;
  margin : 0;
  padding : 0;
  margin-left : 5px;
}

.txt_editeur ul li {
  background: url(../interface/puces/fls_b3b3b3.gif) no-repeat 0px 5px;
  padding-left : 8px;
  margin-left : 0px;
}

.txt_editeur ol {
  margin-left : 20px;
}
/************> Titre équivalent au h4 */
.txt_editeur .titre  {
  color: #e2e2e2;
  font-weight: normal;
  font-size: 1em;
  background: url(../interface/puces/carre_e2e2e2.gif) no-repeat 0px 5px;
  padding-left : 8px;
}

.txt_editeur .texte_standard  {
  color: #B3B3B3 !important;
}

.txt_editeur .texte_blanc  {
  color: #e2e2e2 !important;
}

.txt_editeur a {
  color: #e2e2e2;
}

.txt_editeur a:hover {
  text-decoration: none;
  color: #e2e2e2;
}
