#sh_female {
	width: 11px;
	height: 11px;
	cursor: pointer;
	background: transparent url(../images/icon_minigender_female.gif) no-repeat right;
}

#sh_male {
	width: 11px;
	height: 11px;
	cursor: pointer;
	background: transparent url(../images/icon_minigender_male.gif) no-repeat right;
}

div.hr {
  height: 1px;
  width:60%;
  background: url(../images/hr.gif) repeat-x scroll center;
}
div.hr hr {
  display: none;
}

#user_erreur {
	font-size: 11px;
	font-weight: bold;
	color:#CC3333;
	width:60%;
	text-align:justify;
}

._erreurInput {
	border: 1px dashed #c33; 
}

._normalInput {
	border: 1px solid #a5acb2; 
	background-color: #f4f4f4;
}