#lightbox {
    position:fixed; /* keeps the lightbox window in the current viewport */
    top:0; 
    left:0; 
    width:100%; 
    height:100%; 
    background:url(overlay.png) repeat; 
    text-align:center;
}
#lightbox p {
    text-align:right; 
    color:#fff; 
    margin-right:20px; 
    font-size:12px; 
}
#lightbox img {
    box-shadow:0 0 25px #111;
    -webkit-box-shadow:0 0 25px #111;
    -moz-box-shadow:0 0 25px #111;
    max-width:940px;
}

.panelHome {
	margin:0;
	padding-top:40%;
	width: 100%;
	height:70%;
	background-color: #1d1d1d;
	color: black;
	background: no-repeat center center;
	background-size: cover;
}
  	
.menu_haut{
	display:block;	
	}
	


		
html{
	width:100%;
	height:100%;
}
body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	text-align:center;
	font-family: Georgia;
	color: white;
}
a {
	word-wrap: break-word;
}


.panelhome {
	background-size:cover;
	background-position:fixed;
	padding-top:20%;
	background-color: #000000;
	
}

.panel {
	margin:0;
	padding-top:45%;
	width: 100%;
	height:60%;
	background-color: #1d1d1d;
	color: white;
	background: no-repeat fixed center center;
	background-size: cover;
	
}


.photo{
	width: 100%;
	height: 100%;
	background-color: black;
	background-position:fixed;
	background-repeat: no-repeat;
	/*background-position: center top;*/
	background-attachment:fixed;
	background-size:cover;
	/*sur ipad la fonction fixed ne marche pas*/
	
	
}

@media screen and (max-device-width: 1500px) {
    .photo { background-attachment: scroll; } }

.container{
	text-align:center;
	padding:20px 0 20px 0;
	width: 100%;
	background-color: #000000;
	font-family: Georgia;
}






.container h1 {
	height: 10px;	
	margin:50px 0 50px  0;
	font-size:25px;
	line-height:0px;
	font-weight:normal;
}
.container h2 {
	font-size:20px;
	font-weight:bold;
}
.container h3 {
	margin:0;
	margin-bottom:5px;
	font-size: 18px;
}
.container br {
   display: block;
   margin: 5px 0;
}

.gallerie {
	background-color:#000000;
	padding:0 20% 0 20%;
}

.gallerie li {
	display: inline;
	background-color:#000000;
	padding:5 5 5 5;
	margin:5 5 5 5;
}

footer {
	display:block;
	margin:10px auto;
	color: black;
}

.nav{
	position:fixed;
	background-color:#000000;
	margin:auto;
	padding:0;
	width:100%;
	font-family: Georgia;
	line-height:60px;
}

.nav a, .subnav a{
	letter-spacing: 0.2em;
	font-size:13px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
}

ul.nav li.icon {display: none;}


.nav li {
	display:inline;
	margin: 0 10px;
	text-align:center;
	list-style: none;
}
.nav li ul{
	width:100%;
	display: block;
	position: absolute;
	left: -999em;
	background:#7590bf;
	line-height:20px;
	margin:auto;
	text-align:center;
	padding:0;
}

.container a:link {
	color:#FFFFFF;
}
.container a:visited {
	color:#FFFFFF;
}
.container a:hover {
	color:#FFFFFF;
	font-weight: bold;
}



@media (max-width: 700px) {

  ul.nav li {float: right;}
  ul.nav li {display: none; }
  ul.nav li.icon {
    width:100%;
	line-height:20px;
	left: -9px;
	float: right;
    position:fixed;
	background-color:#000000;
	margin:auto;
	display: inline;
	text-align:right;
	top:0;
  }
  
  ul.nav.responsive {position: fixed;}
  
  ul.nav.responsive li {
    float: none;
    display: block;
	line-height: 15px;
  }
  ul.nav.responsive li a {
    display: block;
    text-align: right;
	top:30px;
  }
  ul.nav.responsive li.icon a{
    width:100%;
	line-height:20px;
	left: -9px;
	float: right;
    background-color:#000000;
	margin:auto;
	display: inline;
	text-align:right;
	top:0;
  }




}


form {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 20px;
}
form ol li {
	background: #ECF2F7;
	border: 2px solid #F7F9FC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	line-height: 30px;
	list-style: none;
	padding: 5px 10px;
	margin-bottom: 2px;
}
form label {
	margin-left:0px;
align:left;
    vertical-align: top;
	font: 13px Visby;
	line-height:0px;
	width: 300px;
	text-align:left;
}

form input {
	display:inline-block;
	background: #ffffff;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	font: italic 13px MinionPro;
	outline: none;
	padding: 5px;
	width: 63%;
}
form textarea {
	background: #ffffff;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	font: italic 13px MinionPro;
	outline: none;
	padding:5px;
	margin-top:1px;
	width: 63%;
	height:80px;
}
form input:not([type=submit]):focus,
form textarea:focus {
	background: #eee;
}
.submit{
	background: #555;
	border: none;
	color: #ffffff;
	display: block;
	font: 16px Visby;
	letter-spacing: 1px;
	margin: auto;
	margin-top:14px;
	width:30%;
	text-transform: uppercase;
}
.submit:hover {
	background: #777;
	cursor: pointer;
}
.flash-notice {
	font: italic 16px MinionPro;
	line-height:20px;
	margin:20px auto;
}




#page {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

