#user_create .text {
	width: 200px;
}
#user_login {
	margin-bottom: 15px;
}
#fiches h2 {
	padding: 10px 0 20px 0;
}
table.standard {
	border: 1px solid white;
	border-collapse: collapse;
}
table.standard thead tr {
	background: #3E8599 url('/images/table_thead_bg.gif') repeat-x;
}
table.standard tr {
	border: 1px solid #3E8599;
}
table.standard th {
	padding: 3px;
	color: white;
	border: 1px dashed white;
	cursor: pointer;
	cursor: hand;
}
table.standard td {
	border: 1px dashed #3E8599;
	padding: 3px;
}
#fiches #column_id {
	width: 25px;
}
#fiches #column_titre {
	width: 269px;
}
#fiches #column_departement {
	width: 100px;
}
#fiches #column_pays {
	width: 100px;
}
#fiches #column_ville {
	width: 122px;
}
#fiches #column_actions {
	width: 22px;
}
#fiches .edit,
#fiches .delete {
	display: block;
	float: left;
	text-indent: -200px;
	overflow: hidden;
	width: 10px;
	height: 10px;
}
#fiches .edit {
	background: url('/images/edit.png') no-repeat;
	padding-right: 2px;
}
#fiches .delete {
	background: url('/images/delete.png') no-repeat;
}
