div#nyroModalFull {
	font-size: 12px;
	color: #777;
	font-family: Verdana;
}
div#nyroModalLoading {
	border: 0px solid #777;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(/files/fck/File/js/images/ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	border: 0px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalWrapper {
	background: #fff;
	border: 0px solid #000;
	padding-top:55px;
}
a#closeBut {
	position: absolute;
	display: block;
	top: 10px;
	right: 10px;
	width: 9px;
	height: 9px;
	text-indent: -9999em;
	background: url(/files/fck/File/js/images/closeLegrand.gif) no-repeat;
	outline: 0;
}
h1#nyroModalTitle {
	margin: 0;
	padding: 0 15px 0 0 ;
	position: absolute;
	top: 7px;
	left: 10px;
	font-size: 9px;
	color: #3d3d3d;
}
div.wrapper div#nyroModalContent {
	/*padding-top: 20px;*/

}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.wrapperImg img {
	vertical-align: baseline;
}

/*bloc descriptif on le rend invisible*/
div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 0px;
	margin: 0px;
	border: 0px white dotted;
	overflow: hidden;
	opacity: 0.5;
	filter: alpha(opacity=50);
	color: #FFF;
	visibility: hidden;
	height: 0px;
}
div.wrapperImg div#nyroModalContent div:hover {
	/*opacity: 0.7;
	filter: alpha(opacity=70);*/
	cursor: help;
	visibility: hidden;
}


div.wrapperImg a {
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	cursor: pointer;
	color: transparent;
	
	/*text-indent: -9999em;*/
	/*background-image: url(data:image/gif,base64,AAAA); /* Trick IE6 */
}
a.nyroModalPrev {
	top: 0;
	left:-30px;
	width: 40%;
	opacity: 0.3;
	filter: alpha(opacity=30);
	background: url(/files/fck/File/js/images/prevLegrand.gif) left 50% no-repeat;
}
a.nyroModalPrev:hover {
	/*left:-30px;
	width: 40%;*/
	top:0;
	opacity: 1;
	filter: alpha(opacity=100);
	background: url(/files/fck/File/js/images/prevLegrand.gif) left 50% no-repeat;
}
a.nyroModalNext {
	top: 0;
	right: -30px;
	width: 40%;
	opacity: 0.3;
	filter: alpha(opacity=30);
	background: url(/files/fck/File/js/images/nextLegrand.gif) right 50% no-repeat;
}
a.nyroModalNext:hover {
	top: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	background: url(/files/fck/File/js/images/nextLegrand.gif) right 50% no-repeat;
}
