html, body, img{ 
	margin:0; 
	padding:0; 
	text-align:center	; 
	font-family:Arial,Helvetica,sans-serif;
	color:#4e4e4e;
	font-size:12px;
}
.dispNone{
	display: none;
}
#wrapper{ 
	width: 824px;
	height:	630px;
	margin:15px auto 0 auto;
	z-index: 1;
}
#illustration {
	background: rgb(250,250,250); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(250,250,250,1) 0%, rgba(250,250,250,1) 80%, rgba(198,200,206,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,250,1)), color-stop(80%,rgba(250,250,250,1)), color-stop(100%,rgba(198,200,206,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(250,250,250,1) 80%,rgba(198,200,206,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(250,250,250,1) 80%,rgba(198,200,206,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(250,250,250,1) 80%,rgba(198,200,206,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(250,250,250,1) 0%,rgba(250,250,250,1) 80%,rgba(198,200,206,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#c6c8ce',GradientType=0 ); /* IE6-9 */
	width: 630px;
	height: 630px;
	margin: 0 auto 0 97px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	position: relative;	
	z-index: 2;
	/*margin-top: 480px\9;/* IE8 et inférieurs */
	/*height : 150px\9 ; /* IE8 et inférieurs */
}
#maincol{
	background: url('../images/authentification/illustration-login.png') no-repeat bottom left;
	width: 824px;
	height:	610px;
	margin:0 auto;
	position: relative;	
	z-index: 5;
	zoom:1;
	top: -600px;
}
#logo{
	height: 135px;
	width: 740px;
	background: url('../images/authentification/logo.png') no-repeat right top;
	z-index: 5;
}
#formulaire{
	height: 158px;
	width: 850px;
	z-index: 5;
	margin-top:30px;
}

#textLogin {
	padding: 200px 0 0 70px;
}
#textLogin a {
	color:#66666d;
}
#formulaire div{
}
form{
	margin:0 auto;
	padding-left:30px;
	padding-top:8px;
	width:180px;
}
form .submit{
	width: 25px;
	height: 23px;
	border: 0 none;
	background: url('../images/authentification/submit.gif') no-repeat top left;
}
form .champsTexte{
 	color: #65666D;
	vertical-align: top;
	margin: 0 0 5px 0;
	padding: 0 none;
	width: 180px;
	height: 21px;
	border: solid 1px #E3E3E3	
}
#erreur{
	font-style: italic;
	font-size:9px;
	text-align: center;
}

.texteDecoReussie{
	display: block;
	text-align: center;
	padding-top: 60px;
}
.texteDecoReussie a{
	color: #65666D;
}

.oubliMotDePasse:hover, .backToLoginForm:hover {
	text-decoration:underline;
	cursor:pointer;
}
.btnSubmit{
	background-color: #F1EFEF;
   	border: 1px solid #EECDC9;
   	color: #920B0B;
   	margin:15px 5px 0 0;
   	cursor:pointer;
   	float:left;
}
.btnSend {
	background: url('../images/authentification/submit-envoyer.gif') no-repeat top left;
   	margin:15px 5px 0 0;
   	cursor:pointer;
	border:none;
	width:52px;
	height:23px;
}

.adresseInvalide {
	color:red;
}

.txt {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
}
.messageErreur{
	font-size: 14px;
	font-weight: bold;
	border: solid 2px red;
	background-color: #fff;
	padding:10px;
	text-align: center
}

.flashLogo{
	float:left;
	margin-right:15px;
}

.cleaner {
	clear:both;
}
.ligneForm {
	margin:0;
	width: 250px;
	float:left;
}
.ligneForm p.libelle{
	margin:3px 0 0 0;
	float:left;
}
.oubliMotDePasse {
    margin: 0;
    text-align: right;
}

.backToLoginForm {
	width:250px; 	
}
.champ{ 
	width:250px; 
	height:15px; 
	font-size:14px; 
}
.persoMdP {
	text-align: center;
	color: #FD53AC;
	margin-bottom: 0;
}
form#nouveauMDP {
	width: 225px;
	padding-top: 27px;
}
p#introNouveauMDP {
	margin: 0 0 0 252px;
}
#blockErreurConnexion {
	margin-left: 98px;
}