
/*****************************************/
/*				LAYER					 */
/*****************************************/

#oeuvreLayer, #oeuvreParcoursLayer {
	position:absolute;
	width:194px;
/*	border: solid red 1px;*/
	display:none;
	margin-left: -34px;
    margin-top: -24px;
/*	background-image: url(../images/layer.png);*/
/*	background-repeat: no-repeat;*/
	z-index:10;
}
#oeuvreParcoursLayer {
	margin-left: -24px;	
}
#oeuvreLayer .layerTop,
#oeuvreParcoursLayer .layerTop {
	background-image: url(../images/layer_top.png);
	background-repeat: no-repeat;
	width:194px;
	height: 161px;
	z-index:10;
}
#oeuvreLayer .layerContent,
#oeuvreParcoursLayer .layerContent {
	background-image: url(../images/layer_repeat.png);
	background-repeat: repeat-y;
	width:194px;
	z-index:10;
	padding: 5px 0;
}
#oeuvreLayer .layerFoot,
#oeuvreParcoursLayer .layerFoot {
	background-image: url(../images/layer_foot.png);
	background-repeat: no-repeat;
	width:194px;
	height: 17px;
	z-index:10;
}

/*#oeuvreParcoursLayer {*/
/*	position:absolute;*/
/*	width:194px;*/
/*	height:218px;*/
/*	border: solid red 1px;*/
/*	display:none;*/
/*	margin-left: -23px;*/
/*    margin-top: -24px;*/
/*	background-image: url(../images/layer.png);*/
/*	background-repeat: no-repeat;*/
/*	z-index:10;*/
/*}*/

#oeuvreHomeLayer {
	position:absolute;
	width:168px;
/*	height:218px;*/
/*	border: solid red 1px;*/
	display:none;
	margin-left: -24px;
    margin-top: -27px;
/*	background-image: url(../images/layer-home.png);*/
	background-repeat: no-repeat;
	z-index:10;
}


#oeuvreHomeLayer .layerTop {
	background-image: url(../images/layer_top_home.png);
	background-repeat: no-repeat;
	width:168px;
	height: 144px;
	z-index:10;
}
#oeuvreHomeLayer .layerContent {
	background-image: url(../images/layer_repeat_home.png);
	background-repeat: repeat-y;
	width:168px;
	z-index:10;
	padding: 5px 0;
}
#oeuvreHomeLayer .layerFoot {
	background-image: url(../images/layer_foot_home.png);
	background-repeat: no-repeat;
	width:168px;
	height: 19px;
	z-index:10;
}
span.layer-title,
span.layer-author,
span.layer-subTitle {
	display: none;
	text-align: center;
	color:#383728;
}

span.layer-title { font-weight:bold; font-size: 12px; }
span.layer-author, span.layer-subTitle { font-size: 10px; }


/*div.jqZoomPup {
	top : 0 !important;
	left: 0 !important;
}

div.jqZoomWindow img {
	width : 560px;
	height : auto;	
}
*/

div.jqZoomTitle
{
	z-index:5000;
	text-align:center;
	font-size:11px;
	font-family:Tahoma;
	height:auto;
	padding:2px 0px;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #FFF;
	background: #999;

}

.jqZoomPup
{
		overflow:hidden;
		background-color: #FFF;
		-moz-opacity:0.6;
		opacity: 0.6;
		filter: alpha(opacity = 60);
		z-index:10;
		border-color:#c4c4c4;
		border-style: solid;
		cursor:crosshair;
}

.jqZoomPup img
{
	border: 0px;
}

.preload{
	-moz-opacity:0.8;
	opacity: 0.8;
   filter: alpha(opacity = 80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
   text-decoration: none;
	border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
	text-align:center;
   background-image: url(../images/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
	width:90px;
	* width:100px;
	height:43px;
	*height:55px;
	z-index:10;
	position:absolute;
	top:3px;
	left:3px;

}

.jqZoomWindow
{
	border: 1px solid #999;
	background-color: #FFF;
}


