.marqueAvis {
	clear: both;
	margin: 0 5px;
	border-top: 1px solid #CCC;
}

.marqueAvis > a {
	float: left;
	display: inline-block;
/* 	height: 100px; */
/* 	width: 100px; */
	text-align: center;
	margin: 12px 5px 5px 0;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

.marqueAvis > a img {
	margin: 0;
    width: 100px;
}

.marqueAvis > p {
	
}

.marqueAvis > p > a {
	float: right;
}

h1 + .marqueAvis {
	border: none;
}

h1 + .marqueAvis > a {
	margin-top: 0;
}