.nyroModalBg {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.7;
  z-index:20001;
}
.nmReposition {
	position: absolute;
  z-index:20001;
}
.nyroModalCloseButton {
	top: -13px;
	right: -13px;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: url(/modeles/fr/Modele1/css/../images/close.gif);
}

.nyroModalTitle {
	top: -26px;
	left: 0;
	margin: 0;
    font-size: 1.1em;
	color: #ddd;
}
.nyroModalLink h1{
	color: #631a16;
	font-size: 20px;
}
.nyroModalLink .form_creator_header{
	color: #631a16;
}
.nyroModalLinklabel {
	float: none;
}
.nyroModalLink fieldset {
	margin: 0px;
	padding: 0px;
}
.nyroModalLink .row {
	clear: both;
	margin: 5px 0;
	padding: 0;
}
.nyroModalLink input#votre_emailid{
	width: 240px;
}
.nyroModalLink textarea#vos_suggestions{
	width: 450px;
	height: 170px;
}
.nyroModalCont {
	position: absolute;
	margin: 25px;
	border: 1px #c6c4bf solid;
	background: #fff;
	padding: 0 0 60px 0;
  z-index:20001;
}
.nyroModalCont label {
	float: none;
}
.nyroModalCont iframe {
	width: 600px;
	height: 400px;
}
.nyroModalCont input#reset{
	display: none;
}
/*#submitid.valid{
	background: #FFF url(/modeles/fr/Modele1/css/../images/bt-envoyer.png) no-repeat bottom center;
	border: none;
	width: 151px;
	height: 38px;
	margin: 0 auto;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	padding-left: 30px;
	text-transform:uppercase;
	text-shadow:2px 2px 1px #d56c10;
}*/
.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: 20px;
	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(/modeles/fr/Modele1/css/../images/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(/modeles/fr/Modele1/css/../img/prev.gif);
}
.nyroModalNext {
	right: 0;
	background-position: right 20%;
}
.nyroModalNext:hover {
	background-position: right 20%;
	background-image: url(/modeles/fr/Modele1/css/../images/next.gif);
}