/* CSS Document */
#showroom {
	height:auto;;
	width:640px;;
	overflow:hidden;
	margin-top:25px;
	border:0px #000099 solid;
	color:#0A21717;
}

#showroom .categorie{
	border-top:2px #A21717 solid;
	float:none;
	clear:both;
}

#showroom .categorie h3{
	color:#A21717;
	margin-bottom:25px;
	padding-top:15px;
	width:580px;
	float:left;
}
#showroom .categorie a.backLink{
	margin-top:15px;
	float:right;
	display:block;
	color:#A21717;
	text-transform:uppercase;
	font-size:10px;
	text-decoration:none;
}
#showroom .categorie a.backLink:hover{
	color:#A21717;
	text-decoration:underline;
}
#showroom .piece {
	position:relative;
	float:left;
	color:#333;
	display:block;
	width:180px;
	margin-right:26px;
	margin-bottom:30px;
	height:160px;
	overflow:hidden;
	text-align:center;
	border:#CCCCCC 1px outset;
}
#showroom .piece:hover {
	border:#A21717 1px outset;

}
#showroom .piece .imgCont{
	position:absolute;
	left:0px;
	bottom:25px;
	width:180px;
}
#showroom .piece img{
	z-index:9;
}
#showroom .piece p{
	position:absolute;
	left:0px;
	bottom:5px;
	margin:0px;
	padding:0px;
	text-align:center;
	border:#CCCCCC 0px solid;
	width:180px;
}
#showroom .piece a{
	position:absolute;
	top:2px;
	right:2px;
	font-size:9px;
	color:#555;
	text-decoration:none;
	background-color:#FFFFFF;
	z-index:10;
	text-transform:uppercase;
}
#showroom .piece a:hover{
	color:#A21717;
	/*text-decoration:underline;*/
	font-weight:bold;
	/*bottom:1px;*/
	background-color:#FFFFCC;
}

#showroomZoom{
	position:absolute;
	left:50%;
	top:50%;
	width:auto;
	height:auto;
	border:#eee 0px solid;
	background-color:#eee;
	padding:30px;
	z-index:1000;
	text-align:center;
	/*visibility:hidden;*/
}

#showroomZoom a.close{
	position:absolute;
	width:14px;
	height:14px;
	top:10px;
	right:10px;
	background-image:url(/showroom/img/zoomClose.png);
	background-position:center center;
	background-repeat:no-repeat;
    border:1px solid #888;
	opacity : 0.5;
    filter : alpha(opacity=50); 
}
#showroomZoom a.close:hover{
	opacity : 1;
    filter : alpha(opacity=100); 
}
#showroomZoom #texte{
	color:#333333;
	width:450px;
	display:block;
	height:auto;
	text-align:left;
	
}
#showroomZoom #texte strong{
	color:#A21717;
}

#showroomZoom img{
	/*visibility:hidden;*/
}




