@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	outline: none;
}
body {
	color: #444;
	font-family: 'Anaheim', sans-serif;
	letter-spacing: 0.17em;
	line-height: 1.80em;
	font-size: 1em;
	word-spacing: 0.1em;
}
#main_frame {
	width: 1400px;
	position: relative;
	margin: 0 auto;
}
#main_frame .ptspace {
	margin-bottom: 1em;
}
#pict_frame {
	position: absolute;
	top: 143px;
	left: 500px;
	-moz-user-select: none; /* Firefox */
	-webkit-user-select: none; /* Chrome, Safari, Opéra depuis la version 15 */
	-ms-user-select: none; /* Internet explorer depuis la version 10 et Edge */
	user-select: none; /* Propriété standard */
}
#text_frame {
	position: relative;
	float: left;
	top: 132px;
	width: 450px;
}
#text_frame p, address {
	text-align: justify;
	margin-bottom: 2em;
	margin-left: 50px;
	margin-right: 0px;
	padding: 0;
	color: #000;
}
p {
	text-align: center;
}
/*test styles des légendes*/
.leg_norm {
	font-weight: normal;
	padding: 2px 0 12px 0;
}
.leg_noire {
	color: #ccc;
	font-weight: normal;
	background-color: #000;
	padding: 0 0 0 10px;
}
.leg_grande {
	color: #000;
	padding: 10px 0 100px 0;
	text-align: center;
}
.leg_tresgrande {
	color: #000;
	padding: 10px 0 320px 0;
	text-align: center;
}
/*fin teststyles des légendes*/


#header {
	width: 400px;
	height: 70px;
	position: fixed;
	top: 0px;
	color: #000;
	font-size: 1.1em;
	margin-left: 50px;
	background-color: #FFF;
	opacity: 70;
	z-index: 2;
}
#header p {
	text-align: left;
	padding-top: 1em;
		font-weight: bold;

}
hr {
	background-color:  /*--|||COULEUR|||--*/ #ccc;
	height: 1px;
	border: 0px;
	margin: 0px 100px 8px 100px;
	clear: both;
}
.up {
	display: block;
	text-align: right;
	margin-top: -1.8em;
}
h1 {
	position: relative;
	font-size: 2.5em;
	line-height: 1.3em;
	margin-top: 0px;
	margin-bottom: 1em;
	margin-left: 50px;
	text-align: left;
}
h2 {
	font-size: 1.7em;
	margin-top: 15px;
	margin-bottom: 10px;
}
h3 {
	display: block;
	top: 105px;
	left: 15px;
	text-decoration: none;
	width: 180px;
	text-align: right;
	font-size: 0.65em;
	line-height: 2em;
}
h4 {
	font-size: 2em;
	margin-top: 60px;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
}
a:link, a:visited, a:hover, a:active {
	color: #444;
	text-decoration : none;
	padding : 0 0 0 0;
}
a:hover {
	color: #aa3d3d;
	text-decoration : none;
	padding : 0 0 0 0;
}
a.header:link, a.header:visited, a.header:hover, a.header:active {
	color: #444;
	text-decoration : none;
	padding : 2px 0 0 0;
	border-top : 1px solid;
}
a.header:hover {
	color: #aa3d3d;
	text-decoration : none;
	padding : 2px 0 0 0;
	border-top : 1px solid;
	font-weight: bold;
}
.espacebas {
	margin-bottom: 50px;
	text-align: center;
}
.hautpage {
	text-align: right;
}
.clear {
	clear: both;
}
.bord_noir {
	border-bottom: 8px solid #000;
}
.test_bord {
	border: 1px solid #000;
}




/*------------------------------------LIGHT_BOX-----------------------------------------*/

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
/*bordure de la croix de fermeture ?*/
#lightbox a img {
	background: url(../../js/images/closelabel.gif) no-repeat; /* Trick IE into showing hover */
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color:/*--|||COULEUR|||--*/ #fff;
	width: 1000px;
	height: 1000px;
	margin: -80px auto;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(../js/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(../js/images/prev.gif) left 0% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(../js/images/next.gif) right 0% no-repeat;
}
#imageDataContainer {
	background-color:/*--|||COULEUR|||--*/ #fff;
	margin: auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}
#imageData {
	padding: 5px;
	color: /*--|||COULEUR|||--*/ #444;
}
#imageData #imageDetails {
	width: 100%;
	float: left;
	text-align: center;
}
#imageData #caption {
	font-weight: normal;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	color: /*--|||COULEUR|||--*/ #444;
}
#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.5em;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color:/*--|||COULEUR|||--*/ #fff;
}
