/*
 * position.css
 * position les_plus
 *
 *
 * @author EIIDM
 * @date 2009-03-12
 * @media screen
 * @site boutique.ina.fr
 */

div.bloc-classement{
	float:left;
	width:576px;
}
div.bloc-classement ul.classement-gauche{
	float:left;
	padding:10px 0;
	width:287px;
}
div.bloc-classement ul.classement-droite{
	float:right;
	padding:10px 0;
	width:287px;
}
div.bloc-classement ul.classement-gauche li{
	float:left;
	height:20px;
	width:287px;
}
div.bloc-classement ul.classement-droite li{
	float:left;
	height:20px;
	width:287px;
}
div.bloc-classement .numero{
	float:left;
	height:20px;
	width:25px;
}
div.bloc-classement .titre{
	float:left;
	margin:0;
	width:210px;
}
div.bloc-classement .prix{
	float:left;
	height:20px;
	width:40px;
}



