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;
}
#visuel3{
	width: 628px;
	height: 42px
}
#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;
}