body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label,fieldset{
	/* A simple page reset */
	margin:0px;
	padding:0px;
}

body{
	/* Styling the body */
	color:white;
	font-size:13px;
	background: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

#gallery{
	/* The pics container */
	width:617px;
	height:300px;
	position:relative;
}

.pic, .pic a{
	/* Each picture and the hyperlink inside it */
	width:100px;
	height:100px;
	overflow:hidden;
}

.fancybox {
	background-color:#000000;
}
.pic{
	/* Styles specific to the pic class */
	position:absolute;
	border:5px solid #EEEEEE;
	border-bottom:18px solid #eeeeee;
	
	
	/* CSS3 Box Shadow */
	-moz-box-shadow:2px 2px 3px #333333;
	-webkit-box-shadow:2px 2px 3px #333333;
	box-shadow:2px 2px 3px #333333;
}

.pic a{
	/* Specific styles for the hyperlinks */
	text-indent:-999px;
	display:block;
	/* Setting display to block enables advanced styling for links */
}

.drop-box{
	/* The share box */
	width:240px;
	height:130px;
	position:absolute;
	bottom:0;
	right:0;
	z-index:-1;
	
	background:url(../img/drop_box.png) no-repeat;
}

.drop-box.active{
	/* The active style is in effect when there is a pic hovering above the box */
	background-position:bottom left;
}

label, input{
	/* The modal dialog URL field */
	display:block;
	padding:3px;
}

label{
	font-size:10px;
}

fieldset{
	border:0;
	margin-top:10px;
}

#url{
	/* The URL field */
	width:240px;
}


/* General styles for the demo page */

h1{
	/* The title of the page */
	color:white;
	font-family:"MyRiad Pro",Arial,Helvetica,sans-serif;
	font-size:38px;
	font-weight:normal;
}

h2{
	/* The subtitle */
	font-family:"MyRiad Pro","Arial Narrow",Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:normal;
	letter-spacing:1px;
	padding-left:2px;
	text-transform:uppercase;
	white-space:nowrap;
	margin:10px 0 25px;
}

#orig{
	/* The link that is positioned above the title */
	font-family:"MyRiad Pro",Arial;
	font-size:10px;
	letter-spacing:1px;
	padding-bottom:15px;
	text-transform:uppercase;
	float:right;
}

hr{
	/* The horizontal ruler */
	background-color:#BBBBBB;
	border:medium none;
	color:#BBBBBB;
	height:1px;
	margin:30px auto;
	width:450px;
}

.clear{
	/* The clearfix hack */
	clear:both;
}

#main{
	/* The main container */
	
	margin:30px auto;
}

a img{
	border:none;
}

a, a:visited {
	color:#00BBFF;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

.tutorial-info{
	text-align:center;
	padding:10px;
	margin-top:70px;
}

/* your own style sheet, here are some examples */
.imageLibrary {
display: inline;
clear: none;
}
.imageLibrary li {
list-style-type: none;
margin-left: 10px;
display: inline;
clear: none;
}
.imageLibrary p {
position: absolute;
margin: 5px;
--margin-left: 2px;
--margin-top: 2px;
z-index:2;
background-Color: #555555;
color: #ffffff;
--width: 80px;
text-align: center;
padding-top: 5px;
padding-bottom: 5px;
filter:Alpha(opacity=80);
opacity:.8;
display: none;
clear: none;
}
.imageLibrary img {
z-index:1;
filter:Alpha(opacity=100);
opacity:1;
--width: 80px;
--height: 80px;
border: #888888 groove 2px;
}
.titre  {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}
.url  {
	font-size: 12px;
}
.description  {
	font-size: 9px;
	font-style: italic;
}
.imageLibrary img:hover {
filter:Alpha(opacity=40);
opacity:.4;
}



.fenetre {
	background-image: url(../img/DSC_9350.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 690px;
	width: 1200px;
	border: #000 solid 1px;	
	text-align: center;
	vertical-align: middle;
}
body {
	--background-image: url(../img/DSC_9350.jpg);
	background-color: #240A0B;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.Panneau {
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	--background-color: #333;
	--margin: 10px;
	padding: 10px;
	float: left;
	height: 210px;
	width: 980px;
}
#gallery {
	float: right;
}
#main{
	background-image: url(../img/DSC_9350.jpg);
	background-repeat: no-repeat;
	--background-attachment: fixed;
	height: 590px;
	width: 1000px;
	border: #000 solid 1px;	
	text-align: center;
	vertical-align: middle;
}
.logo {
	background-image: url(../img/logo2.png);
	background-repeat: no-repeat;
	float: left;
	height: 300px;
	width: 358px;
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	float: left;
	height: auto;
	width: 980px;
	margin: 10px;
	padding: 10px;
}

.footer a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
