.ac-container{
	width: 960px;
	margin: 0px;
	text-align: left;
}
.ac-container label{
	font-family: Arial, Helvetica, sans-serif;
	padding: 7px 0px;
	position: relative;
	z-index: 20;
	display: block;
	cursor: pointer;
	font-size: 18px;
	line-height: 30px;
	color:black;
	font-style:normal;
	font-weight:bold;
	background: #ffffff;
	border-top:1px solid #d3af7e;
	background: transparent;
}
.ac-container label:hover{
	background: #f1f0e9;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #fff;
	color: black;
	background: transparent;
}

.ac-container label.no-bg, .ac-container label.no-bg:hover, .ac-container label.no-bg:hover:after {
    background:none;
}


.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 29px;
	height: 31px;
	right: 0px;
	top: 7px;
	background: transparent;
}
.ac-container input:checked + label:hover:after{
	background: transparent;
}
.ac-container input{
	display: none;
}
.s-titre{
	font-family: Arial, Helvetica, sans-serif;
	padding: 7px 0px;
	font-size: 18px;
	line-height: 30px;
	color:black;
	font-style:normal;
	font-weight:bold;
	text-transform:uppercase;
	background: #f1f0e9;
	border-top:1px solid #d3af7e;
	display:block;
}
.ac-container article{
	background: #fff;
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out;
	-moz-transition: height 0.3s ease-in-out;
	-o-transition: height 0.3s ease-in-out;
	-ms-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;
}
.ac-container article p{
	font-size:14px;
	line-height:20px;
	font-style:normal;
	color:black;
	padding: 0px 40px 7px 53px;
	text-align:justify;
}
.nom {
	font-size:12px;
	line-height:18px;
	font-style:normal;
	color:black;
	padding:0px;
	margin:0px;
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out;
	-moz-transition: height 0.5s ease-in-out;
	-o-transition: height 0.5s ease-in-out;
	-ms-transition: height 0.5s ease-in-out;
	transition: height 0.5s ease-in-out;
}
.ac-container input:checked ~ article.ac-small{
	height: auto;
}
.ac-container input:checked ~ article.ac-medium{
	height: 180px;
}
.ac-container input:checked ~ article.ac-large{
	height: 230px;
}