#tollValidator
{
    position:absolute;
    left:300px;
    top:50px;
    width:435px;
}

body
{
	background-color: #EBE8DF;
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 12px;
	padding: 0;
	position: relative; 
	margin: 10px auto;
	/*width: 316px;*/
	width: 750px;
}

h1{
	font-size: 11px;
	display: block;
	width:100px;
	height: 20px;
	line-height: 20px;
}

img
{
	border: none;
}

div#login-header
{
	height: 75px;
	/*background: url(../images/login-header.jpg) no-repeat;*/
	background: url(../images/login-header-wide.jpg) no-repeat;
}

div#login
{
	top:75px;
	position: absolute;
	/*width: 316px;*/
	width: 750px;
	margin:0;
	padding: 0 26px 0 30px;
	/*height:432px;*/
	height:550px;
	/*background: url(../images/login-corps.jpg) no-repeat;*/
	background: url(../images/login-corps-wide.jpg) no-repeat;
}

label
{
	margin: 0 0 2px 0;
	text-align: left;
	color:#000;
	display: block;
	width: 83%;
}

textarea, input, select
{
	text-align: left;
	vertical-align: middle;
	font-family: "Tahoma", "Lucida Grande", Verdana, Sans-Serif;
	font-size: 11px;
	color: #000;
	margin: 0 0 10px 0;
}

.input_valid
{
	display: block;
	position: absolute;
	z-index: 3;
	/*
    top: 382px;
	left: 212px;
    */
    top:500px;
	left:316px;   
}

.input_quit
{
	display: block;
	position: absolute;
	z-index: 4;
	top: 3px;
	/*left: 265px;*/
	left:685px;
}

textarea
{
	width: 250px;
	height: 40px;
}

.clr
{
	clear: both;
}

#errors
{
	position: absolute;
	z-index:1;
	/*
    top:350px;
	left:105px;
    */
    top:100px;
	left:300px;
	width:180px;
	/*height: 80px;*/
	height: 20px;
	padding: 2px;
}

div#errors h3
{
	margin: 0;
	padding: 0;
	width:180px;
	font-size: 12px;
}

div#errors ul
{
	padding: 0;
	margin: 0;
}

div#errors ul li{
	color: #000;
	padding: 0;
	margin: 10px 0 0 20px;
	width:160px;
	font-size: 11px;
	line-height: 14px;	
}

/*cache acces membre*/
a#Loginbutton{
	
	display: none;
}

.Style1 {
    color: #663300;
    font-size: 16px;
    font-weight: bold;
    font-family:Verdana, Arial, Helvetica, sans-serif; 
}

.Style2 {
    color: black;
    font-size: 9px;
    font-family:Verdana, Arial, Helvetica, sans-serif; 
}

.Style3 {
    color: #990000;
    font-weight: bold;
    font-family:Verdana, Arial, Helvetica, sans-serif; 
}
