body {
	background-color: #B58FDA;
}

/* Titres */
h1, h2, h3, .boutique_nom, .boutique_ref, .boutique_tarif, .boutique_option1, .boutique_option2, .boutique_option3	 {
	color: #96C;
}
h2, a	 {
	color: #6B35A2;
}

/* MENU */
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover, .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	background-color: #96C;
}

/* Formulaires */
.form-control, .form-control option {
	background-color: #E6D9F2;
	border-color: #FFF;
}

/* Titres paneaux */
.panel-default>.panel-heading {
}

/* Boutons */
.plan_du_site a, .administration a, .btn-default {
	background-color: #96C;
	color: #FFF;
	font-weight: normal;
}

