body,html {
	font-size:0.85em;
	margin: 0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000;
	background-color: #fff;
}

h1 {
	font-size: 1.6em;
	color: #4169E1;
	background-color: transparent;
}

label.fieldtitle {
	display: block;
	font-weight: bold;
	margin: 2px 0;
}

#formbutton {
	margin-left: 100px;
}

a {
	color: #4169E1;
}

.line0 {
	background-color: #CCC;
}

.line1 {
	background-color: #FFF;
}

/* Form */
dl {
	position: relative;
	width: 680px;
}

dt {
	clear: both;
	float: left;
	width: 200px;
	padding: 4px 0 2px 0;
	text-align: left;
	font-weight: bold;
}

dd {
	float: left;
	width: 450px;
	margin: 0 0 8px 0;
	padding-left: 6px;
}

label.required {
	text-decoration: underline;
	background-image: url("form_field_required.png");
	background-repeat: no-repeat;
	background-position: right top;
}

div.autocomplete {
	position: absolute;      /* Histoire d'être explicite... */
	width: 250px;            /* Sera ajusté par script.aculo.us */
	background-color: white;
	border: 1px solid #888;
	margin: 0px;
	padding: 0px;
}

div.autocomplete ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div.autocomplete ul li {
	list-style-type: none;
	display: block;
	margin: 0;
	cursor: default;
	/* Et quelques finasseries... */
	padding: 0.1em 0.5ex;
	font-family: sans-serif;
	/*font-size: 90%;
	height: 2em;*/
}

/* Rappel : script.aculo.us active une classe 'selected' lorsqu'un
   élément est sélectionné */
div.autocomplete ul li.selected {
	background-color:  #ffb;
}

#loginbox {
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
	width: 400px;
}