.a_bloc_produit{display:block;}
#col_left, #col_right {
	float:left;
	}
#col_left {
	padding:15px 0 10px 20px;
	width:249px;
	}
#col_left p, #col_left ul, #col_left h2 , #col_left h3, #col_left form{
	padding:0 0 0 10px;
	}
#col_right {
	padding:15px 0 0 20px;
	width:645px;
	height:400px;
	}
p.page_prev, p.page_next {
	position:absolute;
	z-index:150;
	}
.page_prev {	
	top:180px;
	left:-10px;
	}
.page_next {	
	top:180px;
	left:630px;
	}

#recherche_avance  {	
	width:200px;
	padding:0 0 5px 15px;
	border-bottom:1px solid #000000;
	}
#contenu ul a {
	color:#2e2d2b;
	text-transform:uppercase;
	font-size:10px;
	}
#col_left ul li, #col_left ul a {
	color:#2e2d2b;
	text-transform:uppercase;
	font-size:10px;	
	}
form {
	margin:0 0 0px 0;
	}
a {
	color:#6d6759;
	}
#filtre {	
	height:25px;
	padding:10px 0 0 0;
	width:620px;
	}
#listingproduit {position:relative;width:645px;}

.produit {
	float:left;
	width:125px;
	height:190px;
	position:relative;
	}

.taillesdispos {
	position:absolute;
	top:5px;
	left:3px;
	z-index:15;
	width:118px !important;
	height:148px !important;
	font-size:9px;
	font-weight:normal;
	margin:0;
	text-decoration:none;
	color:#35405c;
	font-weight:bold;
	padding-top:2px;
	font-size:9px !important;
	}

.taillesdispos img {
	margin:2px 0 0 0;
	}
.produit .vignette_liste {
	border:1px solid #ffffff;
	}
.produit p {
	text-align:center;
	color:#6c665b;
	font-size:10px;
	margin-top:5px;
	}
/*.img a:hover .taillesdispos  {
	display:block;
	visibility:visible;
	}*/
.apercut { 
	z-index:10;
	position:absolute;
	top:5px;
	left:3px;
	width:118px !important;
	height:151px !important;
	cursor:pointer;
	border:1px solid red;
	}
	
.a_apercut{position:absolute;top:20px;right:7px;display:none;}


	


.cache { 
	display:none;
	background:#ffffff;
	z-index:10;
	position:absolute;
	top:5px;
	left:3px;
	width:118px !important;
	height:151px !important;
	cursor:pointer;
	}
	
.img a:hover .cache {
	filter : alpha(opacity=90);
	-moz-opacity : 0.9;
	opacity : 0.9;
	display:block;
	}
.fichedetail {
	display:none;
	font-size:9px;
	background:#2e2e2e;
	width:117px;
	height:16px;
	color:#ffffff;
	font-weight:normal;
	position:absolute;
	bottom:37px;
	left:1px;
	text-align:center;
	}
.fichedetail a{color:#FFF !important;}

h1 {
	background:url(../images/background_h1_listing.jpg) top left repeat-x;
	width:228px;
	height:27px;
	color:#ffffff;
	font-size:18px;
	font-family:arial;
	padding:5px 0 0 10px;
	font-weight:normal;
	}
h2{
	color:#35405c;
	font-weight:bold;
	text-transform:none;
	font-size:11px;
	margin:10px 0 5px 0;
	}
	
#col_left h3 {
	border-top:1px solid #2E2E2E;
	padding-top:10px !important;
	color:#6d6759;
	font-weight:bold;
	font-size:11px;
	margin:12px 0 5px 0;
	width:220px;
}
h4 {
	font-size:10px;
	color:#6c665b;
	padding:3px 0 4px 8px;
	margin-left:5px;
	width:220px;
	}

li h4 {
	margin:0;
	color:#333333;
	font-weight:normal;
	cursor:pointer;
	}
li h4.h4desactive {
	background:url(../images/arrow_close.gif) center left no-repeat;
}
li h4.h4active {
	background:url(../images/arrow_open.gif) center left no-repeat;
}
h4#h4_nouveautes {border-top:1px solid #2e2e2e;margin-top:15px;padding-top:10px;}

#nb_result	{
	color:#35405c;
	font-weight:bold;
	height:14px;
	}
select {
	width:150px;
	color:#6d6759;
	font-size:11px;
	margin:0 0 5px 0;
	}
option {
	color:#6d6759;
	font-size:11px;
	}
.submit_fr {
	background:url(../images/submit_search_fr.jpg) top left repeat-x;
	margin:10px 0 0 0;
	width:149px;
	height:18px;
	border:0;
	font-size:10px;
	color:#ffffff;
	text-transform:uppercase;
	cursor:pointer;
	}
.submit_en {
	background:url(../images/submit_search_en.jpg) top left repeat-x;
	margin:10px 0 0 0;
	width:149px;
	height:18px;
	border:0;
	font-size:10px;
	color:#ffffff;
	text-transform:uppercase;
	cursor:pointer;
	}
	
#autrescollections{
	color:#35405C;
	font-size:10px;
	padding-top:0px;
	width:190px;
}
#ul_autrescollections
{
	margin-left:5px;	
}

#filtre form
{
	float:left;	
}
#backcollection
{
	float:left;	
	margin-left:30px;
}
.overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#FFF;
	
	width:610px;	
	height:380px;
	
	border:2px solid #c5c6c8;
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
	-moz-border-radius : 15px 15px; 
}

/* close button positioned on upper right corner */
.overlay .close {

	background:url(../images/close.png) no-repeat;	
	position:absolute;
	right:0px;
	top:10px;
	cursor:pointer;
	height:27px;
	width:65px;
}

.overlay .col_l{float:left;width:312px;padding-left:13px;}
.overlay .titre{color:#2E2E2E;font-size:12px;font-weight:bold;margin-bottom:20px;margin-top:30px;}
.overlay .collection{color:#2E2E2E;font-size:12px;font-weight:bold;margin-bottom:20px;}
.overlay .description{text-align:justify;padding-bottom:10px;}
.overlay .col_r{padding-top:48px;float:right;width:255px;}
.overlay .prix_depart2{text-decoration:line-through;}
.overlay .prix_promo2{color:#F39;font-weight:bold;font-size:20px;}
.overlay .fiche_det{background:url(../images/bg_fiche_det.jpg) repeat-x;display:block;height:32px;width:250px;color:#FFF !important;font-size:12px;text-transform:uppercase;text-align:center;padding-top:7px;margin-top:10px;}
