/*
//------------------------------------------------------------------
// 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 .visuel{
	background:url(images/visuels/produit.jpg) right top no-repeat;	
}


#content h2 span.vert{
	color:#96bf0d;
}
#content h2 span.masque{
	color:#d9dadb;
}

#content ul {
	width:650px;
	height:150px;
}
#content ul li{
	padding-bottom:4px;
	list-style-type:none;
	font-weight:bold;	
	float:left;
	width:33%;
}

#content p.autres{
	line-height:20px;
	font-size:14px;
	font-weight:bold;
}

.lien_sain {
	text-decoration: none;
	color:#96bf0d;
	font-weight: bold;
	margin-top: 20px;
}

.plus_encore {
	margin-top: 20px;
}