/* 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;
}

/* fin des styles de la page des produits */

/* debut de la page de la description d'un produit */

#produits_descriptif {
	position: relative;
	left: 0px;
	top: 0px;
	width: 910px;
	min-height: 100px;
	_height: 100px;
	padding: 10px;
	background: url(../images/produits/fond_ficheproduit.png) repeat-x #001D2D;
}

#description_titre img, .autre_titre img {
	vertical-align: text-top;
	margin-left: 5px;
}

#description_photo img, .autre_photo img {
	border: 1px solid #003351;
}

.description_ligne {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	min-height: 10px;
	_height: 10px;
}

#description_titre {
	float: left;
	color: #009DDF;
	font-size: 20px;
	padding-bottom: 10px;
}

#lien_datasheet {
	padding-left: 50px;
	padding-top: 12px;
	text-decoration: underline;
}

.description_datasheet {
	display: block;
	float: right;
	text-align: center;
	text-decoration: underline;
	width: 287px;
	height: 43px;
	text-align: left;
	background: url(../images/produits/telechargement_pdf.png) no-repeat right;
}

#description_photo {
	float: left;
	width: 300px;
	padding-bottom: 20px;
	padding-right: 20px;
}

#description_descriptif {
	float: left;
	width: auto;
}

#produits_autreentete {
	color: #fff;
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 5px;
}

/* debut des styles de l'encart "nos autres produits..." */
#produits_autre {
	position: relative;
	left: 0px;
	top: 0px;
	width: 920px;
	min-height: 10px;
	_height: 10px;
	padding: 5px;
	background: url(../images/produits/fond_ficheproduit.png) repeat-x #001D2D;
}

.autre {
	float: left;
	width: 220px;
	text-align: center;
	padding: 5px;
}

.autre_titre {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 20px;
	color: #009DDF;
	font-size: 16px;
	vertical-align: middle;
}

.autre_photo {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	min-height: 10px;
	_height: 10px;
	padding: 5px 0px;
}

.autre_fiche {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	min-height: 10px;
	_height: 10px;
	padding: 5px 0px;
}
/* fin des styles de l'encart "nos autres produits..." */


/* debut des styles du modele produits */
.description_rub {
	color: #FECB00;
	font-size: 16px;
	font-weight: bold;
}

.description_rubligne {
	list-style: url(../images/produits/puce.gif);
	color: #fff;
}

ul {
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-left: 30px;
}
/* fin des styles du modele produits */

/* debut des styles du modele produits_specifications */
.description_tab {
	float: left;
	width: 100%;
}

.description_tabligne {
	height: 30px;
	padding-left: 5px;
	font-size: 12px;
	color: #fff;
}

.description_tabtitre {
	height: 30px;
	color: #001D2D;
	font-size: 16px;
	font-weight: bold;
	background-color: #fff;
	padding-left: 3px;
	padding-right: 3px;
}
/* fin des styles du modele produits_specifications */


/* fin de la page de la description d'un produit */
