/* HABILLEMENT ET MODE */
#content h2, h3, h4, h5, #infoOuverture, #infoContact  {
	color: #fbc401;
}

#boutiques {
	border-bottom: 4px #fbc401 solid;
	background: url(images/fondBoutique.png) no-repeat left bottom;
}

#boutiques h2 {
	border-bottom: 2px #fbc401 solid;
}

#boutiques ul.boutiques a {
	background: transparent url(images/carreListeBoutique.png) no-repeat right 4px;
}

#boutique h2 {
	text-align: left;
	margin: 0 0 15px 0;
	padding: 2px 0 2px 20px;
	font-size: 18px;
	height: 26px;
	background: url(images/iconBoutiqueTitre.png) no-repeat left 1px;
}

#boutiques ul.boutiques a:hover {
	background: #feedb2 url(images/carreListeBoutique.png) no-repeat right 4px;
	color: #e8b501;
}

