

h1.rgaccord1-toggle {
  font-weight:bold;
  color:#475425;
  line-height: 26px;
  height: 23px;
  background: #acc95f url(img/plus.png) 5px center no-repeat;
  border-top:1px solid #eee;
  padding:2px 0 2px 25px;
  /*margin-right:32px;*/
  cursor:pointer;
}

/* Toggle act item */
/*h1.act {
  color:#edf2f7;
  background:#6899ce url(img/minus.png) 5px center no-repeat;
}*/

/* the content */
div.rgaccord1-content {
  /*width:330px;*/
  /*width:330px;*/
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
}

/* remove margin of a CE */
div.rgaccord1-content .ce {
  margin-bottom:0;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord1-content h1 {
  display:none;
}


/***************************/  

/* just a little gab */
#rgaccord2-nest, #rgaccord2top-nest {
  margin: 1px 0px 0px 0px;
  /*border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;*/
}

/* Toggle default */
/*h1.rgaccord2-toggle {*/
h1.rgaccord2-toggle {
  font-size: 13px;
  font-weight: bold;
  color: #505050;
  line-height: 27px;
  height: 27px;
  background: none;
  padding: 0px 0 0px 25px;
  margin: 0 0 10px 0;
  cursor: pointer;
  overflow: hidden;
  letter-spacing:0px;
}
h1 a, h1.rgaccord2-toggle {
  background: url(../images/icon_pulldown_down.jpg) no-repeat left center;
  color: #505050 !important;
}
h1 a {
  margin-left: -25px;
  padding-left: 25px;
  width: 100%;
}
h1 {
	cursor: auto;
}
h1 a {
	display: block;
	color: #505050 !important;
	text-decoration: none;
}

/* Toggle act item */
h1.act {
  background: url(../images/icon_pulldown_up.jpg) no-repeat left center;
}

/* the content */
div.rgaccord2-content {
}
div.rgaccord2-inner {
  padding:5px 0 15px 0;  
}
div.rgaccord2-inner-top, div.rgaccord2-inner-bottom {
	height: 0px;
	overflow: hidden;
}
div.rgaccord2-inner-top {
	margin-bottom: 1.5em;
}
div.rgaccord2-inner-bottom {
	margin-top: 1.5em;
}

/* remove margin of a CE */
div.rgaccord2-content .ce {
  margin-bottom:0;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord2-content h2 {
  display: none;
}
.pulldown_liste ul {
	padding:0px;
	margin:0px;
}
.pulldown_liste ul li {
	list-style-type:none;
}
