body {
	color:#333333;
	font-family: Tahoma, 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-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	text-decoration: none;
	font-style: normal;
	color: #307312;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	border-bottom:#CCCCCC 3px dotted;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	text-decoration: none;
	font-style: normal;
	color: #b2440b;
	margin: 0px;
	padding: 0px 0px 3px 0px;
	font-weight: bold;
	border-bottom:#DDDDDD dotted 2px;
}
h4 {
	font-size: 1em;
	margin:0px;
	font-weight:bold
}
/* ------------- LES LIENS HYPERTEXTE ------------------------ */

a:link,
a:visited,
a:active {
	color: #006600;
	text-decoration: underline
}
a:hover {
	color: #d47d30;
	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 3px;
	border-bottom:#fff2d4 dotted 1px;
}
.menugauche a:hover {
	text-decoration: none;
	background-color:#fff2d4;
	font-weight:normal
}
/* ------------- GALERIE PHOTO ------------------------ */

#min {
	position:relative;
	float:none;
	clear:both;
	width:525px;
}
#min img,
#large img {
	margin: 0px 10px 10px 0px;
	border:#333333 solid 1px;
}
#large {
	position: relative;
	float:none;
	clear: none;
	top:10px;
	height:410px;
	width:550px;
}
/* ---------------------- IMAGES ----------------------------- */
.imagecadree {
	border: #eaeaea 3px solid; 
}
.imagedroite {
	margin:0px 0px 10px 10px;
	float:right;
}
.imagegauche {
	margin:0px 10px 10px 0px;
	float:left;
}