body {
	color:#222222;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	margin: 0;
	padding: 0;
	background-image: url(images/arp.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
}
p { margin: 0px; }
h1 {
	font-size: 1.5em;
	text-decoration: none;
	font-style: normal;
	color: #0078B9;
	margin: 0px;
	padding: 10px 0px 5px 0px;
	border-bottom:#CCCCCC 1px dashed;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 1.2em;
	text-decoration: none;
	font-style: normal;
	color: #AE322F;
	margin: 0px;
	padding: 0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 1em;
	font-weight:bold;
	color:#000000;
	margin:0px;
}
/* ------------- LES LIENS HYPERTEXTE ------------------------ */

a:link,
a:visited,
a:active {
	color: #0066CC;
	text-decoration: underline
}
a:hover {
	color: #CC9900;
	text-decoration: underline
}
/* ------------- LE MENU ------------------------ */

.menugauche {
/*	float:left;
	position:relative;
	left:0px;
	top: 10px;
*/	padding: 0px;
	margin: 0px;
	width: 150px;
}
.menugauche ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
.menugauche li { border-bottom:2px solid #FFFFFF }
.menugauche a:link,
.menugauche a:active,
.menugauche a:visited {
	display: block;
	width: 150px;
	background-color:#0167ae;
	color: #ffffff;
	text-decoration: none;
	padding: 3px 0 3px 5px;
}
.menugauche a:hover {
	background-color: #0089cc;
	color: #ffffff;
	text-decoration: none;
}
/* ---------------------- IMAGES ----------------------------- */
.imagecadree { border:#e1cfb3 solid 5px; }
.imagedroite { margin:0px 0px 10px 10px; }
.imagegauche { margin:0px 10px 10px 0px; }
/* ---------------------- FOOTER ----------------------------- */
.footer {
	margin-right:20px;
	color:#999999
}
.footer a:link,
.footer a:visited,
.footer a:active {
	color: #cccccc;
	text-decoration: underline
}
.footer a:hover {
	color: #ffffff;
	text-decoration: underline
}
