@charset "utf-8";
/* CSS Document */

/* barre de niveau d'edition  */
.niveau_edition_bar{
	width:200px;
	line-height:13px;
	text-align:center;
	font-weight:bold;
	border: solid 1px #b9ab96;
	background:url(../images/catalog/product/bg_edition_bar.jpg) repeat-y;
}
.niveau_edition_bar_list{width:100px; float:right;}

.coedition-box .niveau_edition_bar_list{
	width:100px; float:right;
}
/* fin - barre de niveau d'edition  */


#infos_edition{}

#infos_edition div{
	margin-bottom:.5em;
}

#infos_edition span.valeur{
	font-weight:bold;
}

#infos_edition p.valeur{
	font-weight:bold;
}

#total_edition{}
#nb_parts_max{}
#total_restant{}
#niveau_edition{}
#prix_part{}
#nb_editeurs{}
#liste_editeurs{ float : left; }
#liste_editeurs ul{}
#liste_editeurs ul li{}

/* slider */
#montant_participation{
	font-weight:bold;
}

#qtySliderTrack{
	margin-top:10px; 
	margin-bottom:10px!important;
	width:200px;
	background-color:#d4e04c;
	border:1px solid #b9ab96;
	height:10px;
}

#qtySliderHandle{
	top:-5px;
	width:8px;
	height:20px;
	background-color:#f37e20;
	cursor:pointer;
	border:1px solid #b9ab96;
}
/* fin - slider */
