@charset "UTF-8";

/***************************** Début recherche médiathèque *******************************/

/* ------ Affiches -------- */

.listeAffiches {
	display: block;
	vertical-align: top;
	font-size: 0;
	margin:58px -18px 0 -18px;
	text-align: left;
}

.listeAffiches > li {
	display: inline-block;
	vertical-align: top;
	margin:0 17.5px 35px 17.5px;
}

.listeAffiches > li > a > img {
	width:154px;
	background: #aaa;
	border: 1px solid #787f86;
}


/***************************** Fin recherche médiathèque *******************************/

