/*
 * typo.css
 * typo les_plus
 *
 *
 * @author EIIDM
 * @date 2009-03-12
 * @media screen
 * @site boutique.ina.fr
 */

div.bloc-classement .numero{
	color:#000000;
	display:block;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	line-height:12px;
	text-align:center;
}
div.bloc-classement .titre{
	color:#252525;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:15px;
	text-decoration:none;
	vertical-align:bottom;
}
div.bloc-classement .titre:hover{
	text-decoration:underline;
}
div.bloc-classement .prix{
	color:#ed008c;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:15px;
	text-align:right;
	vertical-align:middle;
}
