/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.colorprice{
	color: blue !important;
}
.promotion{
	background-color: fuchsia;
}
.fond{
	background-image:url("../images/background-img.jpg");
}
.blackbanniere{
	background-color: black  !important;
}
.colorbutton{
	background-color: blue
}