/* CONTENT - MEMBRES
---------------------------------------------------------------*/

#content .content h2 {
  margin-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 3px;
}

#content .content p {
  margin-top: 3px;
  margin-bottom: 20px;
  line-height: 140%;
}

#content .content ul.dList {
  list-style-type: none;
  list-style-position: inside;
  margin-bottom: 20px;
}

#content .content ul li {
  background-image: url(/i/bullet_dList.gif);
  background-repeat: no-repeat;
  background-position: 0px 9px;
  padding-left: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #E1E1E1;
  /*width: 340px;*/
}

#content .content ul li.closed {
  background-image: url(/i/bullet_dList.gif);
  background-repeat: no-repeat;
  background-position: 0px 9px;
}

#content .content ul li.open{
  background-image: url(/i/bullet_dListActive.gif);
  background-repeat: no-repeat;
  background-position: 0px 9px;
}

#content .content ul li.selected {
  background-image: url(/i/bullet_dListActive.gif);
}

#content .content ul li div {
  padding-bottom: 2px;
  padding-top: 2px;
}
#content .content ul.dList li a {
  color: #000000;
  font-weight: bold;
}

a.dListItem {
  font-weight:normal !important;
  text-decoration:underline;
}

.dvContent {
  width:530px !important;
}

/* END- MEMBRES
---------------------------------------------------------------*/

