/*---------------------------------------------------------------
 * Copyright (c) 2011, Jérôme Giraud (Oxxone), All Right Reserved
 *-------------------------------------------------------------*/
 .promotions
 {
 	text-align: center;
 }

 .promotions h1
 {
 	margin-bottom: 5px;
 }

 .pastille:hover
 {
 	text-decoration: none;
 }

 .pastille img
 {
 	margin: 0 5px;
 }

 .pastille.off img
 {
 	opacity: 0.3
 }

 .logo_88
 {
 	background: url('/theme/desktop/img/88.png') no-repeat center center;
 	height: 547px;
 }

 .zone
 {
 	position: absolute;
 }

 .zone.off
 {
 	display: none;
 }

 #zone_rochebobois
 {
 	left: 362px;
 	top: 155px;
 }

 #zone_natuzzi
 {
 	left: 361px;
 	top: 371px;
 }

 #zone_cuircenter
 {
 	left: 671px;
 	top: 155px;
 }

 #zone_cinna
 {
 	left: 671px;
 	top: 372px;
 }

.mustard .promotions_detail .section:nth-child(odd)
{
 	background-color:  #D2C36E;
	color: #000;
}

.purple .promotions_detail .section:nth-child(odd)
{
 	background-color:  #885463;
	color: #fff;
}