#accordion{
	display: flex; 
	}
.accordion {
	overflow: hidden;
	list-style: none;
	width: auto;
	display: inline-block;
	padding-bottom: 0px;
}
.accordion mark{
	text-decoration: none;
	background: rgba(0,0,0, 0);
}

.accordion-head-img{
	max-width: 235px;
	height: 50px;
	margin-right: 10px;
}
.accordion-head-img:hover{ 
	cursor: pointer; 
	max-width:240px;
	height: 55px;
	}
.accordion-inner{
	overflow: hidden;
	transition: height 1s;
	margin-left: 10px;
}
.accordion-content{
	position: relative;
	width: auto;
	height: auto;
	margin: 5px 0px 5px 0px;
	overflow: hidden; /* masque les débordement de contenus */
}
.accordion-content p{
	font-size: 1em;
	float: left;
	height: auto;
	width: auto;
	text-align: left;
	padding: 5px 10px 10px 0px;
}
.accordion-content p a em:hover{
	text-decoration: none;
	font-size: 0.9em;
	margin-left: 30px;
}
.accordion-content p a:hover{
	background: url("../images/doigt.png");
	background-repeat: no-repeat;
	background-position: left;
}
.accordion-inner { height: 0; } /* plie les contenus dès que le script a été chargé */
#ld{
	background-color: #f22933;
}
#ld p a{
	text-decoration: none;
	color: white;
}
#ld p a:hover{
	color: blue;

}
#lp{
	background-color: #006bb0;
}
#lp p a{
	text-decoration: none;
	color: white;
}
#lp p a:hover{
	color: yellow;
}#cl{
	background-color: #944660;
}
#cl p a{
	text-decoration: none;
	color: white;
}
#cl p a:hover{
	color: black;
}
#cv {
	background-color: #fff;
}
#cv p a{
	text-decoration: none;
	color: black;
}
#cv p a:hover{
	color: red;
}