/* @override 
	http://www.medias-tactiles.fr/css/jbConnexion.css
	http://www.pourlesenfants.fr/css/jbConnexion.css
*/

#identificationZoneBG {
	display: none;
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
* html #identificationZoneBg {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}


#identificationZone {
	position: fixed;
	z-index: 102;
	margin: 0;
	top: 50px;
	left: 50%;
	width: 500px;
	margin-left: -250px;
	background-color: orange;
	font: 11px Verdana, "Lucida Grande", "Trebuchet MS", sans-serif;
	color: #444;
}

#identificationZone div.subZone p a {
	font-size: 14px;
	color: #66CCFF;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

#identificationZone div.subZone form p label div.proposition a {
	color: #444;
}

* html #identificationZone {
	position: absolute;
	top: 50%;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#identificationZone h1 {
	margin: 5px 0 15px;
	font: bold 14px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #444;
	text-align: center;
}
#identificationZone .subZone {
	background-color: #FFF;
	border: 1px solid #444;
	padding: 10px;
	margin: 25px;
	font-size: 14px;
}

#identificationZone div.subZone a {
	color: silver;
}

#identificationZone .subZone label{
	display: block;
	margin-top: 10px;
	font-size: 14px;
	color: orange;
	margin-bottom: 4px;
	padding-bottom: 4px;
}

#identificationZone div.subZone form p.submit a {
	color: gray;
	text-decoration: underline;
	font-size: 14px;
	float: left;
}

#identificationZone div.subZone form p label select {
	font-size: 14px;
	color: #444;
}

#identificationZone .subZone label input,
#identificationZone .subZone label select {
	width: 97%;
	display: block;
}

#identificationZone div.subZone form p.submit {
	padding-top: 10px;
}
#identificationZone .subZone p.submit input{
	float: right;
	background-color: white;
}
#identificationZone div.proposition {
	position: absolute;
	left: 0px; 
	top: 0px; 
	width: 0;
	background-color: white;
	border: 1px solid black;
	border-top-width: 0;
	font-size: 11px;
	line-height: 15px;
	margin: 0;
	z-index: 103;
}
#identificationZone div.proposition a {
	display: block;
	margin: 0;
	padding: 5px 5px;
	color: #000;
	text-decoration: none;
}
#identificationZone div.proposition a:hover {
	cursor: pointer;
	background-color: orange;

}
#identificationZone p.c{
	text-align: center;
}
#identificationZone p.erreur{
	margin: 0;
	padding: 0;
	color: red;
}

#identificationZone hr.clear{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 0;
	visibility: hidden;
	clear: both;
}
