@charset "utf-8";
body {
	background-color: #452D3D;
}.mini-titres {
	color: #452D3D;
	font-size: 24px;
}
.texte-contenu {
	font-size: 14px;
}
a:link {
	color: #594B13;
	font-size: 14px;
    text-decoration: none;
}
a:visited {
	font-size: 14px;
	color: #594B13;
   text-decoration: none;
}
a:hover {
	font-size: 14px;
	color: #332B0B;
	text-decoration: none;
}
a:active {
	font-size: 14px;
	color: #594B13;
	text-decoration: none;
}
