
menu.gammes {
    margin: 0;
    padding-left: 1px;
}
menu.gammes >  a {
    border: 1px solid #999999;
    color: #000000;
    display: inline-block;
    font-weight: bold;
    height: 201px;
    margin: 3px 2px 3px 1px;
    text-align: center;
    text-decoration: none;
    width: 192px;
}
menu.gammes > a:hover {
    background-color: #DCDCDC;
}
menu.gammes > a > figure {
    /*display: table-cell;*/
    height: 167px;
    /*vertical-align: top;*/
    width: 192px;
	margin: 0;
}
menu.gammes > a > p {
    font-family: arial;
    font-size: 10px;
    height: 34px;
    margin: 0 0 0 13px;
    text-align: left;
	position: absolute;
    width: 167px;
}
menu.gammes > a figure > figcaption {
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 2px;
    text-align: left;
    text-transform: uppercase;
	font-weight: bold;
	height: 34px;
    width: 188px;
}
menu.gammes > a figure > img {
    border: medium none;
    margin-top: 5px;
    max-height: 116px;
    max-width: 167px;
}
div#content {
    background-color: white;
}
img#visuelSerie{
	border-left: 1px solid white;
    border-right: 1px solid white;
	margin-left: -1px;
    display: block;
    position: fixed;
    top: 173px;
    z-index: 2147483647;
}
img.visuelProduit{
	border:none !important;
	 margin-left: 143px !important;
    display: block;
    position: fixed;
    top: 169px;
    z-index: 2147483647;
}
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable_marque {

	/* required settings */
    height: 150px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
	width: 790px;
}

/*
	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_marque .items {
	/* this cannot be too large */
	position:absolute;
	width:20000em;
}

.items_marque div {
/* 	float:left; */
/* 	position: absolute; */
}

/* single scrollable item */
.scrollable_marque img {
	margin-top: 33px;
    height: 100px;
}

.items_marque 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_marque div {
    display: none;
    height: 150px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
	width: 784px;
}

.items_marque div:first-child {
	display: block;	
}
.items_marque div h1{
	background: transparent;
	border: none;
	padding: 0px;
}
menu.gammes > a figure > figcaption > h2{
	margin: 0;
	font-size: 14px;
}