/*SECTION QUI PREND TOUTE LA PAGE*/
#campagne
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 122px 0 55px;
	text-align: center;
	background: #FFFFFF;
}
#campagne .slide_content
{
	width: 735px;
	margin: 0 auto;
}
#campagne .slide_content H3
{
	float: left;
	font: 27px CalvertMTStdBold;
	color: #522F6F;
	padding: 40px 0 5px;
}
#campagne .slide_content P, #campagne .spots_radio P
{
	clear: both;
	text-align: left;
	font: 14px Arial;
	color: #666666;
}
#campagne .slide_content .picto_telecharger
{
	float: right;
	margin: 38px 0 0;
}
#campagne .slide_content .slider
{
	position: relative;
	width: 735px;
	height: 552px;
	margin: 30px auto;
}
#campagne .slide_content .slider .slides
{
	width: 735px;
	height: 552px;
	overflow: hidden;
}
#campagne .slide_content .slider .slides IMG
{
	float: left;
	width: 735px;
	height: 552px;
}
#campagne .slide_content .slider .slidePrev
{
	position: absolute;
	top: 245px;
	left: -50px;
}
#campagne .slide_content .slider .slideNext
{
	position: absolute;
	top: 245px;
	right: -50px;
}
#campagne .spots_radio
{
	width: 100%;
	height: 300px;
	-webkit-box-shadow: inset 0 15px 40px -20px rgba(25,25,25,.4);
	box-shadow: inset 0 15px 40px -20px rgba(25, 25, 25, 0.4);
}
#campagne .spots_radio .allSpots
{
	width: 735px;
	margin: 0 auto;
	padding: 50px 0 0;
}
#campagne .spots_radio H4
{
	padding: 0 0 5px;
	font: 27px CalvertMTStdBold;
	color: #522F6F;
	text-align: left;
}
#campagne .spots_radio .allSpots .bloc_spot
{
	width: 200px;
	height: 30px;
	margin: 25px 20px 0;
	line-height: 50%;
	float: left;
}
#campagne .spots_radio .allSpots .bloc_spot STRONG
{
	font-family: Arial;
	color: #666666;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.286;
	width: 100px;
	height: 11px;
	float: left;
	margin: 10px 0 0;
}
#campagne .spots_radio .allSpots .bloc_spot .pictos
{
	float: left;
	width: 100px;
	height: 42px;
}
#campagne .spots_radio .allSpots .bloc_spot .pictos .audioButton IMG
{
	display: none;
	float: left;
	margin: 0 0 0 9px;
}
#campagne .spots_radio .allSpots .bloc_spot AUDIO
{
	display: none;
}

.audioButton {
	display: inline-block;
	width: 42px;
	height: 42px;
	background-repeat: no-repeat;
	background-position: top left;
}

.paused {
	background-image: url('../images/campagne/picto-ecouter.png');
}

.listen {
	background-image: url('../images/campagne/picto-paused.png');
}