/* Cas commun	*/
#bloc_login
{
	font-size:			8pt;
	position:			absolute;
	background-color:	#9999FF;
}

#bloc_login td span
{
	display:			none;
}

#bloc_login td:hover span {   
  /* définition de la balise <span> au survol */
	display: block;
	position: absolute;
	top: -70px;
	left: -200px;
	width: 200px;
	min-height: 50px;
	 /* largeur de la zone de commentaires, */
	 /*selon la taille du menu */
	text-align: left;
	border: 2px solid #0080ff;
	background-color:	red;/*#00ffff;#FFFAFA;*/
	color: #000;
	font-weight: normal;
	font-style: italic;
}
#bloc_login table
{
	width:				100%;
}
#bloc_login td
{
	font-size:			10pt;
	font-weight:		bold;
	height:	20px;
}

#bloc_login td input, a
{
	height:				95%;
	color:				black;
	font-size:	10pt;
}

#userlogin
{
	font-family:		Arial, Verdana, Helvetica, sans-serif;
	background-color:	white;
	text-align:			left;
	text-transform:		uppercase;
}

#password
{
	text-align:			left;
	font-family:		Arial, Verdana, Helvetica, sans-serif;
	background-color:	white;
	text-align:			left;
	text-transform:		uppercase;
}

#valide_login
{
/*border:		0px solid purple;*/
	background-color:	#6699CC;
	font-weight:		bold;
	text-align:			center;
	font-size:8pt;
}

.bloc_identification_invisible
{
	visibility:			hidden;
}

#\_DemandeCode_div
{
/*border:	2px solid yellow;*/
	height:	300px;
	width:	500px;
	top:	10px;
	position:	relative;
	clear: both;
	margin-left:	auto; 
	margin-right:	auto;
	margin: 0 auto;
}

#\_DemandeCode table
{
/*border:	2px solid red;*/
	width:	100%;
	font-family:		Arial, Verdana, Helvetica, sans-serif;
	margin-left:		auto; 
	margin-right:		auto;
	margin-top:			0px; 
}

#\_DemandeCode table tr
{
	height:	50px;
}

#\_DemandeCode_actions_div
{
	position:	relative;
	top:		15px;
	height:		120px;
	margin-left:	auto; 
	margin-right:	auto;
	width:		650px;
}

#\_DemandeCode_actions_table
{
	position:		absolute;
	top:			0px;
	left:			0px;
	height:			100%;
	width:			100%;
}

#\_DemandeCode_actions_table input
{
	text-align:		center;
	font-size:		12pt;
	font-style:		italic;
	font-weight:	bold;
}

#\_demande_code_nom
{
	text-transform:		uppercase;
}

#\_DemandeCode_DonnéesComplémentaires_div
{
	visibility:		hidden;
	height:	150px;
	width:	500px;
	top:	-80px;
	position:	relative;
	clear: both;
	margin-left:	auto; 
	margin-right:	auto;
	margin: 0 auto;
}

#\_DemandeCode_DonnéesComplémentaires_actions_div
{
	visibility:		hidden;
	position:	relative;
	top:		-80px;
	height:		120px;
	margin-left:	auto; 
	margin-right:	auto;
	width:		650px;
}

#\_DemandeCode_DonnéesComplémentaires_actions_table input
{
	text-align:		center;
	font-size:		12pt;
	font-style:		italic;
	font-weight:	bold;
}



