@charset "utf-8";
/* CSS Document */
/*----------------------------------------------------------------------------------------------*/
/*                   © Phil EDENGARDEN, Graphic & Web Design, Belgium                           */
/*                           E-MAIL: philedengarden@gmail.com                                   */
/*----------------------------------------------------------------------------------------------*/
*{
	margin: 0;
	padding: 0}
body {
	background: #e7e7e7;
	color: #4b4b4b;
	font-family: arial, sans-serif;
	line-height: 24px;
	font-size: 12px/14px}	
h1 {
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-align: center;
	color: #4f4f4f;
	font-weight: 600;
	font-size: 142%;			
	letter-spacing: .11em;
	background-color: #ffffff;	
	border: 2px solid #a5a5a5;
	padding: 12px 2%;
	margin: 0 24px 16px 24px}
h2 {
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-align: left;
	color: #4c4c4c;
	font-weight: 400;
	font-size: 112%;			
	letter-spacing: .06em;
	padding:2px 4px;
	margin: 0 5% 15px 5%;
	border-bottom: 1px solid #a5a5a5}
h3 {
	font-size: 1em;
	margin:0;
	padding: 4px;
	background: #e7e7e7}
strong {
	font-weight: 400;
	color: #999999;
	font-size: 110%}
img,
a,
a:link, 
a:visited {
	border: none;
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: inherit}
em {
	font-size: .9em;
	letter-spacing:.1em}
/********************************** wrapper *****************************************/
#wrapper {
	width: 900px;		
	height: auto;
	min-height: 600px;
	background-color:#ffffff}
.copyright h3 {
	color: #F8F8F8;
	padding-left: 0;
	margin-left: 0}
#wrapper .copyright ul li{
	list-style: inside}
.copyright p {
	text-align: left;
	width: 99%}	
/************************************* content **************************************/
#content {
	width: 100%;	
	margin: auto;
	padding-top:18px;
	padding-bottom: 40px;
	height :auto;
	min-height: 600px;
	border-left: #d3d3d3 1px solid;
	border-right: #d3d3d3 1px solid;
	z-index: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";	
	filter: Alpha(opacity=99);
	opacity: 0.99}
#content .exhibi {
	position: relative;
	width: 900px;
	height: auto}
#content .exhibi ul {
	display:block;
	list-style: none;}
#content .exhibi ul li {
	position: relative;
    display: inline-block;
	width: 180px;
	height: 255px;
	margin: 5px 5px 5px 5px;
	overflow:hidden;
	border:4px solid #fcfcfc}
#content .exhibi ul li img {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;		
	-ms-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out}	  		  
#content .exhibi ul li img:hover, 
#content .exhibi ul li img:focus {
	background-color: white;		
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";	
	filter: Alpha(opacity=40);
	opacity: 0.4}
#content .exhibi h2 {
	position: relative;
	text-align:center;
	font-size: 16px;
	margin-top:12px;
	padding: 4px 0 6px 0;
	width: auto }
#content .text {
	position: relative;
	background-color: transparent;
	color: #4f4f4f;
	text-align: justify;
	width: 800px;
	height: auto;
	line-height: 22px;
	letter-spacing:.1em;
	padding: 0 16px}	
#content .text p {
	padding-bottom: 8px}
ol.text {
	max-width: 750px;
	margin:-30px;
	padding:0}
/************************************* footer ***************************************/
#footer {
	background-color: #fdfdfd;
	border-top: #d3d3d3 4px solid;
	position: fixed;
	bottom: 0;
	width: 100%;
	min-width: 900px;
	height: 70px;
	z-index: 100}
#footer ul {
	list-style-type: none;
	float: right;
	overflow: hidden;
	margin: 9px 12px 9px 5px}
#footer ul li {
	display: inline-block;
	background: transparent;
	width: auto;
	height: 32px;
	padding: 14px 7px;
	white-space:nowrap;}
#footer ul li a,
#footer ul li a:link, 
#footer ul li a:visited { 
	text-decoration: none;
	font-variant:small-caps;
	font-style:italic}
#footer ul li a.nav,
#footer ul li a:link.nav, 
#footer ul li a:visited.nav {
	display: inline-block;
	color: #333333;
	font-size: 12px;
	font-weight: 600;
	margin-right: 2%;
	text-decoration: none;
	-webkit-transition: ease-in color 0.2s;
	-moz-transition: ease-in color 0.2s;
	-ms-transition: ease-in color 0.2s;
	-o-transition: ease-in color 0.2s;	
	transition: ease-in color 0.2s}
#footer ul li a.nav:hover,
#footer ul li a:link.nav:active, 
#footer ul li a:visited.nav:focus {
	color: #b0b0b0}
#footer p {
	float:right; 
	color:#777777; 
	font-weight: 600; 
	margin-top:22px; 
	margin-right:25px; 
	font-size:16px;}
#footer a.link {
	color: #000000; 
	font-weight: 600; 
	font-size:16px;}
/******************************** General settings **********************************/
.clear {
	clear: both}
.logo {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index : 1000}
.enluminure {
	color: #5855e8;
	font-weight: bold;
	font-size: 170%}
address a,
address a:link {
	color: black;
	padding:6px }
.link {
	text-decoration: underline;
	font-size: 110%}
p.finder {
	padding:0;
	margin:0}
a.finder {
	padding-top:60px}