/** FEUILLE DE STYLE POUR LE RENDU DES ANNONCE EN MINIATURE **/

table#liste_annonces{
	height: auto;
}
 
 /**
 * Photos
 */
 div.annonce_miniature_photo{
 	background: url('../img/annonces/cadre_photo_mini.png') no-repeat 0 0; 	
 	width: 91px;
	height: 76px;
	padding-top: 8px;
	padding-left: 8px;
 }
 
 td.annonce_conteneur_photos{
 	width: 91px;
 }
 
 div.annonce_miniature_photo img{ 
 	width: 75px;
	height: 57px;
	overflow: hidden;
 }
 
 /**
 * Descriptif
 */
 div.annonce_miniature_descriptif{
 	width: auto;
 }
 
 
 /**
 * Balise contenant les parametres
 */
 div.annonce_miniature_descriptif span{
 	display: block;
 }
 
 /**
 * Bouton pour consulter l'annonce
 */
 a.annonce_miniature_detail{
 	width: 66px;
	height: 15px;
	margin-top: 5px;
	cursor: pointer;
	display: block;
 }