ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* Autocompletion */
.update{
	position:absolute;
	width:250px;
	background-color: #FFE2C6;
	border:1px solid #888;
	margin:0px;
	padding:0px;
	z-index: 100;
}

ul.villes{
	list-style-type: none;
	margin:0px;
	padding:0px;
	text-align: left;
}

ul.villes li.selected 
{
	background-color: #FFE2C6; 
	cursor: pointer;
}

li.ville {
	list-style-type: none;
	display:block;
	margin:0;
	padding:2px;
	height:32px;
}
li.ville div.image {
	float:left;
	width:32px;
	height:32px;
	margin-right:8px;
}

#p1
{color:#FF0000; font-weight:bolder;}


#contact
{
	color: #FFFFCC;
	background-image: url(../fond/noir.png);
	overflow: hidden;
	width: 92%;
	margin: 4% 4% 0 4%;
	border: 1px solid white;
}

div.organisateur, div.evenement, div.haut, div.bas
{
	font-family: font-family:"trebuchet ms",sans-serif;
	font-size: 1.1em;
	border: 1px solid black;
	padding:5px;
	margin: 5px;
	float:left;
}
	
div.organisateur
{
	background-image: url(../fond/rose.png);
	width: 40%;
	color: black;
	margin-left:2%;
}

div.evenement
{ background-image: url(../fond/creme.png); width: 51%; color: black;}

div.haut img{
border:0; position:absolute; top:175px; left: 690px;
}
div.haut
{ background-image: url(../fond/orange.png); width: 94%; color: #993300; margin-left:2%;}

div.bas
{ background-image: url(../fond/bleu.png); width: 94%; text-align:center; color: #996600; margin-left:2%;}

input{
background-color: #FFE2C6;
border:1px solid black;
}

input.form {
border:1px solid black;
background-color: #FFE2C6;
font-family:"trebuchet ms",sans-serif;
font-size: 1em;
color: black;
padding: 0 2% 0 2%;
margin: 0%;
position:relative;
}

input.bouton {
border:3px outset #FFCC99;
background-color: #FFCC66;
font-weight:bold;
cursor:pointer;
font-size: 11px;
}
input.bouton:hover {
border:3px outset white;
background-color: red;
color:white;
}
input.bouton:active {
border:3px inset red;
background-color:red;
color:white;
} 

select, option, textarea {
font-family:"trebuchet ms",sans-serif;
font-size: 1em;
background-color: #FFE2C6;
margin: 0 ;
padding:0;
}

textarea {
border:1px solid black;

}

.aj_client {
	width:60%;
	font-size: 13px;
	font-weight:bold;
	color: #4694ae;
	background:#c5cdd0;
	border: 1px solid black;
	margin: 2% 18% 2% 18%;
	padding: 2%;
}
