html, body, img{ 
 margin:0; 
 padding:0; 
 text-align:left; 
 font-family: Arial, sans-serif;
 color: #65666D;
 font-size: 11px;
}
* {
	margin: 0; padding: 0;
}
#wrapper{ 
	width:873px;  
	margin-left:auto; 
	margin-right:auto;  
	margin-top:15px;
}
#gauche{
	width: 126px;
	height: 629px;
	background: url('/images/authentification/colonneGauche.jpg') no-repeat top left;
	float: left;
}
#maincol{
	width: 628px;
	height: 629px;
	float: left;
}
#droite{
	width: 119px;
	height: 629px;
	background: url('/images/authentification/colonneDroite.jpg') no-repeat top left;
	float: left;
}
#logo{
	height: 135px;
	width: 628px;
	background: url('/images/authentification/logo.jpg') no-repeat top left;
}
#formulaire{
	height:158px;
	width:628px;
	background: url('/images/authentification/champsConnexion.jpg') no-repeat top left;
}
#visuel1{
	height: 167px;
	width: 628px;
	background: url("/images/authentification/visuel01.jpg") no-repeat top left;
}
#visuel2{
	width: 628px;
	height: 126px;
	background: url("/images/authentification/visuel02.jpg") no-repeat top left;
}
#visuel3{
	width: 628px;
	height: 42px;
	background: url("/images/authentification/visuel03.jpg") no-repeat top left;
}
#textLogin {
	padding:30px 0 0 30px;
}
#textLogin a {
	color:#66666d;
}
#formulaire div{
}
form{
	line-height:23px;
	margin:0 auto;
	padding-left:30px;
	padding-top:30px;
	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: 121px;
	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-color: #F1EFEF;
   	border: 1px solid #EECDC9;
   	color: #920B0B;
   	margin:15px 5px 0 0;
   	cursor:pointer;


.adresseInvalide {
	color:red;
}
body{
		font-family:Arial,Helvetica,sans-serif;
		font-size:12px;
		color:#4e4e4e;
	}
.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
}
#global{
	width:750px;
	margin:150px auto;
}
.flashLogo{
	float:left;
	margin-right:15px;
}

.cleaner {
	clear:both;
}
.ligneForm {
	margin:5px 0;
	width: 250px;
	background:#FAF6F4;
	float:left;
	padding:5px;
	border: 1px solid #EECDC9;		
}
.ligneForm p.libelle{
	margin:3px 0 0 0;
	float:left;
}
.ligneForm input{
	float:right;
}

