/* CSS Document */
.contient,
.top,
.bottom,
.contenu{
	position:relative;
	width:inherit;
	height:inherit;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	overflow:hidden;
}	

.contenu{
	height:auto;
	position:absolute;
}
/*****************************************/
/*** parametrage de la fleche du haut  ***/ 
/*****************************************/
.top{ 
	height:30px;
	z-index:2;
	opacity:0.4;
	filter:alpha(opacity=60);
	cursor:pointer;
}
.top .cg,
.top .cd,
.top .centre{
	background-image:url(/v2/img/marquee/hcg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
	width:6px;
	height:29px;
	float:left;
}
.top .cd{
	background-image:url(/v2/img/marquee/hcd.gif);
}
.top .centre{
	background-image:url(/v2/img/marquee/fondHaut.gif);
	background-repeat:repeat;
}
.top .centre .fleche{
	background-image:url(/v2/img/marquee/fHaut.gif);
	background-repeat:no-repeat;
	background-position:center left;
	width:16px;
	height:12px;
	float:right;
	margin-top:5px;
}

/*****************************************/
/***  parametrage de la fleche du bas  ***/ 
/*****************************************/
.bottom{ 
	height:30px;
	z-index:2;
	opacity:0.4;
	filter:alpha(opacity=60);
	cursor:pointer;
}
.bottom .cg,
.bottom .cd,
.bottom .centre{
	background-image:url(/v2/img/marquee/bcg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
	width:6px;
	height:29px;
	float:left;
}
.bottom .cd{
	background-image:url(/v2/img/marquee/bcd.gif);
}
.bottom .centre{
	background-image:url(/v2/img/marquee/fondBas.gif);
	background-repeat:repeat;
}
.bottom .centre .fleche{
	background-image:url(/v2/img/marquee/fBas.gif);
	background-repeat:no-repeat;
	background-position:center left;
	width:16px;
	height:12px;
	float:right;
	margin-top:5px;
}