/********CONTENUS*********/
    body {
	margin: 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0;
	color: #000000;
	font-size: 100%;
	background-color: transparent;
    }
/*Contenu de "Main"*/
#maincontent {
	font-family: "Garamond", "Trebuchet MS", "Times New Roman", serif;
	font-size: 1em;
	width: 387px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 60px;
	background-color: transparent;
}
#maincontent p{
	line-height: 1.5em;
	margin: 8px 0 12px 0;
	text-align: justify;
}

/*liens*/
#maincontent p a:link, h5 a:link {
	color: #D4595B;
	text-decoration: none;
}
#maincontent p a:hover, #footer a:active, #footer a:focus {
	text-decoration: none;
	color: #FC0;
}
#maincontent p small {
	font-variant: small-caps;
}
/*couleur*/
.D4595B {
	color: #D4595B;
	text-decoration: none;
}
/********ENTETES*******/
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 1.35em;
	letter-spacing: 0.3em;
}
h2 {
	margin: 1.5em 0 0 0;
	font-size: 1.25em;
}
h4 {
	line-height: normal;
	font-style: italic;
	text-align: center;
	font-family: "Baskerville MT", "Garamond", "Trebuchet MS", "Times New Roman", serif;
	font-weight: normal;
}
h3 {
	margin: 1.5em 0 0 0;
	font-size: 1.2em;
}
h5 {
	font-size: 14px;
	font-weight: normal;
	text-align: justify;
}

