body {
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;
	background-image:url(../images/arp-haut.jpg);
	background-repeat:repeat-x;
	text-align:center;
}
table {
	font-size:1em;
	padding:0;
	margin:0;
	font-style: normal;
}
p { margin: 0; }
.p3 { margin: 3px 0; }
form { margin:0; }
.textegris { color:#999999; }
.imagecadre { border:3px solid #CCCCCC; }
.imageleft  { float:left; margin: 0 10px 10px 0; }
.imageright { float:right; margin: 0 0 10px 10px; }
/* ----- les liens */
a:link,
a:visited,
a:active {
	color: #0066CC;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #3399CC;
}
.agris:link,
.agris:visited,
.agris:active {
	color: #666666;
	text-decoration: none
}
.agris:hover {
	color: #000000;
	text-decoration: none
}
/* ----- Le menu vertical */
.menuv {
	float:none;
	margin:0;
	padding:0;
	width:90%;
}
.menuv ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
.menuv li { border-bottom:1px solid #ffffff;
	margin-bottom:0; 
	padding:0; }
.menuv strong {
	display: block;
	background-color:#3399CC;
	color: #ffffff;
	text-decoration: none;
	font-size:1em;
	font-weight:bold;
	padding: 3px 5px;
	border-bottom:1px solid #2c92c5;
	margin: 0px;
}
.menuv a:link,
.menuv a:active,
.menuv a:visited {
	display: block;
	background-color:#dbe8f4;
	color: #01608e;
	text-decoration: none;
	padding: 3px 5px;
	border-bottom:1px solid #86c2e0;
	margin: 0px;
}
.menuv a:hover {
	background-color: #0270a5;
	color: #ffffff;
	text-decoration: none;
}
/* ----- Les titres */
.titrebox {
	margin:5px 0 0 5px;
	font-size:1.1em;
	font-style:normal;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#3F5A69;
}
h1 { /* Titre des pages */
	color:#366591;
	border-bottom:1px dotted #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-weight:normal;
	font-size:1.5em;
	margin: 0 0 15px 0;
	padding: 5px 0;
}
h2 { /* Titre des sous pages */
	color:#761F40;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-style:normal;
	font-weight:bold;
	margin: 0 0 10px 0;
	padding: 0
}
h3 { /* Petits titres */
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#3F5A69;
	font-size:1em;
	font-style:normal;
	font-weight:bold;
	padding: 10px 0 5px 0;
	margin: 0;
}
h4 { /* Petits titres */
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#999999;
	font-size:1em;
	font-style:normal;
	font-weight:normal;
	margin: 0;
	padding: 0;
}