/* CSS Document de la boutique*/


#boutique {	
}


#boutique .bloc{
	float:left;
	display:block;
	
	height:296px;
	width:296px;
	padding-left:15px;
	padding-right:15px;
	
	
}
#boutique .bloc_avec_fond{
	background-image: url(../images/fond_bloc_boutique.png);
	background-repeat: no-repeat;
}

html > body  #boutique .bloc {
   /*margin-left:27px;*/
}

.espaceur{
	float:left;
	display:block;
	height:291px; 
	width:6px;  	
}

#boutique h1{
	float: left;
	margin-bottom:10px;
	width: 300px;
	font-family:"Trebuchet MS";
	margin-left:12px;
	margin-top:2px;
}
html > body  #boutique .bloc,#boutique h1 {
   /*margin-left:27px;*/
}

#boutique img.bouton_panier{
	clear: right;
	float: right;
	margin-right: 5px;
}



#boutique .bloc .titre {
	width:100%;
	height:38px;
	font-size:16px;
	color:#333333;
	margin-bottom:15px;
	margin-top:12px;
	
	
}	
#boutique .bloc img{
	display:block;
	float:left;
	/*background:#CCFF00;*/
}
#boutique .bloc .nom{
	color:#006797;
	font-weight: bold;
	padding-bottom:4px;
	font-weight: bold;
}

#boutique .bloc .texte{
	position:relative;
	float:right;
	width:204px;;
	height:215px;
	padding-right:0px;
	/* background:#FFFFCC;*/
}
html > body  #boutique .bloc .texte {

}

#boutique .bloc .prix{
	
	font-weight: bold;
	margin-top:20px;
	
}

#boutique .bloc img.bouton{
	position:absolute;
	bottom:0px;
	left:0px;
}
a.bouton_panier{
	background-image: url(../images/bouton_boutique_panier.png);
	width:165px;
	text-align: left;
	padding-left:10px;
	position:absolute;
	bottom:0px;
	left:0px;
	
}
