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

body{
	font-family: 'Times New Roman', lucida bright, lucida grander, serif;
	margin: 0px;
}

img{
	border: 0px;
}

object {
	outline: none;	
}

/*------------------------------------Base------------------------------------*/
#conteneur{
	width: 100%;
	height: 810px;
	background-image: url("http://www.fleursetdistinction.com/images/bg.png");
	background-repeat: repeat-x;
}

#design{
	position: relative;
	width: 1085px;
	height: 810px;
	margin: auto;
	background-image: url("http://www.fleursetdistinction.com/images/design.jpg");
	background-repeat: no-repeat;
}

#wrap{
	position: absolute;
	width: 787px;
	height: 643px;
	top: 167px;
	left: 149px;
}

#logo{
	position: absolute;
	width: 323px;
	height: 94px;
	top: 29px;
	left: 78px;
}

/*------------------------------------Content------------------------------------*/
#content{
	width: 787px;
	height: 464px;
}

.photoSide{
	float: left;
	width: 400px;
	height: 462px;
    overflow: hidden;
    margin: 1px 0px 0px 1px;
}

.textSide{
	float: left;
    position: relative;
	width: 366px;
	height: 464px;
	padding-right: 20px;
}

#loadingGif{
	position: absolute;
	width: 35px;
    height: 35px;
    top: 215px;
    left: 165px;
}

h1{
	margin-top: 20px;
	width: 100%;
	color: #464646;
	font-size: 20px;
	font-weight: normal;
}

p{
	margin-top: 20px;
	width: 100%;
	color: #464646;
	font-size: 14px;
	text-align: justify;
}

.vignettes{
	float: left;
    overflow: hidden;
	width: 105px;
    height: 105px;
    border: solid 1px #464646;
    margin: 12px 0px 0px 12px;
}

.menuRealisations{
	width: 100%;
    height: 110px;
    margin-top: 12px;
    font-size: 12px;
    text-align: center;
}

.direction{
	float: left;
	width: 160px;
    font-size: 14px;
    color: #464646;
}

.textSide a{
	text-decoration: none;
    color: #464646;
}

.textSide a:hover{
    color: #898888;
}

#menu{
	clear: both;
	width: 787px;
	height: 54px;
	margin: 9px auto 0px auto;
}

.element_menu{
	float: left;
	height: 54px;
}

/*------------------------------------Footer------------------------------------*/
#footer{
	width: 787px;
	height: 116px;
	padding-top: 50px;
	text-align: center;
	font-size: 12px;
    color: #777777;
}

#footer a{
	text-decoration: none;
    color: #777777;
}

#footer a:hover{
	color: #000;
}

/* FANCYBOX */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
