html, body, form
{
	height: 100%;
	margin: 0;
	padding: 0;
}
.Login_Body
{
	background-color: #F1EFEF;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
}
.Login_entete
{
	width: 648px;
	height: 153px;
	position: absolute;
	top: 100px;
	left:0;
	background: #FEFEFD url(./img/login_01.gif) no-repeat left top;
}
.clear
{
	clear: both;
}
.Login_bodyLeft
{
	width: 99px;
	height: 198px;
	position:absolute;
	top: 253px;
	left: 0;
	background: #FEFEFD url(./img/login_02.gif) no-repeat left top;
}
.Login_bodyCenter
{
	width: 555px;
	height: 198px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 270px;
	left:150px;
	z-index:1;
}
.Login_bodyRight
{
	width: 555px;
	height: 198px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 253px;
	left: 99px;
	background: #FEFEFD url(./img/login_03.gif) no-repeat left top;
}
.Login_total
{
	width:100%;
	height:100%;
	text-align:center;
}

.Login_bloc
{
	width: 648px;
	height: 500px;
	position:relative;
	overflow: hidden;
	margin: 0 auto;
}

.Login_ligne
{
	margin: 5px 0;
	height: 20px;
	position: relative;
	display: block;
}


.Login_Libelle
{
	font-family: Tahoma;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	width: 140px;
	float : left;
	text-align:left;
	text-indent:15px;
	background: url(./img/puce_login.gif) no-repeat left top;
}


.Login_Texte
{
	font-family: Tahoma;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	width:130px;
	float: left;
	margin-left: 10px;
}

.Login_Bouton
{
	font-family: Tahoma;
	color: #FFF;
	font-size: 12px;
	font-variant: small-caps;
	font-weight: bold;
	cursor: pointer;
	position: absolute;
	right: 300px;
	top: 50px;
	background-color: #0F444A;
}
.Login_Erreur
{
	font-family: Tahoma;
	color: #ff0000;
	width: 250px;
	text-align:left;
	font-size: 12px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.Login_Validation
{
	font-family: Arial, Helvetica, sans-serif;
	color: red;
	font-size: 11px;
	text-align:left;
	margin-left: 10px;
	float: left;
}