/* Style de l'accordeon */


/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* Style général sur l'accordeon */
.accordeon_style {
	width: 450px;
	font-family: verdana;
	font-size: 12px;
	line-height: 24px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.recit {
	width: 450px;
	clear: left;
	background-color: #883147;
	color: #FFFFFF;
}
.recit-menu {
	width: 450px;
	clear: left;
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
}




/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* Style sur les titres */

.accordeon_style a.titre-accordeon {
	cursor:pointer;
	margin-top: 0;
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
	display: block;
	text-align: left;
}

.accordeon_style a.titre-accordeon:hover {
	color: #CCCCCC;
}

.accordeon_style a.titre-accordeon.selected {
	color: #E85111;
}


/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* Style sur le contenu déroulé */
.accordeon_style div {

}
