@charset "utf-8";
/* CSS Document */
body {
	background-color: #51061d;
	margin-top: 0px;
}
a:link {
	color: #f78bb0;
}
a:visited {
	color: #ef0049;
}
a:hover {
	color: #f78bb0;
}
a:active {
	color: #fc3572;

}
.Contenu {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #e9799e;
}
.End {
	background-color: #51061d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e9799e;
	
}




