/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
// 
// Version             : 1.0
// Date de création    : 27/12/2004
// Date de mise à jour :
//
// Description         : feuille de style de rubrique
//
// Contraintes         : 
//------------------------------------------------------------------
*/


#content table.produits{
	width:99%;
}

#content table.produits td{
	vertical-align:top;
	background:#e8ebee;
	border-bottom:solid 8px white;
	padding:5px;
}

#content td.photo_gauche{
	width:110px;
}

#content td.photo_droite{
	width:110px;
}

#content table.produits td h3{
	text-transform:uppercase;
	font-size:12px;
}


#content table.produits td img{
	border:solid 1px black;
}