.accueil{
	background-color: #CBCBCB;
	text-decoration:none;
}
select {
	font-size:12px;
	font-family:verdana;
	width:248px;
}
table.form_ajout {
	background-color:#E8F7FF;
	border-color:#72A3FC;
	border-collapse:collapse;
	border-top-width:2px;
	border-left-width:2px;
	border-bottom-width:2px;
	border-right-width:2px;
}

table.form_ajout tr {
	height:25px;
}

/*///////////////////////////////////////////////////*/
/*//////////   Style pour le code postal   //////////*/
/*///////////////////////////////////////////////////*/
#ville_update {
	border: 1px solid #999;
	background: #f0f0f0;
}
#ville_update ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#ville_update a {
	display: block;
	padding: .2em .3em;
	text-decoration: none;
	color: #333;
}
.selected {
	background:#CEEB07;
}
