/* Style de l'accordeon */


/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* Style général sur l'accordeon */
.accordeon_style {
	width: 710px;
	font-family: verdana;
	font-size: 10px;
	border: 0px;
}


/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* Style sur les titres */

.accordeon_style a.titre-accordeon {
	cursor:pointer;
	font-family: Tahoma, Geneva, sans-serif;
	display:block;
	margin-top: 0;
	padding-top:3px;
	height:20px;
	padding-left:10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	color: #369;
	width: 710px;
	border-bottom:1px dashed #666;
}

.accordeon_style a.titre-accordeon:hover {
  	display:block;
	height:20px;
	color:#680204;
	border-bottom:1px dashed #787878;
}

.accordeon_style a.titre-accordeon.selected {
	display:block;
	color: black;
	height:20px;
	border-bottom:1px dashed #787878;
	color:#369;
}


/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* Style sur le contenu déroulé */
.accordeon_style div {
	/*background-color: #ffffff;*/
	text-align:justify;
	width: 710px;
}












/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */










/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* Style général sur l'accordeon */
.accordeon_style2 {
	width: 710px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	border: 0px;
}


/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* Style sur les titres */

.accordeon_style a.titre-accordeon2 {
	font-family:Tahoma, Geneva, sans-serif;
	border-bottom:2px dotted #DDEBA5;
	margin:6px 00px 6px 10px;
	font-stretch:expanded;
	font-weight:normal;
	cursor:default;
	font-size:18px;
	color: #9ABE47;
	font-stretch:condensed;
	cursor:pointer;
	height:30px;
	padding-left:0px;
	text-decoration: none;
	width: 700px;
	display: block;
}

.accordeon_style a.titre-accordeon2:hover {
	color:#680204;
	border-bottom:2px dotted #B7BD33;
}

.accordeon_style a.titre-accordeon2.selected {
	color:#680204;
	border-bottom:2px dotted #B7BD33;
}


/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* Style sur le contenu déroulé */
.accordeon_style2 div {
	/*background-color: #ffffff;*/
	text-align:justify;
	width: 710px;
}







/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */




/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* Style général sur l'accordeon */
.accordeon_style3 {
	width: 710px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	border: 0px;
}


/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* Style sur les titres */

.accordeon_style a.titre-accordeon3 {
	font-family:Tahoma, Geneva, sans-serif;
	margin:6px 00px 6px 10px;
	font-stretch:expanded;
	font-weight:normal;
	cursor:default;
	font-size:18px;
	color: #9ABE47;
	font-stretch:condensed;
	cursor:pointer;
	height:30px;
	padding-left:0px;
	text-decoration: none;
	width: 700px;
	display: block;
}

.accordeon_style a.titre-accordeon3:hover {
	color:#680204;
}

.accordeon_style a.titre-accordeon3.selected {
	color:#680204;
}


/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* Style sur le contenu déroulé */
.accordeon_style3 div {
	/*background-color: #ffffff;*/
	text-align:justify;
	width: 710px;
}
