body {
	color:#666666;
	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: 2.5em;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style: normal;
	color: #e42e10;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	border-bottom:#CCCCCC 1px dotted;
	width:30%;
}
h2 {
	font-size: 1.1em;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style: normal;
	color: #333333;
	margin: 0px;
	padding: 0px 0px 3px 0px;
}

.puceorange {
	background-image:url(../images/puce.gif);
	background-repeat:no-repeat;
	margin-left:15px;
	padding-left:20px;
}

/* ------------- LES LIENS HYPERTEXTE ------------------------ */

a:link,
a:visited,
a:active {
	color: #D98055;
	text-decoration: underline;
}
a:hover {
	color: #CD331D;
	text-decoration: underline;
}
.arouge:link,
.arouge:visited,
.arouge:active {
	color: #cc0000;
	text-decoration: none;
}
.arouge:hover {
	text-decoration: underline;
}
.agris:link,
.agris:visited,
.agris:active {
	color: #666666;
	text-decoration: none;
}
.agris:hover {
	color: #cc0000;
	text-decoration: underline;
}

/* ------------- LE MENU ------------------------ */

.menugauche {
	float:left;
	position:relative;
	left:0px;
	top: 10px;
	padding: 0px;
	margin: 0px;
	width:100%;
}
.menugauche ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
.menugauche li { border-bottom: 1px solid #ffffff; }
.menugauche a:link,
.menugauche a:active,
.menugauche a:visited {
	display: block;
	color: #944612;
	text-decoration: none;
	padding: 6px 0 6px 5px;
	border-bottom:#fff2d4 dotted 1px;
}
.menugauche a:hover {
	text-decoration: none;
	background-color:#fff2d4;
	font-weight:bold
}
/* ---------------------- IMAGES ----------------------------- */
.imagecadree {
	border: #eaeaea 3px solid; 
}

