/*	-------------------------------------------------------------
	Nom du client
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	Login
	Nom fichier:	login.css
	Version:		1.0
	Date:			15/05/2008
	-------------------------------------------------------------	*/

/*	-------------------------------------------------------------
	General
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	background-color: #EFEFEF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #063666;
	text-align: center;
	padding-top: 22px;
	padding-bottom: 20px;
	margin:0px;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #063666;
}

/*	-------------------------------------------------------------
	Mise en page
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#container {
	display:block;
	background-image:url(../images/login.gif);
	background-position:top;
	background-repeat:repeat-y;
	text-align: left;
	visibility: visible;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 740px;
	min-height:572px;
	height:auto !important;
	height:572px;
}

/*	-------------------------------------------------------------
	Positionnement
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#posbt {
	display:block;
	position:absolute;
	top:470px;
	left:292px;
}

#posproblem {
	display:block;
	position:absolute;
	top:500px;
	left:207px;
	width:334px;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#063666;	
}

#posform {
	display:block;
	position:absolute;
	top:336px;
	left:252px;

}
#poserror {
	display: block;
	position: absolute;
	top: 290px;
	left: 120px;
	width: 520px;
	text-align: center;
}


/*	-------------------------------------------------------------
	Class
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
.formtext {
width:266px;
border:#B2B2B2 solid 1px;
background-color:#F4F4F4;
padding:4px;
font-size:14px;
margin-top:4px;
}

.bleu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#063666;
	font-weight:bold;
}

