/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/

.scrollable_left {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 180px;
	height: 386px;
	/*padding-left: 5px;*/
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable_left .items_left {
	/* this cannot be too large */
	position:absolute;
	width:20000em;
}

.items_left div {
	float:left;
	position: absolute;
}

/* single scrollable item */
.scrollable_left img {
/* 	float:left; */
	border:none;
}

.items_left div span {
	position: absolute;
	color: #FFF;
	bottom: 30px;
	left: 0;
	display: inline-block;
	width: 816px;
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	text-transform: uppercase;
}

.items_left div {
	display: none;
}


div#left {
	display: table-cell;
	width: 175px;
	background-color: #E5E4E2;
	vertical-align: top;
	height: 500px;
	color: #000;
	border-left: 5px solid white;
}

div#left > b {
    background-color: #ADADAD;
    color: white;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 5px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    width: 179px;
    margin-bottom: 10px;
}

/* div#left > b:after { */
/* 	content: 'ˇ'; */
/* 	font-family: monospace; */
/* 	font-weight: bold; */
/* 	background-color: transparent; */
/* 	color: black; */
/* 	display: inline-block; */
/* 	width: 11px; */
/* 	height: 11px; */
/* 	text-align: center; */
/* 	font-size: 20px; */
/* 	vertical-align: -7px; */
/* 	right:5px; */
/* 	position: absolute; */
/* } */

/* div#left>h2.highlighted.gt { */
/* 	color: #FFD616; */
/* } */

/* div#left>h2.highlighted.bt { */
/* 	color: #E24B23; */
/* } */

/* div#left>h2.highlighted.cl { */
/* 	color: #778A83; */
/* } */

/* div#left>h2.highlighted.au { */
/* 	color: #29649B; */
/* } */

/* div#left>h2.highlighted.dj { */
/* 	color: #A5D4D8; */
/* } */

/* div#left>h2.highlighted.iv { */
/* 	color: #5A478E; */
/* } */

/* div#left>h2.highlighted.gt:before { */
/* 	background-color: #FFD616; */
/* } */

/* div#left>h2.highlighted.bt:before { */
/* 	background-color: #E24B23; */
/* } */

/* div#left>h2.highlighted.cl:before { */
/* 	background-color: #778A83; */
/* } */

/* div#left>h2.highlighted.au:before { */
/* 	background-color: #29649B; */
/* } */

/* div#left>h2.highlighted.dj:before { */
/* 	background-color: #A5D4D8; */
/* } */

/* div#left>h2.highlighted.iv:before { */
/* 	background-color: #5A478E; */
/* } */

div#left menu {
	margin: 0 !important;
	padding: 0;
	list-style-type: none;
	position: relative;
}

div#left a.logo {
    display: block;
    height: 150px;
    line-height: 150px;
    text-align: center;
    vertical-align: middle;
    width: 175px;
}

div#left a.logo > img {
	max-height: 90px;
	max-width: 145px;
	vertical-align: middle;
}

div#left menu a {
	color: #000;
	text-decoration: none;
	font-size: 11px;
}

div#left > menu, div#left > div {
    background-color: #E5E4E2;
    margin: 0 !important;
    padding-left: 2px;
    padding-right: 2px;
    position: relative;
    width: 171px;
    z-index: 5;
    margin: 0 0 20px !important;
}

div#left > menu label {
	font-size: 11px;
	vertical-align: 2px;
}

div#left > b + menu, div#left > b + div {
	margin-bottom: 20px;
}

div#left>p {
	text-align: center;
	margin-top: 10px;
}

div#left>menu.marque {
    display: block;
    margin-bottom: 10px;
    margin-top: 8px;
    text-align: left;
}
div#left > menu.marque > li:not(.inactive) > menu > li > a:before, div#left > menu.marque > li:not(.inactive) > menu > li > menu > li > a:before {
	content:"• ";
}
div#left > menu.marque > li:not(.inactive) > menu > li > a:not(:only-child):before {
	content:"> ";
}
div#left > menu.marque > li:not(.inactive) > a:before, div#left>menu.categories > li:not(.inactive) > a:before {
	content:"> ";
}
div#left > menu.marque > li:not(.inactive) > menu > li > a.active:not(:only-child):before {
	content:"˅ ";
}
div#left > menu.marque > li:not(.inactive) > a.active:before, div#left>menu.categories > li:not(.inactive) > a.active:before {
	content:"˅ ";
}
div#left>menu.marque > li {
    margin: 2px 0 15px;
	padding-left: 5px;
}


div#left > a {
    display: block;
    margin: 0 auto;
    width: 170px;
}

div#left>menu.marque a {
	font-size: 12px;
}

div#left>h2.active+menu {
	display: block;
}

div#left>menu li {
	position: relative;
	margin-top: 3px;
}
div#left>menu>li>a{
	display:block !important;
}
div#left>menu>li>a:first-letter {
	text-transform: capitalize !important;
}

div#left>menu.marque>li>a {
	padding-left: 0;
}

div#left>menu.marque>li menu {
	text-align: left;
	z-index: 9;
}

div#left>menu.marque>li menu a {
	font-size: 11px;
	line-height:17px;
}

div#left>menu li:hover {
	background-color: #222;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
}

div#left>menu li:hover {
	background-color: transparent;
}

div#left>menu a {
	display: inline-block;
	width: 100%;
}

div#left>menu a:hover {
	color: #535250;
}

div#left > menu.categories > li {
	    margin: 2px 0 10px;
}

div#left > menu.categories menu a:before {
	content: '• ';
}

/* div#left>menu.gt a:hover { */
/* 	color: #FFD616; */
/* } */

/* div#left>menu.bt a:hover { */
/* 	color: #E24B23; */
/* } */

/* div#left>menu.cl a:hover { */
/* 	color: #778A83; */
/* } */

/* div#left>menu.au a:hover { */
/* 	color: #29649B; */
/* } */

/* div#left>menu.dj a:hover { */
/* 	color: #A5D4D8; */
/* } */

/* div#left>menu.iv a:hover { */
/* 	color: #5A478E; */
/* } */

div#left>menu>li menu {
	padding: 0 0 0 10px;
	width: 130px;
	z-index: 2;
	white-space: nowrap;
	display: none;
}

div#left>menu>li > a.active + menu {
	display: block;
}
div#left .diaporamaPubliciteGauche{
margin-left: 15px;
}
div#left .gallery{
margin-left: 15px;
}


#left div#slider-prix {
    height: 3px;
    margin: 15px 0 5px 8px;
    width: 170px;
}

#left div#slider-prix > a {
	width: 10px;
	height: 10px;
	top: -0.4em;
	 z-index: 1;
}

#left span#range {
	position: relative;
	display: block;
	width: 100%;
	height: 20px;
}

#left span#range > b {
	position: absolute;
	left: 0;
}

#left span#range > b + b {
	left: auto;
	right: 0;
}