/* CSS Document */

#identifiez_vous{
background-image:url(../images/index/cadre-identifiez-vous.jpg);
background-repeat:no-repeat;
width:161px;
height:150px;
margin-top:0px;
padding-top:20px;
text-align:center;
}

.champ_id{
	width:100px;
	height:15px;
	
	font-family:Arial;
	font-size:12px;
	font-weight: bold;
	background-color:#b0c739;
	color:#FFFFFF;
	border:1px solid #b0c739;
	text-align:center;
}

input {
	margin-top:13px;
}

.passlost{
	font-family:Arial;
	font-size:10px;
	font-weight: bold;
	color:#000000;
}

#erreur_index{
	font-family:Arial;
	font-size:12px;
	font-weight: bold;
	color:#ffffff;
	
	background-color:#FF0000;
	text-align:center;
	width:100%;
	
	margin-bottom:10px;
}