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

#c_presse {
	position: absolute;
	left: 18em;
	right: 0;
	top: 0;
	bottom: 0;
}

#zoom {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 20%;
	padding: 0 2px;
}

#decoupe {
	position: absolute;
	right: 0;
	width: 20%;
	top: 20px;
	bottom: 20px;
	overflow: hidden;
	/*background-color: #5998c9;*/
	border-left: 2px groove gray;
	background-color: #525252;
}

#items {
	position: absolute;
	width: 100%;
	top: 0;
}

.item {
	width: 100%;
	/*padding-bottom: 5px;
	margin-bottom: 5px;*/
	border-bottom: 2px groove gray;
	/*background-color: black;*/
}

.item:first-child {
	border-top: 2px groove gray;
}

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

.item img.active {
	opacity: 1;
}

.detail_item {
	position: absolute;
	overflow: hidden;
	top: 5%;
	right: 5%;
	height: 90%;
	width: 90%; /*IE?*/
	background: white url(temps_32.gif) no-repeat center center;
}

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

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

/* defilement */

.def {
	position: absolute;
	right: 0;
	width: 20%;
	height: 20px;
	z-index: 3;
	/*background-color: #5998c9;*/
	border-left: 2px groove gray;
}

#def_h {
	top: 0;
	/*background: url(f_n_grise.png) no-repeat center center;*/
	background-image: url(f_n_grise.png);
	background-repeat: no-repeat;
	background-position: center;
}

#def_b {
	bottom: 0;
	/*background: url(f_s_grise.png) no-repeat center center;*/
	background-image: url(f_s_grise.png);
	background-repeat: no-repeat;
	background-position: center;
}