body {
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;
	text-align:center;
}
table {
	font-size:1em;
	padding:0;
	margin:0;
	font-style: normal;
}
p { margin: 0px; }
.ptableau { margin:0 15px; }
/* ----- les liens */
a:link,
a:visited,
a:active {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #ff3300;
	text-decoration: none;
}
/* ----- Les titres */
h1 { /* Titre des articles */
	color:#366591;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-weight:normal;
	font-size:1.5em;
	margin: 5px 0;
	padding: 0
}
h2 { /* Titre des sous rubriques */
	color:#336699;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-style:normal;
	margin: 0;
	padding: 0
}
h5 { /* Grands titres du centre */
	color:#cc0000;
	font-size:1em;
	font-style:normal;
	text-transform:uppercase;
	padding: 7px 0 12px 0;
	margin: 0;
	background-image:url(../images/arp-titre.jpg);
	background-repeat:no-repeat;
}
h6 { /* Grands titres du gauche */
	color:#213142;
	font-size:1em;
	font-style:normal;
	text-transform:uppercase;
	padding: 7px 0 12px 0;
	margin: 0;
	background-image:url(../images/arp-titre-grand.jpg);
	background-repeat:no-repeat;
}

