
#list_profil li{
	float		: left;
	height		: 180px;
	border		: 1px solid #999;
	margin		: 10px;
	padding		: 10px;
	list-style	: none;
	width		: 180px;
	background	: url(../interface/public/bg.list_profil.png) #fff left top no-repeat;
}

	#list_profil li a {
		display			: block;
		text-align		: center;
		margin-bottom	: 10px;
		font-weight		: bold;
	}
		#list_profil li a:hover {
			background	: url(../interface/public/bg.list_profil_edit.png) left no-repeat;
		}
	#list_profil li p {
		font-size	: 90%;
	}
#list_profil li:hover {
	background	: url(../interface/public/bg.list_profil.png) #fffddd -210px top no-repeat;
}
