@charset "UTF-8";
/* CSS Document */

#boutique{
	margin-left:100px;
	margin-right:6px;
	margin-bottom:100px;
	background:url(../images/content_rside_brown.gif) repeat-y right;
	font-family:Georgia, "Times New Roman", Times, serif; font-size:14px;
	color:#000;
}

#textArea{ width:787px; position:relative }

.blockInfo{
	background:url(../images/2pointH_vert_bgBlanc.gif) repeat-x bottom;
	padding:15px 0 15px 0;
	position:relative;
}

.listItems{
	background:url(../images/4dots_Vline.gif) left repeat-y;
	padding:10px 30px;
	zoom:1; /* IE6 fix */
}

.boutItem{
	float:left;
	margin:0 30px 20px 0;
	width:150px;
	height:250px;
}
.boutItem .titre{
	font-weight:bold;
}

.boutDetails{
	color:#FFF;
	padding-top:10px;
}


