/***********************************
		ESPACE SALARIE
***********************************/
#espace_salarie .chps{
	width: 130px;
	height : 16px;
	border: 1px solid #CCCCCC;
	margin-left: 10px !important;
	margin-left: 8px;
	padding-left: 22px;
	padding-top: 4px;
	color : #666666;
	font : normal normal normal 10px Verdana, Arial, sans-serif;
}

#submit_connecter{
	width: 97px;
	height: 17px;
	background: url(../images_css/btn_connecter.jpg) no-repeat left bottom;
	margin-left : 30px;
	border: 0;
	cursor: pointer;
}

#submit_deconnecter{
	width: 111px;
	height: 17px;
	background: url(../images_css/btn_deconnecter.jpg) no-repeat left bottom;
	border: 0;
	cursor: pointer;
}


/***********************************
		RECHERCHE
***********************************/
#rechercher .chps_recherche{
	width: 160px;
	height: 16px;
	border: 1px solid #CCCCCC;
	padding-left: 28px;
	padding-top: 5px;
	color : #666666;
	font : normal normal normal 10px Verdana, Arial, sans-serif;
}

#rechercher #submit_recherche{
	width: 38px;
	height: 22px;
	background: url(../images_css/btn_rechercher.jpg) no-repeat left bottom;
	margin-left : 6px;
	border: 0;
	cursor: pointer;
}


/***********************************
		ERREURS/SUCCES FORMULAIRES
***********************************/
#msg_infos{
	display: none; 
}

.msg_infos{
    background-color: #CC0000;
	padding: 5px;
	color: white;
	font-size: 12px;
	font-weight: bold;
}

.msg_succes{
	background-color: #009900;
	padding: 5px;
	color: white;
	font-size: 12px;
	font-weight: bold;
}

.erreur_chps {
	  border: 1px solid #CC0000;
}


/***********************************
		FORMULAIRE DE CONTACT
***********************************/
#form_contact label{
	display: block;
	width: 70px;
	float: left;
	line-height: 20px;
}

#form_contact .chps{
	width: 140px; 
	height: 16px;
	padding-top: 2px;
	border: 1px solid #CCCCCC;
	margin-left: 10px !important;
	margin-left: 8px;
	color : #666666;
	font : normal normal normal 10px Verdana, Arial, sans-serif;
}

#form_contact #submit_contact{
	width: 79px;
	height: 17px;
	background: url(../images_css/btn_envoyer.jpg) no-repeat left bottom;
	margin-left : 6px;
	border: 0;
	cursor: pointer;
}


/***********************************
  FORMULAIRE OUBLIE MOT DE PASSE
***********************************/
#form_password #submit_valider{
	display: block;
	float: left;
	line-height: 20px;
	margin-top: 2px;
	width: 79px;
	height: 17px;
	background: url(../images_css/btn_envoyer.jpg) no-repeat left bottom;
	margin-left : 6px;
	border: 0;
	cursor: pointer;
}

#form_password label{
	display: block;
	float: left;
	line-height: 20px;
}

#form_password .chps{
	display: block;
	float: left;
	line-height: 20px;
	width: 180px; 
	height: 16px;
	padding-top: 2px;
	border: 1px solid #CCCCCC;
	margin-left: 10px !important;
	margin-left: 8px;
	color : #666666;
	font : normal normal normal 10px Verdana, Arial, sans-serif;
}

/***********************************
  FORMULAIRE OUBLIE MOT DE PASSE
***********************************/
.btn_consulter{
	border : none;
    color : #1A6DAB;
	font-size : 12px;
	padding-left : 16px;
	border : 1px #777777 solid;
    background: transparent url(../images_css/icone_consulter.gif) no-repeat 4px 2px;
	cursor : pointer;
	vertical-align : top;
}
