
#texteintrocat {
padding: 8px 8px 5px 8px;
margin: 0 0 25px 0;
text-align: justify;
background-color: #f3f3f3;
border-top: 1px #bad2ed dashed;
border-bottom: 1px #bad2ed dashed;
}

#contenu .secteur2 h2 {
color: #0071ba;
background: url(images/fh2.gif) no-repeat 0 1px;
}
#contenu .secteur3 h2 {
color: #45a200;
background: url(images/fh2air.gif) no-repeat 0 1px;
}
#contenu .secteur4 h2 {
color: #66ac0d;
background: url(images/fh2vent.gif) no-repeat 0 1px;
}
#contenu .secteur5 h2 {
color: #6a6a6a;
background: url(images/fh2inso.gif) no-repeat 0 1px;
}
#contenu .secteur2 a {
	color: #0071ba;
}
#contenu .secteur3 a {
	color: #45a200;
}
#contenu .secteur4 a {
	color: #66ac0d;
}
#contenu .secteur5 a {
	color: #6a6a6a;
}

/* Listing catégories de produits */
#contenu ul.categories_produits {
	width: 735px;
	float: left;
	margin: 10px 0 20px 0;
	padding: 0;
	list-style: none;
}
#contenu ul.categories_produits li {
	float: left;
	width: 160px;
	height: 70px;
	padding: 5px;
	margin: 0px 5px 15px 5px;
	display: inline;
	border: 1px #dddddd solid;
	background: none;
}
#contenu ul.categories_produits li a {
	font-size: 12px;
	text-decoration: none;
}
#contenu ul.categories_produits li a.img {
	float: left;
	width: 50px;
	text-align: center;
	margin: 0 8px 0 0;
}
#contenu ul.categories_produits li a:hover {
	text-decoration: underline;
}
#contenu ul.categories_produits li a img {
/*	float: left;  */

	border: 0;
}

#contenu ul.s2 li a {
	color: #0071ba;
}
#contenu ul.s3 li a {
	color: #45a200;
}
#contenu ul.s4 li a {
	color: #66ac0d;
}
#contenu ul.s5 li a {
	color: #6a6a6a;
}

/* FIN Listing catégories de produits */

