@charset "UTF-8";
/* CSS Document */



/* ------------------------------- AFFICHAGE/MASQUAGE DU TEXTE ------------------------------- */


#affichage-texte {
	margin-left:110px;
	padding: 0 20px;
	list-style:none;
	width:600px;
}

#affichage-texte li {
	border-bottom:1px solid grey;
	cursor:pointer;
	position: relative;
}
	
#affichage-texte h4 {
}

#affichage-texte p {
	display: none;
}

#affichage-texte span {
	position:absolute;
	right:5px;
	top : 20px;
}














