
body {
	/*background:url(../_img/collections/fd_body.jpg) center no-repeat fixed;*/
}

/*-------------------------------collections_ficheproduit.php-----------------------------*/



/*---------navigation_top--------------*/
#linkBack {
    text-transform: uppercase;
    text-decoration: none;
    font-size:12px;
    z-index:10;
}

#collection_plus {
    color: #E5312A;
    font-family:Arial,Helvetica,sans-serif;
    font-size:14px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    line-height:normal;
}

#plus_mini {
    color: #E5312A;
    font-family:Arial,Helvetica,sans-serif;
    font-size:10px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    line-height:normal;
}

/*---------home_collection--------*/

#homeCollections{
	z-index:90;
	width:100%;
	height:100%;
	position:absolute;
	bottom:110px;
	outline:0;
}

#presCollection{
	z-index:90;
	width:100%;
	height:100%;
	position:absolute;
	bottom:110px;
	outline:0;
}
#menuCollection{
	position:absolute;
	left:50%;
	bottom:125px;
	width:680px;
	margin-left:-340px;
	z-index:100;
	outline:0;
}



ul#switches a{
    text-decoration:none;
    color:#fff;    
}

#collection_highlights {
    /*height: 600px;*/
}

#collection_menu {
    position: absolute;
    top: 50%;
    margin-top: -200px;
    right: 0px;
    width: 300px;
    z-index: 20;
}

#collection_menu li {
    cursor: pointer;
    height:24px;
    display:block;
}

#switches {
    font-size:18px;
    z-index:10;
}

#switches .active {
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 20px;
}

#slides {
    position:absolute;
    top: 50%;
    margin-top: -640px;
    left:50%;
    margin-left: -800px;
    height: 10px;
    overflow: hidden;
}

#slides div.active {
    display: block;
}

#slides div {
    display: none;
}



#slides div img {
    /*position:absolute;
    top: 50%;
    margin-top: -535px;
    left:50%;
    margin-left: -800px; */
} 

#collection_push {
    width:680px;
    height: 140px;
    z-index: 15;
    position:absolute;
    bottom:100px;
    left: 50%;
    margin-left: -329px;
}

.news_item {
    /*background-color: #fff;*/
    color: #000;
    width: 205px;
    height: 110px;
    margin-right: 5px;
    padding: 5px;
    float: right;
    
}

#item1 {
    behavior:url(pages/_css/iepngfix.htc);
    background:url(../_img/collections/bg_item_right.png) center left no-repeat; 
}
#item2 {
    behavior:url(pages/_css/iepngfix.htc);
    background:url(../_img/collections/bg_item_center.png) center left no-repeat;
    margin-top: 3px;
    
     
}

*+html #item2 {
    margin-top: 4px;
}

#item3 {
    behavior:url(pages/_css/iepngfix.htc);
    background:url(../_img/collections/bg_item_left.png) center left no-repeat; 
}
.item_left, .item_right {
    float: left;
    width: 85px;
    font-size: 12px;
    padding: 6px 5px 5px 0;
}

#item2 .item_left, #item2 .item_right {
    padding-top: 3px;
}

*+html #item2 .item_left, *+html #item2 .item_right{
    padding-top: 2px;
}

.item_right {
    width: 110px;
    font-size: 10px;
}

.item_right a{
    text-decoration:none;
}

.item_title {
    font-size:11px;
    font-weight:bold;
}

.item_title a{
    color: #000;
}

#message {
    display: block;
    color: white;
    z-index: 15;
    background: url(../_img/collections/bg_message.png);
    position: absolute;
    bottom: 250px;
    left: 50%;
    /*height: 70px;*/
    width: 630px;
    margin-left: -309px;
    font-size: 11px;
    padding: 5px 10px 5px 5px;
    border: thin solid #888;
}

#message img{
    float: left;
    padding: 0 5px;
}

#message #close {
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    height: 11px;
    width: 11px;
    cursor: pointer;
}

#message #close img{
    padding:0;
}

/*---------Website Validity---------*/
#btnCheck{
    cursor: pointer;
    display: block;
    font-size: 12px;
    position: relative;
    margin: 5px 0 0;
    float:left;
    font-weight:bold;
}

#btnCheck:hover{
    opacity:0.8; 
    -moz-opacity : 0.8;
    -ms-filter: "alpha(opacity=80)"; /* IE 8 */
    filter : alpha(opacity=80); /* IE < 8 */ 
}

#btnCheckValidity{
    display:block;
    position:relative;
    float:right;
    font-size: 12px;
    cursor:pointer;
    border: 1px solid #aaa;
    padding: 4px;
    background:black;
}

#btnCheckValidity:hover{
    background: #444;
}

#validitybox {
    left: 50%;
    margin-left: -200px;
    bottom: 230px;
    width: 400px;
    /*height: 50px;*/
    padding: 10px;
    background: black;
    z-index: 100;
    border: 1px #aaa solid;
    font-size:12px;
    border-image:url(../../pages/_img/stores/border_white.png) 1 10 1 10 repeat;
}

#validitybox #btnCloseMap {
    display: block;
    position: absolute;
    top: -5px;
    right: 2px;
    height: 11px;
    width: 11px;
    cursor: pointer;
}

#validitybox #result{
    margin-top: 10px;
}

#background_validity{
    height:100%;
    width:100%;
    background:black;
    opacity:0.8; 
    -moz-opacity : 0.8;
    -ms-filter: "alpha(opacity=80)"; /* IE 8 */
    filter : alpha(opacity=80); /* IE < 8 */ 
}

#validitybox #btnCloseValidity {
    display: block;
    position: absolute;
    top: -5px;
    right: 2px;
    height: 11px;
    width: 11px;
    cursor: pointer;
}

#message #close {
    display: block;
    position: absolute;
    top: -5px;
    right: 0px;
    height: 11px;
    width: 11px;
    cursor: pointer;
}

/*#switches #t-classic.active a, #switches #t-gold.active a{
    color: #666;
}*/

/*---------titre_collection--------*/

#titre_collection {
	position:absolute;
	top:20px;
	left:19px;
}

#titre_collection h1 {
	font:bold 33px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-transform:uppercase;
	line-height:33px;
	text-decoration:none;
}

#titre_collection h1 a {
    color:#FFFFFF;
    text-decoration:none;
}

#titre_collection h1 a:hover {
    color:#999999;
    text-decoration:none;
}

/*---------description_produit--------*/

#description_produit {
	/*width:284px;*/
	width:300px;
	position:absolute;
	top:84px;
	left:46px;
	font:normal 10px Arial, Helvetica, sans-serif;
	/*background-image:url(../_img/collections/fd_description.gif);*/
	padding-bottom:20px;
    z-index:5; 
}

#description_produit h3 {
	color:#AAA;
	font:bold 12px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	/*clear:both;*/
	position: relative;
	float: left;
    /*margin-top: 35px;*/
    margin-top: 4px;
	margin-left:18px;
	line-height:11px;
	padding-top: 8px;
}

*html #description_produit h3 {
    position: relative;
    margin-top: 35px;
}

#description_produit a {
    text-decoration:none;
}

#background_product {
    filter : alpha(opacity=80);
	-moz-opacity : 0.8;
	opacity : 0.8;
    background-color: black;
    width:100%;
    /*height:330px;*/
    height:100%;
	position:absolute;
    z-index:-2;  
}

*html #background_product{height:345px;}

#waterInfo {
    display:none;
    position:absolute;
    top: 95px;
    left: 235px;
    background: #333;
    padding: 2px;
    width: 240px;
}

#imgWaterInfo {
    cursor:pointer;
}

/*---------nom_produit--------*/

#description_produit #nom_produit {
	padding-top:10px;
	margin: 0 5px 0 10px;
	/*margin-bottom: 5px; */
	/*height:20px;*/
}

#description_produit #nom_produit #precedent {
	float:left;
	display:block;
	margin-top:7px;
	margin-right:10px;
}

#description_produit #nom_produit #suivant {
	float:left;
	display:block;
	margin-top:7px;
	margin-left:10px;
}

#description_produit #nom_produit h2 {
	float:left;
	color:#e5312a;
	font:bold 18px Arial, Helvetica, sans-serif;
	/*text-transform:uppercase;*/
	line-height:18px;
}

/*---------tableau_description--------*/

#tableau_description {
	width:285px;
	height:164px;
	/*border-top:1px solid #0e0e0e;
	border-bottom:1px solid #0e0e0e;*/
	float:right;
	margin-top:12px;
	margin-bottom:16px;
	padding-bottom:4px;
	
}

#tableau_description .cln1 {
	width:140px;
	/*color:#373838;*/
	color: #666;
	font:bold 9px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:15px;
	
}

#tableau_description .cln2 {
	color:#AAA;
	font:bold 9px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#tableau_description .cln3 {
	color:#AAA;
	font:bold 9px Arial, Helvetica, sans-serif;
}

/*---------liens--------*/

a#demo {
	clear:both;
	display:block;
	width:117px;
	height:11px;
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	background:url(../_img/collections/puce_demo.gif) center left no-repeat;
	padding-left:18px;
	margin-bottom:8px;
	margin-left:19px;
}

a#telecharger {
	display:block;
	width:154px;
	height:13px;
	background-color:#e5312a;
	font:normal 9px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
	padding-top:2px;
	text-align:center;
	float:left;
	margin-right:7px;
	margin-left:19px;
	-margin-left:9px;
}

a#telecharger:hover {
	background-color:#87888a;
}

.zoom, a#zoom {
	width:80px;
	height:14px;
	display:block;
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	background-color:#3e3d40;
	text-align:center;
	padding-top:1px;
	float:left;
}

.zoom {
    cursor:pointer;
}

a#zoom:hover {
	background-color:#87888a;
}

.zoom span, a#zoom span {
	color:#e5312a;
}

#description_produit #catalog{
    display:block;
    float:left;
    height:14px;
    width:108px;
	margin: 5px 0px 0 19px;
	padding:2px 5px 2px 5px;
    background:url(../_img/general/bg_button.png) top left repeat-x;
}

#catalog a{
    color: #C5C5C5;
}

#description_produit #recherche {
	display:block;
	float:right;
	/*width:100px;*/
	height:14px;
	margin: 5px 10px 0 0;
	padding:2px 10px 2px 10px;
	text-align:center;
	/*background-color:#2e2d30;*/
	background:url(../_img/general/bg_button.png) top left repeat-x;
	position:relative;
}

#description_produit #recherche a {
    color: #C5C5C5;
    display: block;
}

#description_produit #recherche a:hover {
    /*text-decoration: underline;*/
}


.link {
    position:relative;
    display: block;
    clear:both;
    font:normal 10px Arial, Helvetica, sans-serif;    
    float:left !important;
    float: none; 
    margin: 10px 13px 0px 19px;
    padding: 2px 9px;
    text-indent:-9px;
}


/*---------visuel_produit--------*/

#product_visual {
	width:300px;
	height:350px;
	position:absolute;
	top:70px;
	left:333px;
	vertical-align:middle;
	text-align:center;
	cursor:pointer;
}

.pictos {
    margin-left: 2px;
    margin-right: 2px;
}

/*---------nav_produit--------*/

#nav_produit {
	width:300px;
	height:140px;
	position:absolute;
	left:682px;
	top:260px;
}

#nav_produit a#apercu {
	width:150px;
	height:224px;
	display:block;
	text-decoration:none;
}

#nav_produit #navigation{
	list-style-type:none;
	width:150px;
	height:15px;
	overflow:hidden;
}
#nav_produit ul {
	list-style-type:none;
	height:15px;
}

#nav_produit ul li {
	float:left;
	width: 12px;
}

#nav_produit ul li a {
	display:block;
	height:15px;
	width:10px;
	text-align:center;
	color:#8f9092;
	font:normal 10px Arial, Helvetica, sans-serif;
	text-decoration:none;
	margin-right:2px;
	padding-top:1px;
}

#nav_produit ul li a span {
	color:#cacaca;
}

#nav_produit ul li a:hover, #nav_produit ul li a.on {
	background-color:#e13029;
	color:#FFFFFF;
}

/*---------popin_video--------*/

#BgPopup{
	z-index:1;
	position:fixed;
	width:100%;
	left:0px;
	top:0px;
	background-color:#000000;
	filter : alpha(opacity=50);
	-moz-opacity : 0.5;
	opacity : 0.5; 
	display:none;
}

* html #BgPopup { /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#DivDemo {
   	width:460px;
	height:306px;
   	overflow:auto;
   	overflow-x:hidden;
	position: fixed;
	background: #030303;
	z-index: 30;
	color:#000000;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
	margin-left: -230px;
	/*margin-left: -148px; */
	margin-top:-208px;	
}
* html #DivDemo { /* ie6 hack */
	position: absolute;
	margin-top: expression(-55 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#DivDemo #content_video {
	position:absolute;
	top:20px;
	left:20px;
	width:420px;
	height:266px;
}

#DivDemo .Fermer {
	color:#FFFFFF;
	float:right;
	margin-right:20px;
	margin-top:5px;
	font:normal 10px Arial, Helvetica, sans-serif;
	text-decoration:none;
	background:url(../_img/collections/croix.gif) center right no-repeat;
	padding-right:20px;
}

/*-------------------------------collections_zoom.php-----------------------------*/

#zoom_produit {
	width:735px;
	left:50%;
	margin-left:-366px;
	top:50%;
	margin-top:-150px;
	cursor: pointer;
	*top:0px;
	_top:0px;
}
#zoom_produit a{
	text-decoration: none;
	border: none;
}
#zoom_produit a img{
	border: none;
}
#zoom_produit a a{
	text-decoration: none;
	border: none;
}
#zoom_produit a a img{
	border: none;
}
#bloc_zoom {
    width:100%;
    height:100%;
}

#content_zoom {
	/*display:none; */
    width:540px;
	height:800px;
	position:absolute;
	left:50%;
	margin-left:-270px;
	top:50%;
	margin-top:-400px;
	z-index: 20;
	cursor:pointer;
	text-align:center;
}

#background_items {
    width:100%;
    height:100%;
    position:fixed;
    background-color:#000;
	-moz-opacity:0.6;
	opacity:0.6;
	filter : alpha(opacity=60);
	z-index: 10;
}

.close {
	z-index:30;
    position:absolute;
    top:1px;
    right:1px;
    width:11px;
	height:11px;
	display:block;
	vertical-align:middle;
	cursor:pointer;
}

#close_zoom {
    position:absolute;
    top:20px;
    left:900px;
    width:11px;
    height:11px;
    display:block;
    cursor:pointer;
}

a.close:hover {
	background-color:#3e3d40;
}

a.close span {
	color:#e5312a;
}

/* -------------------------- favorites ------------------- */
div.favorite {
    background-color:#3E3D40;
    height:14px;
    width:14px;
    padding-top:1px;
    padding-left:5px;
    padding-right:4px;
    float:left;
    margin-left:7px;
    cursor:pointer;
}

div#bloc_favorite {
    position:absolute;
    padding:2px;
    top:250px;
    left:300px;
    width:670px;
    height:80px;
    background-color:#111111;
    font:normal 9px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	border: 1px #222222 solid;
	z-index:20;
}

#addFav {
    cursor:pointer;
    margin-top:10px;
}

#copyFav {
    cursor:pointer;
    margin-top:10px;
}

/* -------------------------- scrollable images ------------------------- */
/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
div.scrollable {
	position:relative;
	overflow:hidden;	 	
	width: 270px;	
	height:130px;
    left:0px;
    float:left;			
}


div.scrollable div.items {	
	width:20000em;	
	position:absolute;
	clear:both;		
	cursor:pointer;
}

/* single scrollable item */
div.scrollable div.items div {
	float:left;
	text-align:center;
	width:90px;
	padding:0px 0px 3px 0;
	font-size:30px;
}

div.super_bloc {
    /*border-bottom: 1px solid #111; */   
}

/* active item */
div.scrollable div.items div.active {
    behavior:url(pages/_css/iepngfix.htc);
    background-image: url(../_img/collections/bg_refs.png);
    background-position:3 10px;
    background-position: bottom;
    background-repeat:no-repeat; 	
}


a.prev, a.next {
    background-repeat:no-repeat;
    display:block;
    float:left;
    height:20px;
    margin-top:53px;
    width:15px;
    cursor:pointer;
}

a.prev, a.prev:hover{
    behavior:url(pages/_css/iepngfix.htc);
    background:transparent url(../_img/collections/puce_previous_gray.png) repeat scroll 0 0;
    margin-right:0px;
    background-repeat:no-repeat;
}

a.next, a.next:hover{
    behavior:url(pages/_css/iepngfix.htc);
    background:transparent url(../_img/collections/puce_next_gray.png) repeat scroll 0 0;
    margin-right:0px;
    background-repeat:no-repeat;
}


/* position and dimensions of the navigator */
div.navi {
	margin-top: 5px;
    margin-left:25px;
	/*width:235px;*/
	height:16px;
	float:left;
	text-align:center;
	position:relative;
	font-size:7px;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	behavior:url(pages/_css/iepngfix.htc);
	background:transparent url(../_img/collections/navig.png) 0 0 no-repeat;     
	cursor:pointer;	
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
}

a.disabled {
    visibility:hidden !important;
}

/* ---------- Div spéciaux -----------------*/

div.infoCol {
    float:left;
    display:block;
    position: absolute;
    top:230px;
    right:172px;
	font:normal 9px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
	padding-top:2px;
	text-align:center;
	margin-top: 10px;
	margin-left:5px;
}

a#inferenceLink {
    display:block;
    position: absolute;
    top:425px;
    right:0px;
	/*width:149px;*/
	height:13px;
	background-color:#e5312a;
	font:normal 9px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
	padding-top:2px;
	padding-left:20px;
	padding-right:20px;
	text-align:center;
	margin-left:19px;
}

a#inferenceLink:hover {
	background-color:#87888a;
}



/*------------- Boutons ----------------*/
a.red_button {
	display:block;
	width:149px;
	height:13px;
	background-color:#e5312a;
	font:normal 9px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
	padding-top:2px;
	text-align:center;
	float:left;
	margin-right:7px;
	margin-left:19px;
	-margin-left:9px;
}

a.red_button:hover {
	background-color:#87888a;
}

.red_button {
	display:block;
	width:149px;
	height:13px;
	background-color:#e5312a;
	font:normal 9px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
	padding-top:2px;
	text-align:center;
	float:left;
	margin-right:7px;
	margin-left:19px;
	-margin-left:9px;
}

.red_button:hover {
	background-color:#87888a;
}


/*--------------- Product special --------------------*/

#product_special {
    display:block;
    position:absolute;
    width:300px;
    height:120px;
    left: 675px;
    top: 60px;
    background:transparent;
    font:normal 10px Arial, Helvetica, sans-serif;
}


#product_special #background_special{
    filter : alpha(opacity=60);
	-moz-opacity : 0.6;
	opacity : 0.6;
    background-color: black;
    width:280px;
    height:100%;
	position:absolute;
	z-index:-1;
	right:0;
	top:0;
	display:none;
}

#product_special #content_special {
    position: relative;
    float:right;
    padding:4px;
    display:none;
}

#specials_overflow {
    position:relative;
    float:right;
    height:110px;
    width:272px;
    /*display: block;*/ 
}

#specials_overflow .specials_overflow {
    overflow:auto;
}

#specials_overflow #items_special {
    width:250px;
}

#product_special #icons_special {
    position:relative;
    float:right;
    width:16px;
    /*height:100%;*/
    margin: 1px 2px;
}

#product_special #icons_special img {
    margin: 1px 0;
    cursor:pointer;
}

#product_special .scroll {
    margin:19px 0 0;
    position:relative;
	overflow:hidden;	 	
	width: 252px;
	height:80px;
    left:0px;
    float:left;
}

.scroll div.items {	
	width:20000em;	
	position:absolute;
	clear:both;		
	cursor:pointer;
}

/* single scrollable item */
.scroll div.items div {
	float:left;
	text-align:center;
	/*width:80px;*/
	margin:0 2px;
	padding:0px 0px 3px 0;
	font-size:30px;
}

#items_special a.prev, #items_special a.next {
    background-repeat:no-repeat;
    display:block;
    float:left;
    height:20px;
    margin-top:42px;
    width:10px;
    cursor:pointer;
}

/*#items_speciala.prev, #items_special a.prev:hover{
    behavior:url(pages/_css/iepngfix.htc);
    background:transparent url(../_img/collections/puce_previous_gray.png) repeat scroll 0 0;
    margin-right:0px;
    background-repeat:no-repeat;
}

#items_special a.next, #items_special a.next:hover{
    behavior:url(pages/_css/iepngfix.htc);
    background:transparent url(../_img/collections/puce_next_gray.png) repeat scroll 0 0;
    margin-right:0px;
    background-repeat:no-repeat;
} */
