#contenu{
	position: relative; /* bug IE */
	padding: 0;
	border: 1px solid white;
	background: url(fond_produits.png) repeat-y 75% 0;
}
h1{
	padding:15px;
}
.cartouche img{
	position: relative; /* bug IE */
	float: right;
	margin:3px 5px 0 0;
}
.legende{
	position: relative; /* bug IE */
	margin-right:20px;
	font-size: 10px;
	float: right;
	width: 6em;
	text-transform: uppercase;
}
div{margin: 0}
ul{
	list-style: disc;
	margin-left:1.3em;
}
li{
	margin-bottom: 0;
	padding-left:0;
	background-image: none;
}
.produit{
	padding: 2em;
	margin: 5px 26% 0 0;
	color: White;
}
.produit a{
	font-size: 12px;
	color: White;
	text-decoration:none;
}
.produit a:hover{
	text-decoration: underline;
}
.produit ul{
	margin-top: 0;
}
#ceram{
	background: Blue;
	margin-top: 0;
}
#charges{
	background: #7F7FFF;
}
#betons{
	background: #00C5F2;
}
#fiches_pdt{
	position: relative; /* bug IE */
	margin: 1em 0 0;
	background: Black;
	float: right;
	width: 22%;
}
#fiches_pdt ul{
	list-style: none;
	margin-left: 0;
}
#fiches_pdt a{
	color: White;
	font-size: 9px;
	text-transform: uppercase;
	text-decoration: none;
}
#fiches_pdt a:hover{
	text-decoration: underline;
}
div.texte{margin:0}