/* CSS Document fiche*/
#fiche{
	margin-right:10px;
}
#nom-prod-fiche{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #3B88B4;
	padding-left:15px;
	padding-bottom:5px;
	margin-top:5px;
	margin-left:10px;
	margin-bottom:20px;
	background-image: url(../images/fiche/puce_fiche.gif);
	background-repeat: no-repeat;
	background-position:0 4;
	border-bottom: dashed 1px #3B88B4;
}
#nom-prod-fiche h1{
	font-size:16px;
}
#bouton {
	/*display: inline;*/
	border-bottom: solid 5px #3B88B4;
}
#retour a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
#retour a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: underline;
}
#photo-prod-fiche {
	margin-left:0px;
	margin-right:5px;
	margin-bottom:10px;
	float:left;
	width:160px;
}
#descrip-prod-fiche {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	/*margin-left: 15px;*/
	margin-right:5px;
	margin-bottom:15px;
	width:350px;
	
}
#info-conseil{
	float:right;
	width:222px;
	font:Arial, Helvetica, sans-serif;
	color: #3B7198;
	font-size:11px;
	margin:0;
	padding:0;
	border: 1px solid #5CA9D5;
	background-color: #F1FBFC;

}
#barre-info-conseil{

}
#info-conseil-desc {
	font:Arial, Helvetica, sans-serif;
	color: #3B7198;
	font-size:11px;
	margin-left: 5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom: 5px;
}

/*-----encart marque-----*/
#marque-conteneur {
	border: solid 1px #4485AB;
	margin-top:5px;
	padding:5px;
	height:200px;
	clear:both;
}
#nos_marques{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#3388AD;
	font-weight:bold;
}
#nom_marque{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	font-weight:bold;
	border-bottom: dotted 1px #3388AD;
	width:auto;
	margin-bottom:5px;
}
#nom_produit_marque{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
}
#logo-marque {
	text-align:center;
	margin-left:0px;
	margin-right:5px;
	margin-bottom:10px;
	float:left;
	width:130px;
}
#logo-marque a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3388AD;
	text-decoration: underline;
}
#logo-marque a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}

