﻿#formIdentification
{
	width: 313px;
	height: 153px;
	background-image: url(Ident/ident_fond.jpg);
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: top;
}

#formIdentification table
{
	position: relative;
	top: 36px;
	border: none;
	border-collapse: collapse;
}

#formIdentification tr
{
	height: 10px;
}

#formIdentification th
{
	width: 105px;
	padding-left: 15px;
	font-style: italic;
	color: #707172;
}

#formIdentification .champ,
#formIdentification .champ input
{
	width: 132px;
	border: solid 0px transparent;	
}

#formIdentification .separator
{
	height: 37px;
}

#formIdentification a div
{
	position: relative;
	left: 295px;
	top: 60px;
	width: 34px;
	height: 32px;
	background-image: url(Ident/bt_ok.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

#formIdentification a:hover div
{
	background-image: url(Ident/bt_ok_rollover.gif);
	background-repeat: no-repeat;
}


