﻿@charset "UTF-8";

body {
	margin: 0px;
	background-color: white;
	color: black;
}


body:after {
	content: "© Haras la Grandière - Tous droits réservés - Contact: +33 (0)2 99 52 19 83,  +33 (0)6 80 59 90 70 ";
	text-align: center;
	font-style: italic;
	font-size: 0.5em;
}


h1 {
	font-size: 16pt;
	text-decoration: underline;
}

h2 {
	font-size: 14pt;
	text-decoration: underline;
}

p {
	text-align: justify;
	font-size: 12pt;
	font-family: arial;
}

li {
	text-align: justify;
	font-size: 10pt;
	font-family: arial;
}

.new {
	color: red;
	text-decoration: underline;
}

a {
	color: black;
	text-decoration: none;
}

