@charset "utf-8";
/* CSS Document */
.newsletter {
	display:block;
	float:left;
	margin-bottom:32px;
	width:320px;
}

.newsletter .vignette {
	float:left;
	margin-right:10px;
}

.newsletter h2 {
	font-size:12px;
	color:#5e157d;
	margin-bottom:10px;
}
.newsletter h2 a { color:#953e67;}

.newsletter a.pdf {
	color:#5e157d;
	background-image:url(../medias/picto-pdf.gif);
	background-position: 0px top;
	background-repeat: no-repeat;
	padding-left:20px;
	font-size:11px;
	text-decoration:underline;
	display:block;
	margin:10px 0 0 0;
}
