@charset "utf-8";
/* CSS Document */
/*----------------------------------------------------------------------------------------------*/
/*                   © Petit Christ, Graphic & Web Design, Belgium                              */
/*                   E-MAIL: restauration.spirituelle@gmail.com                                 */
/*----------------------------------------------------------------------------------------------*/
*{
	margin: 0;
	padding: 0}
body {
	background: #0C0B0A /*url(../img/s.gif) repeat*/;
	color: #F8F8F8;
	font-family: arial, sans-serif;
	line-height: 24px;
	font-size: 14px/16px}
h1, h2, h3, h4, h5, h6 {	
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif}
h1 {
	text-align: center;
	color: #DDD;
	font-weight: 600;
	font-size: 140%;			
	letter-spacing: .2em;
	background-color: #342E2D;	
	border: #342E2D 3px solid;
	-webkit-box-shadow: 0px 2px 2px #000000;
	-moz-box-shadow: 0px 2px 2px #000000;
	-ms-box-shadow: 0px 2px 2px #000000;
	-o-box-shadow: 0px 2px 2px #000000;
	box-shadow: 0px 2px 2px #000000;
	padding: 16px 2%;
	margin: 0 .5%}
h2 {
	text-align: center;
	color: #DDD;
	font-weight: 400;			
	letter-spacing: .2em;	
	background-color: #444444;	
	-webkit-box-shadow: 0px 2px 2px #191919;
	-moz-box-shadow: 0px 2px 2px #191919;
	-ms-box-shadow: 0px 2px 2px #191919;
	-o-box-shadow: 0px 2px 2px #191919;
	box-shadow: 0px 2px 2px #191919;
	padding: 2%;
	margin: .5%;
	margin-bottom: 1%}
h3 {
	color: #0A0A0A;
	font-weight: bold;			
	letter-spacing: .1em;	
	border-bottom: #342E2D 2px solid;
	padding: 0% 1% 2% 1%;
	margin: 1%}
h4 {
	text-align: center;
	color: #DDD;
	font-weight: 600;
	font-size: 140%;			
	letter-spacing: .2em;
	background-color: #342E2D;	
	border: #DBDBDB 3px solid;
	padding: 2%;
	margin: 0% .5% 2% .5%;
	}
h5 {
	color: #E4E4E4;
	font-weight: bold;
	font-size: 120%;			
	letter-spacing: .3em;
	background-color: #191919;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	padding: 1%;
	margin-bottom: 2%;
	text-align: center}
h6 {
	color: #0A0A0A;
	font-weight: bold;
	font-size: 145%;			
	letter-spacing: .1em;
	line-height: 120%}
strong {
	font-weight: 600;
	color: #342E2D;
	font-size: 110%}
em {
	color: #FB683B}
img {
	border:none}
/********************************** wrapper *****************************************/
#wrapper{
	width: 1000px;		
	height: auto;
	min-height: 600px;
	background-color: #595959}
.copyright h3 {
	color: #F8F8F8;
	padding-left: 0;
	margin-left: 0}
#wrapper .copyright ul li{
	list-style: inside}
.copyright p {
	text-align: left;
	width: 99%}	
/********************************** navigation **************************************/
#navigation {
	position: fixed;
	width: 100%;
	min-width: 700px;
	white-space: nowrap;
	height: 65px;
	z-index: 100;
	background-color: #342E2D;
	border-bottom: #030303 solid 2px;
	-webkit-box-shadow: 0px 2px 10px #000000;
	-moz-box-shadow: 0px 2px 10px #000000;
	-ms-box-shadow: 0px 2px 10px #000000;
	-o-box-shadow: 0px 2px 10px #000000;
	box-shadow: 0px 2px 10px #000000;
	text-align: center;
	margin: auto}	
#navigation ul {
	margin: auto;
	font-variant: small-caps;
	font-size: 130%;
	letter-spacing:.1em;
	font-weight: 600;	
	list-style-type: none}
#navigation ul li {	
	display: inline-block;
	width: 120px;
	padding: 22px 16px}
#navigation ul li a, 
#navigation ul li a:link, 
#navigation ul li a:visited {
	display: block;
	color: #888; 
	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}
#navigation ul li a:hover, 
#navigation ul li a:active, 
#navigation ul li a:focus {
	color: #FDFDFD}   
#navigation .active {
	display: inline-block;
	color: #FDFDFD}
/************************************* content **************************************/
#content {
	width: 100%;	
	margin: auto;
	padding-top: 69px;
	padding-bottom: 40px;
	height :auto;
	min-height: 600px;
	-webkit-box-shadow: 0px 0px 12px #000000;
	-moz-box-shadow: 0px 0px 12px #000000;
	-ms-box-shadow: 0px 0px 12px #000000;
	-o-box-shadow: 0px 0px 12px #000000;
	box-shadow: 0px 0px 12px #000000;
	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;
	margin-top: 16px}
#content .exhibi ul li {
	position: relative;
    display: inline-block;
	width: 200px;
	height: 200px;
	margin:10px 5px 6px 5px;
	overflow:hidden;
	border:5px solid #DDD}	
#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 .ouverture {
	position: relative;
	width: 900px;
	height: 150px;
	overflow: hidden;
	border-bottom: solid #ddd 4px}
#content .ouverture img {
	width: 100%;
	height: 100%;
	border: none}		
#content .ouverture .ouverture_g,
#content .ouverture .ouverture_d {
	position: absolute;
	width: 50%;
	height: 100%}
#content .ouverture .ouverture_g {
	left: 0;
	-webkit-transition: left 0.6s;
	-moz-transition: left 0.6s;			
	-ms-transition: left 0.6s;
	-o-transition: left 0.6s;
	transition: left 0.6s}
#content .ouverture .ouverture_d{
	right: 0;
	-webkit-transition: right 0.6s;
	-moz-transition: right 0.6s;		
	-ms-transition: right 0.6s;
	-o-transition: right 0.6s;
	transition: right 0.6s}
#content .ouverture:hover .ouverture_g,
#content .ouverture:focus .ouverture_g {
	left: -50%}
#content .ouverture:hover .ouverture_d,
#content .ouverture:focus .ouverture_d  {
	right: -50%}
#content .boxone {
	float: left;
	display: inline-block;
	background-color: #F8F8F8;
	color: #000000;
	text-align: left;
	width: 300px;
	height: auto;
	min-height: 280px;
	padding: 3%;
	margin: 22px 4%;
	border: #FFFFFF solid 4px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 2px 5px 12px #000000;	
	-webkit-box-shadow: inset 0px 5px 12px #000000;
	-moz-box-shadow: inset 0px 5px 12px #000000;
	-ms-box-shadow: inset 0px 5px 12px #000000;
	-o-box-shadow: inset 0px 5px 12px #000000;
	box-shadow: inset 0px 5px 12px #000000;
	}
#content .package {
	position: relative;
	background-color: transparent;
	color: #DDD;
	text-align: left;
	width: 900px;
	height: auto;
	padding-right: 4%;
	padding-bottom: 100px;
	padding-left: 4%; 
	}
.autoportrait {
	float:right; 
	margin:1% 1% 2% 3%;	
	border:#FBFBFB solid 3px; 
	-webkit-border-radius: 16px; 
	-moz-border-radius: 16px; 
	-ms-border-radius: 16px; 
	-o-border-radius: 16px; 
	border-radius: 16px}
/************************************* footer ***************************************/
#footer {
	background: #342E2D url(../img/log.png) bottom left no-repeat;
	position: fixed;
	bottom: 0;
	width: 100%;
	min-width: 1000px;
	height: 37px;
	z-index: 100;
	border-top: #030303 solid 2px;
	-webkit-box-shadow: -1px -2px 12px #000000;
	-moz-box-shadow: -1px -2px 12px #000000;
	-ms-box-shadow: -1px -2px 12px #000000;
	-o-box-shadow: -1px -2px 12px #000000;
	box-shadow: -1px -2px 12px #000000}
#footer ul {
	list-style-type: none;
	float: right;
	overflow: hidden;
	margin-right: .5%}
#footer ul li {
	display: inline-block;
	padding: 2px ;
	margin: 6px 2px 4px 2px;
	background: #151212;
	background: rgba(0,0,0,.6);
	width: 22px;
	height: 22px;
	line-height:22px}
#footer ul li a {
	color: white;
	text-decoration: none;
	font-size:.8em;}
/******************************** 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: #FB683B}
.link {
	text-decoration: underline;
	font-size: 110%}