.boutiqueTop {
	background-color: #F2F5F6;
	padding: 2px;
}

.boutiqueAccroche {
	font-family:Arial;
	font-size:12px;
	color:#333333;
	font-weight:bold;
}
.boutiqueImageHaut {
	background-image: url(../images/boutique/imageHaut.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
.boutiqueRecherche {
	height: 50px;
	width: 570px;
	background-image:url(../images/boutique/recherche.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.boutiqueChampRecherche {
	width: 274px;
}
.boutiqueZoneRecherche {
	padding:5px;
	text-align:right;
	vertical-align:top;
}
h2 {
	font-family:Arial;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	background-image: url(../images/boutique/sousTitre.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 20px;
	padding-left: 6px;
	vertical-align: middle;
	padding-top: 3px;
}
h3 {
	font-family:Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding: 1px;
	padding-left: 4px;
	background-color: #F2F2F2;
}
.boutiqueCategories div {
	padding: 0px 4px 30px;
}
.boutiqueCategories ul {
	vertical-align: middle;
}
.boutiqueCategories li {
	list-style-image:url(../images/boutique/puce.gif);
	height: 16px;
	margin: 0px 0px 2px;
	padding: 0px 0px 2px;
	vertical-align: middle;
}
.boutiqueCategories a {
	font-family:Arial;
	font-size:12px;
	color:#333333;
	text-decoration:underline;
}
.boutiqueCategories a:hover {
	font-family:Arial;
	font-size:12px;
	color: #CC0000;
	text-decoration:underline;
}
.boutiqueProduit {
	vertical-align:top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	
}
.boutiqueProduitImage {
	vertical-align: middle;
	width: 120px;
	padding: 4px;
	text-align: center;
}
.boutiqueProduitDescriptif {
	vertical-align:top;
	font-family:Arial;
	font-size:11px;
	color: #333333;
	padding: 4px;
}
.boutiqueProduitDescriptif a {
	font-family:Arial;
	font-size:12px;
	color: #000000;
	text-decoration:underline;
}
.boutiqueProduitDescriptif a:hover {
	color: #CC0000;
}
.boutiqueProduitComparer {
	width: 200px;
	padding: 4px;
}
.boutiqueProduitPrix {
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	color: #CC0000;
}