/************************************ MODULE ************************************/
/* marquee : conteneur */
#defilante-centre-selection
{
	height:350px;
}

/* div : détails affichés au survol */
#defilante-centre-selection-bulle 
{ 
	position: absolute; 
	top:0px;
	left:0px;
	visibility: hidden;  
	font-size:12px;
	cursor:pointer;
	width:300px;
	z-index:100;
	border:1px solid #c2c1c1; 
	padding: 7px; 
	color:#000000; 
	background-color:#eee; 	
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90); 
}

/************************************ HABILLAGE ************************************/
/* 1ère ligne : en-tête (titre) */
.defilante-centre-selection-haut 
{
	background-image: url(images/boxe-defilante-haut.gif);
	background-repeat:  no-repeat;
	background-position: top right;
	height: 34px;
	text-align:center;
	font-weight:bold;
	color:#4c4c4c;
}	

/* 2ème ligne : contenu */
.defilante-centre-selection-milieu 
{
	background-image: url(images/boxe-defilante-milieu.gif);
	background-repeat:  repeat-y;
	background-position: top right;
	text-align:center;
	padding:0px 5px;
}

/* 3ème ligne : pied */
.defilante-centre-selection-bas 
{
	background-image: url(images/boxe-defilante-bas.gif);
	background-repeat:  no-repeat;
	background-position: bottom right;
	height: 15px;
}	
