#boitecj {
	position: absolute;
	z-index: 100;
}

#boitecj-pardessus {
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#boitecj-title {
	position: absolute;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	line-height: 16px;
	left: 0;
	padding: 2px 6px;
	border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px;
	z-index: -1;
}

#boitecj-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#boitecj-close {
	position: absolute;
	right: -15px;
	top: -15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 100;
}

#boitecj-next {
	position: absolute;
	right: 0;
	top: 0;
	width: 33%;
	height: 100%;
	cursor: pointer;
	z-index: 80;
}

#boitecj-prev {
	position: absolute;
	left: 0;
	top: 0;
	width: 33%;
	height: 100%;
	cursor: pointer;
	z-index: 80;
}

.ombre { position: absolute; z-index: -2; }

.ombre-nw {
	left: -20px;
	top: -20px;
	width: 20px;
	height: 20px;
	background: url('../images/ombre-nw.png') no-repeat;
}

.ombre-n {
	left: 0;
	top: -20px;
	width: 100%;
	height: 20px;
	background: url('../images/ombre-n.png') repeat-x;
}

.ombre-ne {
	right: -20px;
	top: -20px;
	width: 20px;
	height: 20px;
	background: url('../images/ombre-ne.png') no-repeat;
}

.ombre-e {
	right: -20px;
	top: 0;
	width: 20px;
	height: 100%;
	background: url('../images/ombre-e.png') repeat-y;
}

.ombre-se {
	right: -20px;
	bottom: -20px;
	width: 20px;
	height: 20px;
	background: url('../images/ombre-se.png') no-repeat;
}

.ombre-s {
	left: 0;
	bottom: -20px;
	width: 100%;
	height: 20px;
	background: url('../images/ombre-s.png') repeat-x;
}

.ombre-sw {
	left: -20px;
	bottom: -20px;
	width: 20px;
	height: 20px;
	background: url('../images/ombre-sw.png') no-repeat;
}

.ombre-w {
	left: -20px;
	top: 0;
	width: 20px;
	height: 100%;
	background: url('../images/ombre-w.png') repeat-y;
}