.conteneur-informations-dernier-numero
{
	text-align: center;
	width: 70%;
	margin: 0 auto;
}
.conteneur-informations-dernier-numero .conteneur-couverture
{
	display: block;
	text-align: center;
	height: 180px;
}
.conteneur-informations-dernier-numero .informations-numero
{
	text-align: left;
	display: inline-block;
	vertical-align: top;
}
.conteneur-informations-dernier-numero .parution-numero
{
	text-align: left;
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
}
.conteneur-dernier-ours
{
	text-align: center;
	width: 70%;
	margin: 3px auto 0;
	font-size: 0.9em;
}
.conteneur-dernier-ours a
{
	text-decoration: none;
	color: #515151;
}
.conteneur-dernier-ours a:hover
{
	color: blue;
	text-decoration: underline;
	font-style: normal;
}
.conteneur-dernier-ours img
{
	vertical-align: bottom;
}
.conteneur-powered
{
	text-align: center;
	width: 70%;
	margin: 5px auto 0;
	color: #515151;
	font-size: 0.8em;
}
.conteneur-powered a
{
	text-decoration: none;
	color: #515151;
	font-style: italic;
}
.conteneur-powered a:hover
{
	color: blue;
	text-decoration: underline;
	font-style: normal;
}

