.moduletable_slider_annonces {
	margin: auto;
}

.annonce {
    float: left;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 45px;
    
}

.annonce img {
    display: block;
    /*height: 113px;*/
    width: 100%;
}

.annonce a {
    text-decoration: none;
    display: block;
    height: 100%;
    width: 100%;
    color: #000;
}

.annonce a:hover {
    background: none;
}

.annonce .description {
	display: block;
	padding: 5px 0px;
	text-align: center;
	width: 100%;
}

.annonce .prix {
    display: inline;
    font-weight: bold;
    width: 100%;
}