body {
	color:#333333;
	font-family: Tahoma, arial, Helvetica, sans-serif;
	font-size:10pt;
	margin: 0;
	padding: 0;
	background-image: url(images/arp-haut.jpg);
	background-repeat:repeat-x;
}
p { margin: 0px; }
h1 {
	font-size: 1.3em;
	text-decoration: none;
	font-style: normal;
	color: #1b5193;
	margin: 0px;
	padding: 0;
	font-weight: bold;
}
h2 {
	font-size: 1.1em;
	text-decoration: none;
	font-style: normal;
	color: #b2440b;
	margin: 0px;
	padding: 0;
	font-weight: bold;
}

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

a:link,
a:visited,
a:active {
	color: #336699;
	text-decoration: underline
}
a:hover {
	color: #d47d30;
	text-decoration: underline
}
.ableu:link,
.ableu:visited,
.ableu:active {
	color: #cc0000;
	text-decoration: underline
}
.ableu:hover {
	color: #ff0000;
	text-decoration: underline
}
.ablanc:link,
.ablanc:visited,
.ablanc:active {
	color: #ffffff;
	text-decoration: underline
}
.ablanc:hover {
	color: #97b6c9;
	text-decoration: underline
}
/* ------------- LE MENU ------------------------ */

.menubleu {
	float:left;
	position:relative;
	left:20px;
	top: 10px;
	padding: 0px;
	margin: 0px;
	width:170px;
}
.menubleu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
.menubleu li { border-bottom: 1px solid #ffffff; }
.menubleu a:link,
.menubleu a:active,
.menubleu a:visited {
	display: block;
	background-color: #1b5193;
	color: #ffffff;
	text-decoration: none;
	padding: 6px 0 6px 5px;
	font-weight:bold
}
.menubleu a:hover {
	background-color: #3c7e42;
	color: #ffffff;
	text-decoration: none;
}
/* ------------- 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;
}
