/*
//------------------------------------------------------------------
// 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 h3{
	margin-bottom:30px;
}
#content p{
	margin-right:20px;
}

#content p.important{
	color:#97BE0D;
	font-size:19px;
	line-height:20px;
	font-weight:bold;
}

#content span.souligne{
	text-decoration:underline;
}

#content ul{
	margin-bottom:55px;
}
#content ul li{
	list-style-type:none;
	font-weight:bold;
	font-size:18px;
	margin-bottom:2px;
}

.lien_pompe {
	color:#96bf0d;
	font-weight: bold;
}