/* body {
  margin: 0;
  padding: 0;
  background: #151515 url("../imgs/bkg.png") 0 0;
  color: #eaeaea;
  font: 16px;
  line-height: 1.5;
  font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
} */

/* General & 'Reset' Stuff */

.container {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

/* Main Content
*/

#main_content h1 {
  font-size: 30px;
}

#main_content h2 {
  font-size: 20px;
  margin: 40px 0 20px;
}

#main_content h3 {
  font-size: 17px;
  font-weight: bold;
  margin: 20px 0 15px;
}

#main_content h4 {
  font-size: 15px;
  font-weight: bold;
  margin: 30px 0 20px;
  color: #63c0f5;
}

#main_content h5 {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}

#main_content h6 {
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  margin: 0 0 5px 0;
}

.tree-ul,
.tree-li {
  list-style-type: none;
  color: #000;
  padding: 0 0 0 40px;
  margin: 5px 0;
  margin-right: 1px;
  background: rgba(151, 48, 119, 0.1);
}

.tree-li div {
  padding: 7px;
  margin-right: 0;
}

.tree-li,
.tree-ul,
.tree-div {
  border-radius: 3px;
}

.tree-li {
  background-image: url(../img/BkgHandle.svg);
  background-size: 0.8rem;
  background-repeat: repeat-y;
}
.tree-liI {
  position: relative;
  width: 0.8rem;
  left: -40px;
  top: -9px;
}
.tree-liIdoc {
  position: relative;
  width: 0.8rem;
  left: -39px;
  top: -31px;
}
.c1 {
  color: #b5e853;
}
.c2 {
  color: #63c0f5;
}
.c3 {
  color: #f77720;
}
.c4 {
  color: #888;
}
.c5 {
  color: #666667;
}
.c6 {
  color: #888;
}

.bgC1,
.gray {
  background-color: #ccc;
}
.bgC2,
.yellow {
  background-color: #ff8;
}
.bgC3,
.red {
  background-color: #ff9999;
}
.bgC4,
.blue {
  background-color: #aaaaff;
}
.bgC5,
.green {
  background-color: #99ff99;
}
.bgC6,
.gree2 {
  background-color: #bbffbb;
}
.bgC7,
.brown {
  background-color: #c26b2b;
}

.pT20 {
  padding-top: 20px;
}

.pV10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pR {
  position: relative;
}

.t10 {
  top: 10px;
}

.dN {
  display: none;
}

.zI1000 {
  z-index: 1000;
}

.small1 {
  font-size: 0.8em;
}
.small2 {
  font-size: 0.7em;
}
.small3 {
  font-size: 0.6em;
}

.tAR {
  text-align: right;
}

.clear {
  clear: both;
}

img.descPicture {
  display: block;
  width: 100%;
  margin: 0 7px 30px 0;
  float: left;
  cursor: pointer; /*transition: all 0.5s ease;*/
}

img.descPicture.descPictureClose {
  width: 150px;
}

#sTree2,
#sTreePlus {
  margin: 10px auto;
}
.sommaire {
  font-size: 1rem;
}
#sTree {
  border: 0;
  margin: 0;
  padding: 0;
}