/*
//------------------------------------------------------------------
// 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
//
//------------------------------------------------------------------
*/


/*------------------------------------------------------------------*/
#submenu{
	display:none;
}
/*------------------------------------------------------------------*/
#content #dernier_produit{
	margin-left:-100px;
	margin-bottom:10px;
}
#content #dernier_produit table{
	background:#1588E5;
	border:solid #094F9F 3px;
	width:480px;
	border-collapse:collapse;
}
#content #dernier_produit table td{
	color:white;
	font-size:15pt;
}
#content #dernier_produit table td a{
	color:white;
	text-decoration:none;
}
#content #dernier_produit table td.cellule1{
	text-align:right;
	padding-top:3px;
	padding-bottom:3px;
}
#content #dernier_produit table td.cellule2{
	text-align:center;
	width:190px;
}
#content #dernier_produit table td.cellule3{
	text-align:left;
	width:190px;
	vertical-align:bottom;
}
#content #dernier_produit table td span{
	color:#FCCC00;
}
/*------------------------------------------------------------------*/
#content table#annuaires{
	width:90%;
	border-collapse:collapse;
}
#content table#annuaires td{
	width:20%;
	padding: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;
}
/*------------------------------------------------------------------*/
#content #destockage{
	position:absolute;
	top:175px;
	left:40px;
}
/*------------------------------------------------------------------*/
