div#nyroModalFull 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777;
}
div#nyroModalLoading 
{
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(../images/formulaire/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 
{
	background: url(../images/formulaire/bg_lightbox.png) no-repeat;
}
a#closeBut 
{
	position: absolute;
	display: block;
	top: 572px;
	right: -8px;
	width: 87px;
	height: 42px;
	text-indent: -9999em;
	background: url(../images/formulaire/close.png);
	outline: 0;
}
h1#nyroModalTitle 
{
	margin: 0;
	padding: 0;
	position: absolute;
	top: -22px;
	left: 5px;
	font-size: 12px;
	color: #ddd;
}
div.wrapper div#nyroModalContent 
{
	/*padding: 5px;*/
}
div.wrapperImg div#nyroModalContent 
{
	position: relative;
	overflow: hidden;
	text-align: center;
}

div#head 
{
	margin: 7px 0 0 9px;
	height: 77px;
	width: 892px;
}

div#head span.infos 
{
	font-size: 11px;
	color: #b4b4b4;
	position: absolute;
	height: 28px;
	width: 218px;
	margin-left: 140px;
	margin-top: 26px;
	background: url(../images/formulaire/head_fleche.png) no-repeat right;
	padding-right: 40px;
	text-align: justify;
}

div#head a#logo_soft
{
	position: absolute;
	margin-left: 410px;
	margin-top: 24px;
}

div#champs_gauche 
{
	position: absolute;
	height: 392px;
	height: 431px;
	margin-left: 65px;
	margin-top: 20px;
}

div#champs_gauche div.champ
{
	height: 32px;
	width: 431px;
	margin-bottom: 8px;
}
div#champs_gauche div.champ_neutre {background: url(../images/formulaire/bg_champ_neutre.png) no-repeat;}
div#champs_gauche div.champ_valid {background: url(../images/formulaire/bg_champ_valid.png) no-repeat;}
div#champs_gauche div.champ_novalid {background: url(../images/formulaire/bg_champ_no_valid.png) no-repeat;}

div#champs_gauche div.champ label
{
	float: left;
	display: block;
	color: #fff;
	height: 21px;
	padding-top: 9px;
	width: 170px;
	text-align: center;
	text-transform: uppercase;
}

div#champs_gauche div.champ input[type="text"]
{
	float: left;
	margin-left: 3px;
	margin-top: 4px;
	height: 20px;
	padding-left: 6px;
	width: 241px;
	border: none;	
	background: none;
}
div#champs_gauche div.champ .neutre {color: #666666;}
div#champs_gauche div.champ .valid {color: #666666;}
div#champs_gauche div.champ .novalid {color: #a53131;}

div#champ_droite
{
	position: absolute;
	margin-left: 550px;
	margin-top: 40px;
	height: 322px;
	width: 299px;
	background: url(../images/formulaire/bg_msg.png) no-repeat;
}

div#champ_droite textarea 
{
	position: absolute;
	height: 265px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 280px;
	margin-top: 45px;
	margin-left: 7px; 
	color: #666666;
	overflow: hidden;
	border: none;
	background: none;
}



div#nyroModalFull input[type="submit"]
{
	position: absolute;
	margin-left: 551px;
	margin-top: 404px;
	display: block;
	height: 29px;
	width: 299px;
	background: url(../images/formulaire/btn_form_telechargement.png) no-repeat;
	color: #fff;
	font-size: 10px;
	border: none;
	cursor: pointer;	
}
