
/*
la sélection de bien d'un utilisateur
affichée dans Votre compte ou dans Votre sélection (ou inscription)
*/
#selection table .image{
	width:70px;
	text-align:left;
}
#selection table .reference{
	width:80px;
}
#selection table .accroche{
	font-weight:bold;
}
#selection table .suppr{
	padding:8px;
}

/* lorsque la sélection est ouverte dans une lapframe (Votre sélection)*/
.flying_selection {
	width:890px;
}

/*
lapframe ajouter un bien
*/
#ajout-selection{
	width:450px;
}