/* Page Outils */
.p_titre_partie {
	font-size: x-large; 
	font-variant: small-caps; 
	font-style: italic;
	margin-bottom: 0.25em;
	margin-top: 3em;
}
.a_titre_partie {
	text-decoration: none; 
	font-weight: bold;
}


/* Partie Newsletter */
caption {
	font-variant: small-caps;
	font-style: italic;
}

.table_newsletter_confirmation {
	text-align: center; 
	border: 1px dashed lightblue;
	margin: auto;
}

.table_newsletter_negatif {
	text-align: center; 
	border: 1px dashed red;
	margin: auto;
}