﻿/* Color */

#AuthentificationPage #formIdentification 
{
	width: 515px;
	height: 247px;
	background-image: url(Authentification/im_fond_id_mot_passe.png);
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: top;
}

#AuthentificationPage #formIdentification table
{
	position: relative;
	left: 155px;
	top: 39px;
	margin-bottom: 35px;
	border: none;
	border-collapse: collapse;
}

#AuthentificationPage #formIdentification tr
{
	height: 25px;
}

#AuthentificationPage #formIdentification .champ
{
	width: 132px;
	border: solid 0px transparent;
}

#AuthentificationPage #formIdentification .champ input
{
	background-color: transparent;
}

#AuthentificationPage #formIdentification .separator
{
	height: 20px;
	*height: 17px;
}

#AuthentificationPage #formIdentification a div
{
	position: relative;
	left: 320px;
	top: -50px;
	width: 33px;
	height: 33px;
	cursor: pointer;
	background-image: url(Authentification/im_bt_ok_01.png);
}

#AuthentificationPage #formIdentification a:hover div
{
	background-image: url(Authentification/im_bt_ok_02.png);
	background-repeat: no-repeat;
}

#AuthentificationPage #formIdentification a.ForgetPassword:link,
#AuthentificationPage #formIdentification a.ForgetPassword:active,
#AuthentificationPage #formIdentification a.ForgetPassword:visited
{
	position: relative;
	left: 180px;
	top: -12px;
	text-decoration: underline;
	color: #FFFFFF;
	font-size:8pt;
}

#AuthentificationPage #formIdentification a.ForgetPassword:hover
{
	color: Black;
}
