/* debut des styles des produits */

#structure_visuel {
	height: 128px;
	background: url(../images/general/fond_header_v3.png) repeat-x;
}

#produits_bandeau {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 128px;
	_height: 104px; 
	padding-top: 24px;
	padding-left: 15px;
	background: url(../images/produits/bandeau.jpg) no-repeat;
}


#produits_entete {
	position: relative;
	left: 0px;
	top: 0px;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 22px;
}

#produits_titre {
	color: #FECB00;
	font-size: 16px;
	padding-left: 10px;
}

#produits_liste {
	position: relative;
	left: 0px;
	top: 0px;
	width: 795px;
	_width: 835px;
	min-height: 304px;
	_height: 304px;
	margin-left: auto;
	margin-right: auto;
}

.produits {
	float: left;
	width: 235px;
	height: 304px;
	background: url(../images/produits/fond_produits.png) repeat-x;
	margin: 0px 15px 30px 15px; 
}

.produits_titre {
	position: relative;
	left: 0px;
	top: 0px;
	width: 215px;
	color: #009DDF;
	font-size: 16px;
	padding: 5px 10px;
}

.produits_titre img {
	vertical-align: text-bottom;
	margin-left: 5px;
}

.produits_description {
	position: relative;
	left: 0px;
	top: 0px;
	width: 215px;
	color: #009DDF;
	font-size: 12px;
	padding: 0px 10px;
}

.produits_photo {
	position: relative;
	left: 0px;
	top: 0px;
	width: 215px;
	text-align: center;
	padding: 10px 10px;
}

.produits_photo img {
	border: 1px solid #577380;
}

a.produits_fiche {
	position: relative;
	left: 0px;
	top: 0px;
	width: 215px;
	text-align: center;
	text-decoration: none;
	padding: 0px 10px;
}

