body {
	color:#666666;
	font-family: arial, Helvetica;
	font-size:9pt;
	FONT-STYLE: normal;
	FONT-WEIGHT: normal;
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;
	background-image: url(../images/arp.jpg);
	background-repeat:repeat-x;
}
table {
	font-size:1em;
	padding:0
}
input,
textarea,
select {
	border:1px solid #999999;
	font-family: arial, helvetica;
	font-size:1em;
}
p { margin: 0px; }
.imgdroite {
	float:right;
	border:#CCCCCC solid 5px;
	margin: 0 0 10px 10px;
}
.imgdroitepetitcadre {
	float:right;
	border:#cccccc solid 2px;
	margin: 0 0 10px 10px;
}
.imgpetitcadre {
	border:#cccccc solid 3px;
	margin: 0;
}
/* ---- Les liens ---- */
a:link,
a:visited,
a:active {
	color: #000000;
	text-decoration: underline
}
a:hover {
	color: #e43e24;
	text-decoration: underline
}
a:hover img {
	border-color:#e43e24;
}
/* ---- Le conteneur du centre ---- */
#centre {
	margin:0 77px;
	padding:0;
}
/* ---- Le header1 ---- */
#header1 {
	height:138px;
	background-image:url(../images/arp-header1.jpg);
}
/* ---- Le header2 ---- */
#header2 {
	height:53px;
	background-image:url(../images/arp-header2.jpg);
	text-align:right;
	color:#999999;
	font-size:0.9em;
}
#header2 .pfirst { padding: 10px 15px 0px 0px; }
#header2 a:link,
#header2 a:visited,
#header2 a:active {
	color: #cccccc;
	text-decoration: none
}
#header2 a:hover {
	color: #ffffff;
	text-decoration: underline
}
/* ---- Le site ---- */
#site {
	padding:20px;
	margin:0;
	background-color:#FFFFFF;
	background-image:url(../images/arp-site.jpg);
	background-repeat:repeat-x;
}
/* ---- Le footer1 ---- */
#footer1 {
	height:83px;
	background-image:url(../images/arp-footer1.jpg);
	background-repeat:repeat-x;
	text-align:center;
	color:#535d51;
}
#footer1 .pfirst { padding: 30px 0px 0px 0px; }
/* ---- Le footer2 ---- */
#footer2 {
	height:53px;
	background-image:url(../images/arp-footer2.jpg);
}
/* ---- Le Menu ---- */
#menu {
	position:relative;
	float:left;
	margin:0;
	padding:0;
	width:167px;
}
#menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
#menu li { margin-bottom:2px; }
#menu a:link,
#menu a:active,
#menu a:visited {
	display: block;
	background-color:#ffffff;
	color: #848a83;
	text-decoration: none;
	font-size:1.2em;
	padding: 5px 8px;
	border:1px solid #dadada;
}
#menu a:hover {
	background-color: #eeeeee;
	color: #e43e24;
	text-decoration: none;
	border:1px solid #e43e24;
}
/* ---- Les titres ---- */
h1 {
	font-size:1.5em;
	text-decoration: none;
	font-style: normal;
	color: #cb0047;
	margin: 0px;
	padding: 0;
	border-bottom:#cb0047 dotted 1px;
	padding-bottom:6px;
}
h2 {
	font-size:1.3em;
	text-decoration: none;
	font-style: normal;
	color: #e91796;
	margin: 5px 0px;
	padding: 0;
	font-weight: bold;
}
h3 { /* Le petit titre vert */
	font-size:1em;
	text-decoration: none;
	font-style: normal;
	margin: 0px 0px 10px 0px;
	padding: 0;
	color:#236a01;
	border-bottom:#236a01 dotted 1px;
}
h4 { /* Le petit titre orange */
	font-size:1em;
	text-decoration: none;
	font-style: normal;
	color: #e91796;
	margin: 0px 0px 5px 0px;
	padding: 0;
	font-weight: bold;
}
h5 { /* Le petit titre noir */
	font-size:1em;
	text-decoration: none;
	font-style: normal;
	color: #000000;
	margin: 0px 0px 5px 0px;
	padding: 0;
	font-weight: bold;
	border-bottom:#000000 dotted 1px;
}
/* ---- La navigation par page ---- */
#boitenav {
	width: 100%;
 	float:left;
	margin:0;
	padding:0;
}
#boitenav strong {
	color: #ffffff;
	padding: 3px;
	margin: 0 5px 0 0;
	border:1px solid #848a83;
	background-color:#848a83;
}
#boitenav a:link,
#boitenav a:active,
#boitenav a:visited {
	background-color:#ffffff;
	padding: 3px;
	margin: 0 5px 0 0;
	border:1px solid #848a83;
	color: #848a83;
	text-decoration: none;
}
#boitenav a:hover {
	background-color: #eeeeee;
	color: #e43e24;
	border:1px solid #e43e24;
}
#boitenav p {
	margin-top: 8px; 
}