/* Style de l'accordeon */


/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* Style général sur l'accordeon */
.accordeon_style {
	width: 300px;
	font-family: verdana;
	font-size: 9px;
	border: 0px;
}


/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* Style sur les titres */

.accordeon_style a.titre-accordeon {
	cursor:pointer;
	display:block;
	margin-top: 0;
	padding-top:3px;
	height:16px;
	padding-left:5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;
	background-color: #5f7985;
	text-transform:uppercase;
	margin-bottom:2px;
}

.accordeon_style a.titre-accordeon:hover {
  	display:block;
	background-color: #42545c;
	height:16px;
}

.accordeon_style a.titre-accordeon.selected {
  	display:block;
	color: #ffffff;
	padding-top:3px;
	height:16px;
	padding-left:5px;
	background-color:#42545c;
}


/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* Style sur le contenu déroulé */
.accordeon_style div {
	margin-top:10px;
	margin-bottom:10px;
	text-align:justify;
}
