<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.editeur {
  width: 100%;
  height: 200px;
  border: 1px solid black;
  padding: 5px;
  overflow: auto;
  margin-top: 15px;

}
.lettrine{
  border : 1px solid red;
  font-family : Times New Roman, Times, serif;
  font-size : 30px;
  color : red;
  padding:5px 30px 20px 0;
  margin-right:5px;
  float : left;
}
.toolbar_editeur{
	width: 25px;
	height: 25px;
	padding: 0px;
}

.toolbar_toolbar{
  margin-top: 15px;
  display: block;
}

#container_color_text{
  display: none;
  background-color: white;
  width:147px;
  position: absolute;
  z-index: 100;
  padding: 5px;
}

.btn_chang_color_text{
  width: 20px;
  height: 20px;
  border:none;
  margin: 0;
  padding: 0;
}
</pre></body></html>