.nyroModalBg {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.7;
	z-index:99999;
}
.nmReposition {
	position: absolute;
}
.nyroModalCloseButton {
  background:url("/National_Library/oe_/https://smartphone.lexpress.fr/images/nyromodal/ico_fermer.png") no-repeat scroll right center;
  height:16px;
  line-height:16px;
  padding:0 22px 0 4px;
  position:absolute;
  right:5px;
  text-decoration:none;
  top:5px;
  width:68px;
  cursor:pointer;
  z-index:99999;
}
#photo_grande, .grande_video {
  position: relative;
  height: 465px;
  text-align: center;
}
	.divPrecedent {
	  position: absolute;
	  top: 80px;
	  left: 13px;
	  width: 50px;
	  height: 350px;
	}
		.precedent {
		  position: relative;
		  text-indent: -9999px;
		  display: block;
		  
		  width: 50px;
		  height: 350px;
		}
			.precedent::after {
				position: absolute;
				top:50%;
				left: 50%;
				content:'';
				margin: -23px 0 0 -15.5px;
				background: url('/National_Library/oe_/https://smartphone.lexpress.fr/images/nyromodal/arrows_sprite.jpg') no-repeat 0 0;
				display: block;
				height: 46px;
				width: 31px;
			}
			.precedent:hover::after {
				background-position: -31px 0;
			}
	.divSuivant {
	  position: absolute;
	  top: 80px;
	  left: 649px;
	  width: 50px;
	  height: 350px;
	}
		.suivant {
		  position: relative;
		  text-indent: -9999px;
		  display: block;
		  background: url('/National_Library/oe_/https://smartphone.lexpress.fr/images/fiche_mobile/next.jpg') no-repeat center center;
		  width: 50px;
		  height: 350px;
		}
			.suivant::after {
				position: absolute;
				top:50%;
				left: 50%;
				content:'';
				margin: -23px 0 0 -15.5px;
				background: url('/National_Library/oe_/https://smartphone.lexpress.fr/images/nyromodal/arrows_sprite.jpg') no-repeat -93px 0;
				display: block;
				height: 46px;
				width: 31px;
			}
			.suivant:hover::after {
				background-position: -62px 0;
			}
		.grande_video .grande_video_content {
		  position: absolute;
		  top: 80px;
		  left: 140px;
		}
		.petites_photos {
		  margin-top: 10px;
		  position: relative;
		  width: 700px;
		}
			.top_4 {
			  position: absolute;
			  left: 25%;
			  top: 0;
			  margin: 0 auto;
			  width: auto;
			  text-align: center;
			}
				.top_4 li {
				  display: inline-block;
				  padding-top: 0;
				  text-align: center;
				}
					.top_4 li a {
					  display: block;
					  text-align: center;
					}
						.top_4 li img {
						  height: 84px;
						  width: 75px;
						}
.nyroModalTitle {
	top: -26px;
	left: 0;
	margin: 0;
    font-size: 1.1em;
	color: #ddd;
}
.nyroModalCont {
	position: absolute;
	border: 1px solid #777;
	margin: 25px;
	background: #fff;
	height: 640px !important;
	z-index:99999;
}

.nyroModalError {
	border: 4px solid red;
	color: red;
	width: 250px;
	height: 250px;
}
.nyroModalError div {
	min-width: 0;
	min-height: 0;
	padding: 10px;
}
.nyroModalLink, .nyroModalDom, .nyroModalForm, .nyroModalFormFile {
	position: relative;
	padding: 10px;
	min-height: 250px;
	min-width: 250px;
	max-width: 1000px;
}
.nyroModalImage, .nyroModalSwf, .nyroModalIframe, .nyroModalIframeForm {
	position: relative;
	overflow: hidden;
}
.nyroModalImage img {
    vertical-align: top;
}
.nyroModalHidden {
	left: -9999em;
	top: -9999em;
}
.nyroModalLoad {
	position: absolute;
	width: 100px;
	height: 100px;
	background: #fff url(/National_Library/oe_/https://smartphone.lexpress.fr/img/ajaxLoader.gif) no-repeat center;
	padding: 0;
}
.nyroModalPrev, .nyroModalNext {
	outline: none;
	position: absolute;
	top: 0;
	height: 60%;
	width: 150px;
	min-height: 50px;
	max-height: 300px;
	cursor: pointer;
	text-indent: -9999em;
	background: transparent url('data:image/gif;base64,AAAA') left 20% no-repeat;
}
.nyroModalImage .nyroModalPrev, .nyroModalImage .nyroModalNext {
	height: 100%;
	width: 40%;
	max-height: none;
}
.nyroModalPrev {
	left: 0;
}
.nyroModalPrev:hover {
	background-image: url(/National_Library/oe_/https://smartphone.lexpress.fr/img/prev.gif);
}
.nyroModalNext {
	right: 0;
	background-position: right 20%;
}
.nyroModalNext:hover {
	background-position: right 20%;
	background-image: url(/National_Library/oe_/https://smartphone.lexpress.fr/img/next.gif);
}






