
/**/
/*couleur de la police dans la div*/
div#nyroModalFull {
	font-size: 12px;
	color: #404040;
	font-family: Verdana;
}
div#nyroModalLoading {
	border: 4px solid #777;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	/*background: #fff url(../img/ajaxLoader.gif) no-repeat;*/
	background-position: center;
}
div#nyroModalLoading.error {
	border: 4px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalWrapper {
}

a#closeBut {
	position: absolute;
	display: block;
	top: -13px;
	right: -13px;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: url(../img/close.gif) no-repeat;
	outline: 0;
}

/*div principale*/
div.wrapper div#nyroModalContent {
	background-color: #FFFFFF;
	padding:10px;
	border:2px solid #404040;
	font-size: 12px;
	text-align: center;
}
