/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
// 
// Version             : 2.0
// Date de création    : 26/06/2008
//
// Description         : feuille de style de rubrique
//
//------------------------------------------------------------------
*/

/*------------------------------------------------------------------*/
#content #dernier_produit{
	height:150px;
	margin-bottom:20px;
	font-size:15pt;
	padding-left:50px;
}
#content #dernier_produit a{
	text-decoration:none;
}
#content #dernier_produit a img{
	float:left;
	margin-right:10px;
}
/*------------------------------------------------------------------*/
#content table#annuaires{
	width:90%;
	border-collapse:collapse;
}
#content table#annuaires td{
	width:20%;
	pa-dding:3px;
}
#content table#annuaires td a{
	color:white;
	text-decoration:none;
	display:block;
	text-align:center;
	font-size:8pt;
}
#content table#annuaires td a strong{
	color:#FCCC00;
	font-size:11pt;
}
#content table#annuaires td span.prixbarre{
	text-decoration:line-through;
	color:#C0C0C0;
}
/*------------------------------------------------------------------*/
