 
/* CSS BOUTIQUE */ 

/* ========================================================= LA BOUTIQUE ======================================================== */

/* ====================================================================== */
/* ======================= PAGE "ACCUEIL" BOUTIQUE ====================== */
/* ====================================================================== */
/* liste présente sur page accueil "boutique.html" et "liste.html" */
	
	#listeproduit{ }
		
		.un_prod{ width:485px; margin:20px 0px 0px 5px; padding:0px 0px 0px 0px; }
			.un_prod h3{ margin:0px 0px 5px 0px; padding:0px 0px 0px 10px; font-size:1.3em; color:white; background:black; }
				.un_prod h3 a{ color:white; text-decoration:none;}
			.un_prod .img{ margin:0px 10px 10px 10px; float:left; border:1px #d5d5d5 solid;}
			.un_prod .description{margin:0px 10px 0px 10px; padding:0px 0px 0px 0px; font-size:1.2em; color:#404040;}
			.un_prod .lien{ float:right; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; font-size:1.1em; text-align:center; clear:both;}
				.un_prod .lien a{ display:block; width:125px; height:18px; padding:7px 0px 0px 0px; background: url(../cssimg/site/plusDetail.gif) 0px 0px no-repeat; color:#7F7F7F; text-decoration:none; }
				.un_prod .lien a:hover{ text-decoration:underline;}
	

		
/* ====================================================================== */
/* ========================= PAGE FICHE PRODUIT ========================= */
/* ====================================================================== */
#main-produit_fiche .titleTop{ padding:10px 0px 0px 20px; height:25px; color:white; font-size:1.4em; background:black url(../cssimg/site/puce02.gif) 10px 14px no-repeat;}

	#fp-gauche{ float:left; width:280px;}
	#fp-droite{ float:left; width:210px; }

/*		
#fiche-produit #caracteristique{ margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}
	#fiche-produit #caracteristique div{padding:5px 0px 10px 5px; margin:0px 0px 0px 0px; background:#DBDBDB; width:190px; font-size:1.4em; }
	#fiche-produit #caracteristique p{ float:left; margin:0px 0px 0px 0px; padding:6px 0px 5px 0px; font-size:1em; }
		#fiche-produit #caracteristique p a{ margin:0px 0px 0px 10px; padding:0px 0px 0px 20px; font-size:1.2em; color:white; font-weight:normal; text-decoration:none;} 
			#fiche-produit #caracteristique p a:hover{ text-decoration: underline;}
*/

#descriptif{ margin:0px 0px 20px 0px; }
	#descriptif div { font-size:1em; }
	#descriptif .description-txt { font-size:1.4em; color:black; padding:10px 10px 4px 10px;}
	#descriptif .description-txt p { font-size:1.4em; }
	
	.desc-zone{margin:10px 5px 0px 10px; color:black; }
		.desc-zone div{ }
		.desc-zone p{ padding:0px 0px 0px 10px; background: url(../cssimg/site/puce01.gif) 0px 3px no-repeat;font-size:1.4em;}
	
	#connexe{ float:right; width:180px; height:61px; margin:0px 10px 0px 0px; padding:8px 0px 0px 0px; background: url(../cssimg/site/connexe_bg.jpg) 0px 0px no-repeat; }
		#connexe ul{ list-style-type:none; }
			#connexe li{}
				#connexe a{ display:block; margin:0px 0px 0px 5px; padding:0px 0px 0px 13px; font-size:1.3em; color:#111214; text-decoration:none; }
				#connexe a:hover{ text-decoration:underline; }
				#connexe a.info{ background: url(../cssimg/site/ico_mail.gif) 0px center no-repeat; }
				#connexe a.print{ background: url(../cssimg/site/ico_print.gif) 0px center no-repeat; }
				#connexe a.envoi{ background: url(../cssimg/site/ico_envoi.gif) 0px center no-repeat; }
	
		
	
#galerie-first{}
	#galerie-first img{margin:10px 0px 0px 5px; border:1px #CCC solid;}
#galerie-after{}
	#galerie-after .photo{ float:left; margin:10px 0px 0px 2px; _margin:10px 0px 0px 1px;}
	
	
