
body {
	margin: 0;
	padding: 0;
	background-color: #f1f1f1;
}

#center {
	width: 100%;
	height: 100%;
}

#wrapper {
  background: #f1f1f1 url(/novaserv/static/images/login/fond.jpg) no-repeat center;
  position: relative;
	margin: 0;
	padding: 0;
	width: 840px;
	height: 620px;
}

#login {
	position: absolute;
	top: 253px;
	left: 445px;
	width: 291px;
}

#login td {
  padding-bottom: 7px;
}

#login td.txt {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 121px;
	padding-right: 3px;
}

input, select {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #bfbfbf;
	padding: 1px;
}

#TimeZone {
  width: 170px;
}

#login td.valid {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 2px;
}

#pied {
  position: absolute;
  top: 563px;
	left: 280px;
	width: 525px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#pied .piedTitle {
  color: #1a3c81;
  font-weight: bold;
}

#ErreurBloc {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
}

.ErreurTitre {
  background: transparent url(/novaserv/static/images/login/error_haut.jpg) no-repeat top left;
  height: 43px;
  line-height: 43px;
  color: #ffffff;
  font-size: 14px;
}

.ErreurLigne {
  background: transparent url(/novaserv/static/images/login/error_millieu.jpg) repeat-y;
  font-size: 12px;
  color: #e2001a;
}

.ErreurLigne ul {
  padding: 5px 45px 5px 45px;
}

.ErreurBas {
  background: transparent url(/novaserv/static/images/login/error_bas.jpg) no-repeat top left;
  height: 32px;
}

#espaceClient {
  height: 42px;
  width: 243px;
  position: absolute;
  top: 450px;
  left: 560px;
}

