body {
	margin:10;
	padding:10;
	font:Georgia,Serif;
}

input.text { 
	color:#cc0000; 
	background-color:#ccccff; 
	font-size:17px; 
}

textarea { 
	color:#000000; 
	background-color:#ccccff; 
	font-size:17px; 
}

legend {
	color :saddlebrown;
	font-size:18px;
	font-style:bold;
}

fieldset {
	border:2px solid skyblue;
}

#principal {
	width:95%;
	border:solid 1px black;
	background:white;
	position:absolute;
	top:50px;
	left:2,5%;
}

#top {
	width:95%;
	border:solid 1px black;
	background:white;
	position:absolute;
	top:15px;
	left:2,5%;
}

#top input{
	background:skyblue;
}

/* Autocompletion */
.update{
	background-color:white;
	border:1px solid #888;
}

ul.contacts  {
	list-style-type: none;
	margin:0px;
	padding:0px;
	text-align: left;
}
ul.contacts li.selected { background-color: skyblue; cursor: pointer; }
li.contact {
	list-style-type: none;
	display:block;
	margin:0px;
	padding:0px;
	height:40px;
}
li.contact div.nom {
	font-weight:bold;
	font-size:14px;
	line-height:1.2em;
}
