#photosSlider_out, #videosSlider_out, #audiosSlider_out {
	width : 496px;
	margin : 13px auto 30px ;
	position : relative;
	background: url(../img-news/fond.gif) no-repeat top #EBEBEB ;
	border-bottom:1px #000000 solid;
}

#videosSlider_out {
	background: url(../img-news/fond2.gif) no-repeat top #EBEBEB ;
	margin-top : 5px ;
}
#audiosSlider_out {
	background: url(../img-news/fond3.gif) no-repeat top #EBEBEB ;
	margin-top : 5px ;
}

/*
#videosSlider_out {
	margin-top : 5px ;
}
*/
table.actu_images td.fondTD{
	vertical-align: bottom;
	height : 100px;
}

#videosSlider_out  table.actu_images td.fondTD{
	vertical-align: bottom;
	height : 70px;
}
#audiosSlider_out  table.actu_images td.fondTD{
	vertical-align: bottom;
	height : 40px;
}
table.actu_images td.fondTDTexte{
	vertical-align:top;
	color:#000;
	text-align:left;
	padding-bottom:5px;

}

.fondTR{

}

/* Forward / Backward */
#photosSlider_out .SlideItMoo_forward,
#photosSlider_out .SlideItMoo_back,
#videosSlider_out .SlideItMoo_forward,
#videosSlider_out .SlideItMoo_back,
#audiosSlider_out .SlideItMoo_forward,
#audiosSlider_out .SlideItMoo_back {

	width : 25px;
	top:5px;
	height : 140px;
	position : absolute;
	right : 6px;
	bottom : 0px;
	background : url(../img-news/right.png) no-repeat center;
	cursor : pointer;
}

/* Forward / Backward */

#videosSlider_out .SlideItMoo_forward,
#videosSlider_out .SlideItMoo_back
{
	width : 25px;
	top:5px;
	height : 90px;
	position : absolute;
	right : 6px;
	bottom : 0px;
	background : url(../img-news/right.png) no-repeat center;
	cursor : pointer;
}
#audiosSlider_out .SlideItMoo_forward,
#audiosSlider_out .SlideItMoo_back {
	width : 25px;
	top:5px;
	height : 70px;
	position : absolute;
	right : 6px;
	bottom : 0px;
	background : url(../img-news/right.png) no-repeat center;
	cursor : pointer;
}

#photosSlider_out .SlideItMoo_back, #videosSlider_out .SlideItMoo_back, #audiosSlider_out .SlideItMoo_back {

	left : 6px;
	background : url(../img-news/left.png) no-repeat center;
}

.col_centre h2#actuImg {

	background: url(../img/photo.png) left no-repeat;
	padding-left:30px;
	font-size:16px;
	font-weight : bold;
	margin:20px 0 20px 0;
}

.col_centre h2#actuVideos {
	background: url(../img/video.png) left no-repeat;
	padding-left:30px;
	font-size:16px;
	font-weight : bold;
	margin: 20px 0px 10px 0px;
}
.col_centre h2#actuAudios {

	background: url(../img/audio.png) left no-repeat;
	padding-left:30px;
	font-size:16px;
	font-weight : bold;
	margin: 20px 0px 10px 0px;
}

/* The width is set to show the number of thumbnails that will be visible */

#photosSlider_in, #videosSlider_in, #audiosSlider_in {

	width : 440px ; /* Set a display width to make the slider look good in case JS is disabled */
	padding : 6px 0;
	margin : 0 auto;
	position : relative;
	overflow : hidden;
}

/* The thumbnails container; set a width on it so everything will be fine */

	#photosSlider_items, #videosSlider_items, #audiosSlider_items { position : relative; }

/* Single element design */

#photosSlider_items DIV.photosSlider_element, #videosSlider_items DIV.videosSlider_element, #audiosSlider_items DIV.audiosSlider_element {
	width : 98px;
	margin : 0 6px;
	position : relative;
	float : left;
	text-align : center;
	font-size : 0.92em;
	color : #FFF;
}

#photosSlider_items A, #videosSlider_items A, #audiosSlider_items A {
	clear : both;
	display : block;
}

#photosSlider_items A IMG, #videosSlider_items A IMG, #audiosSlider_items A IMG { border : none; }