/* @override http://grogro.local:8888/~max/Avril/Avril_2/views/collection.css */

#decoupe {
	position: absolute;
	height: 25%;
	min-height: 64px;
	left: 20em;
	right: 2em;
	overflow: hidden;
	border-bottom: 2px groove gray;
	background-color: #525252;
}

#items {
	position: absolute;
	left: 0;
	white-space: nowrap;
	font-size: 9px;
	height: 100%;
	/*background-color: red;*/
	/*background-color: #3f3f3f;*/
}

#zoom {
	position: absolute;
	top: 25%;
	height: 74.5%;
	min-height: 150px;
	left: 18em;
	right: 0;
}

.item {
	height: 100%;
	width: auto;
	display: inline;
	/*border-right: 2px solid red;*/
	/*font-size: 0px !important;*/
}

.item:first-child {
	/*border-left: 2px groove gray;*/
}

.item img {
	height: 100%;
	width: auto;
	border: none;
	opacity: .7;
}

.item img.active {
	opacity: 1;
}

.detail_item {
	position: absolute;
	top: 8%;
	height: 84%;
	width: 100%; /*IE?*/
	display: none;
}

/*.cadre_img {
	height: 100%;
}*/

.detail_item img {
	display: block; /*IE?*/
	height: 100%;
	width: auto;
	margin: auto;
	border: none;
	/*margin: 0;*/
}

/* defilement */

.def {
	position: absolute;
	height: 25%;
	min-height: 64px;
	top: 0;
	width: 2em;
	z-index: 3;
	border-bottom: 2px groove gray;
}

#def_d {
	right: 0;
	/*background: url(f_e_grise.png) no-repeat center;*/
	background-image: url(f_e_grise.png);
	background-repeat: no-repeat;
	background-position: center;
}

#def_g {
	left: 18em;
	/*background: url(f_o_grise.png) no-repeat center;*/
	background-image: url(f_o_grise.png);
	background-repeat: no-repeat;
	background-position: center;
}