.sliderNews {
    position : relative;
    overflow : hidden;
    height : 320px;
}

.sliderNewsContainer {
    position   : relative;
    float:left;
}
.sliderNewsContainer > p   {
	position	   : relative;
    float          : left;
	line-height	   : 16px;
	background	   : url("./images/separateurElts.gif") repeat-x scroll center bottom #fff;
	margin-left    : 13px;
	margin-right   : 5px;
	padding-bottom : 6px;
    width          : 368px;
    z-index        : 2;
}

.sliderNewsControl {
    position : relative;
    float    : left;
    height   : 39px;
    width    : 100%;
}

.sliderNewsControl span {
    position : absolute;
    top      : 22px;
    left     : 260px;
}
.sliderNewsControl .controlUp {
    position   : absolute;
    top        : 3px;
    left       : 360px;
    width      : 15px;
    height     : 15px;
    background : url("./images/controlUp.png") no-repeat 0 0 #fff;
    cursor     : pointer;
}
.sliderNewsControl .controldown {
    position   : absolute;
    top        : 21px;
    left       : 360px;
    width      : 15px;
    height     : 15px;
    background : url("./images/controlDown.png") no-repeat 0 0 #fff;
    cursor     : pointer;
}

/* Pour ie6 */
.sliderNewsContainerP {
	position	   : relative;
    float          : left;
	line-height	   : 16px;
	background	   : url("./images/separateurElts.gif") repeat-x scroll center bottom #fff;
	margin-left    : 13px;
	margin-right   : 5px;
	padding-bottom : 6px;
    width          : 368px;
    z-index        : 2;
}
/*
.blocDetailInfos .blocDetailInfosP {
	position		: relative;
	clear			: both;
	line-height		: 16px;
	background		: url('./images/separateurElts.gif') bottom center repeat-x;
	margin-left		: 13px;
	margin-right	: 5px;
	padding-bottom	: 6px;
}
*/