@charset "utf-8";
/* CSS Document */

.accordion {
	width: auto;
	height:auto;
}

.accordion2 {
	width: auto;
	height:auto;
}
.accordion h3 {
	/*background-color:#F5F5F5;*/
	background-image:url(btn2-accordeon-droit.png);
	background-position:0 50%;
	background-repeat:no-repeat;
	padding:5px 5px 5px 20px;
	margin: 0;
	font-size:13px;
	font-weight:bold;
	cursor: pointer;
}

.accordion2 h2 {
	margin: 0;
	font-size:13px;
	font-weight:bold;
	cursor: pointer;
}
.accordion h3 span{
    padding-right: 10px;
}

	  /* background-position: 10px 15px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    margin: 0;
    padding: 5px 5px 5px 10px;}*/

.accordion h3:hover{
	background-image:url(btn2-accordeon-bas.png);
	text-decoration:underline;
	color:#F90;
}
.accordion h3.active {
	background-image:url(btn2-accordeon-haut.png);
	color:#F90;
}

.accordion2 h2:hover, .accordion h2.active  {
 text-decoration:underline; 
 color:#F90;
}

.accordion p {
	padding-left:5px;
	/*border-left: solid 1px #c4c4c4;*/
	text-align:center;
	margin:10px 25px 5px 10px;
	text-align:justify;
	font-weight:normal;
}
.accordion a.bloc, .accordion a.bloc:hover, .accordion a.bloc:active{
	text-decoration:none;
}
.accordion a.bloc2, .accordion a.bloc2:hover, .accordion a.bloc2:active{
	text-decoration:none;
	font-style:normal;
	font-weight:normal;
}

.accordion div {
	width:100%;
	height:100%;
}