.accordion_toggle {
	display: block;
	height: 21px;
	width:173px;
	/* background: url(../images/_interface/accordion_newsletter_off.jpg) no-repeat; */
	padding: 0;
	line-height:20px;
	color: #ffffff;
	outline: none;
	cursor: pointer;
	margin: 0;
}
/* ****************************************************************************************  NEWSLETTER */
#newsletter.accordion_toggle {
	background: url(../images/_interface/accordion_newsletter_off.jpg) no-repeat;
}
/* #newsletter.accordion_toggle:hover {
	background: url(../images/_interface/accordion_newsletter_on.jpg) no-repeat;
} */
#newsletter.accordion_toggle_active {
	background: url(../images/_interface/accordion_newsletter_on.jpg) no-repeat;
	color: #000000;
}
#form_newsletter.accordion_content {
	background:url(../images/_interface/form_newsletter_2.jpg) no-repeat;
}
#block_newsletter {
	width:169px; height:53px;
	padding:0 0 0 2px;
}
.table_news {
	margin-top:4px;
}
.input_pseudo_newsletter {
	font-weight:bold;
	border:none;
	width:100px;
	background:none;
	padding:0 4px;
	color:#fff;
}
.input_email_newsletter  {
	font-weight:bold;
	border:none;
	width:98px;
	background:none;
	padding:0 4px;
	color:#fff;
}
.input_ok_newsletter {
	
}


/* ****************************************************************************************  VOTER */
#voter.accordion_toggle {
	background: url(../images/_interface/accordion_vote_off.jpg) no-repeat;
}
/* #voter.accordion_toggle:hover {
	background: url(../images/_interface/accordion_vote_on.jpg) no-repeat;
} */
#voter.accordion_toggle_active {
	background: url(../images/_interface/accordion_vote_on.jpg) no-repeat;
	color: #000000;
}
#form_vote.accordion_content {
	background:url(../images/_interface/form_vote.jpg) no-repeat;
	width:169px; height:71px;
}
#block_vote {
	width:169px; height:73px;
	margin:0; padding:0;
}
.table_vote {
	margin-top:4px;
	margin-left:2px;
}
.input_pseudo_vote {
	font-weight:bold;
	border:none;
	width:100px;
	background:none;
	padding:0 4px;
	color:#fff;
}
.input_num_vote {
	font-weight:bold;
	border:none;
	width:35px;
	background:none;
	padding:0 4px;
	color:#fff;
}
.input_email_vote {
	font-weight:bold;
	border:none;
	width:96px;
	background:none;
	padding:0 4px;
	color:#fff;
}

/* ****************************************************************************************  PARTICIPER */
#participer.accordion_toggle {
	background: url(../images/_interface/accordion_participer_off.jpg) no-repeat;
}
/* #participer.accordion_toggle:hover {
	background: url(../images/_interface/accordion_participer_on.jpg) no-repeat;
} */
#participer.accordion_toggle_active {
	background: url(../images/_interface/accordion_participer_on.jpg) no-repeat;
	color: #000000;
}
#form_participer.accordion_content {
	background:url(../images/_interface/form_newsletter_2.jpg) no-repeat;
	width:169px; height:51px;
}
#block_participer {
	width:169px; height:52px;
	margin:0; padding:0;
}
.table_participer {
	margin-top:4px;
	margin-left:2px;
}


.accordion_content {
	color: #444444;
	overflow: hidden;
}
.accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #0099FF;
}
.accordion_content p {
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}