/************************************ MODULE ************************************/

/* marquee : conteneur */

#defilante-selection

{

	height:200px;

	text-align:center;

width:150px;
margin-left:20px;


}



/* div : détails affichés au survol */

#defilante-selection-bulle 

{ 

	position: absolute; 
	top:0px;
	left:0px;
	visibility: hidden;  

	font-size:12px;

	text-align:left;

	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); 

}


#defilante-selection-bulle td
{
	color:#000000;
}




/************************************ HABILLAGE ************************************/

/* 1ère ligne : en-tête (titre) */

.defilante-selection-haut 

{

	background-image: url(images/boxe-defilante-haut.gif);

	background-repeat:  no-repeat;

	background-position: top center;

	height: 34px;

	text-align:center;

	font-weight:bold;

	color:#4c4c4c;

}	



/* 2ème ligne : contenu */

.defilante-selection-milieu 

{

	background-image: url(images/boxe-defilante-milieu.gif);

	background-repeat:  repeat-y;

	background-position: top center;

	text-align:center;

	padding:0px 5px;

}



/* 3ème ligne : pied */

.defilante-selection-bas 

{

	background-image: url(images/boxe-defilante-bas.gif);

	background-repeat:  no-repeat;

	background-position: bottom center;

	height: 15px;

}		