﻿#AuthentificationPage #formIdentification
{
	background-image: url(./Authentification/im_fond_id_mot_passe.png);
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: top;
	width:515px;
	height:247px;
}

#AuthentificationPage #formIdentification table
{
	border: none;
	border-collapse: collapse;
}

#AuthentificationPage #formIdentification th
{
	font-style: italic;
	color: #707172;
}

#AuthentificationPage #formIdentification .champ,
#AuthentificationPage #formIdentification .champ input
{
	border: solid 0px transparent;
	margin-left: 155px;
	width: 152px;
	background: Transparent;
}
#AuthentificationPage #formIdentification .separator
{
	height: 27px;
}
#AuthentificationPage #formIdentification a.ForgetPassword
{
	color:#007E4F;
}
#AuthentificationPage #formIdentification a div
{
	background-image: url(./Authentification/im_ok_01.png);
	background-repeat: no-repeat;
	height:35px;
	width:35px;
}

#AuthentificationPage #formIdentification a:hover div
{
	background-image: url(./Authentification/im_ok_02.png);
	background-repeat: no-repeat;
}
#AuthentificationPage #formIdentification a div
{
	top:-40px;
	left:340px;
}