html {
	margin:0;
	padding:0;
}
body {
	background-color:#E75944;
	margin: 100px 0 0 0;
	padding:0;
}
#page{
	width: 962px;
}
#nom_site h1 a{
	display:block;
	height: 119px;
	width: 164px;
	float: left;
	margin: -80px 0 0 150px;
	background: url(../Images/etiquette.jpg) top left no-repeat;
	text-indent: -999em;
	
}
/*************header************/
#menu {
	position: absolute;
	top: 19px;
	left: 403px;
	
}

#menu ul { 
    margin: 0;
    padding: 0; 
    list-style: none ; 
}
#menu ul li { 
    display: inline ; 
    margin-right: 1px ; 
    color: #fff ; 
    background: #c00 ; 
}

#menu ul li a { 
	display: block;
	float: left;
	height: 128px;
	width: 98px;
	text-indent: -999em;
}
a.biographie{ 
    background: url(../Images/bt_biographie.jpg) top left no-repeat;
    }
a:hover.biographie{ 
    background: url(../Images/bt_biographie.jpg) bottom left no-repeat;
    }
a.expositions{ 
    background: url(../Images/bt_expositions.jpg) top left no-repeat;
    }
a:hover.expositions{ 
    background: url(../Images/bt_expositions.jpg) bottom left no-repeat;
    }
a.oeuvres{ 
    background: url(../Images/bt_oeuvres.jpg) top left no-repeat;
    }
a:hover.oeuvres{ 
    background: url(../Images/bt_oeuvres.jpg) bottom left no-repeat;
    }
a.bibliographie{ 
    background: url(../Images/bt_bibliographie.jpg) top left no-repeat;
    }
a:hover.bibliographie{ 
    background: url(../Images/bt_bibliographie.jpg) bottom left no-repeat;
    }
a.contact{ 
    background: url(../Images/bt_contact.jpg) top left no-repeat;
    }
a:hover.contact{ 
    background: url(../Images/bt_contact.jpg) bottom left no-repeat;
    }



/*************contenu************/

#carnet {
	display: block;
	height: 495px;
	width: 612px;
	padding: 0;
	margin: 100px 0 0 350px;
	background: url(../Images/Fond_moleskine-sans-bande_OK.jpg) #E75944 top left no-repeat;
	z-index: 20;
}

#sous_menu{
	font-family:helvetica;
	color:#666666;
	font-size:10pt;
	position:absolute;
	/*positiondu sous-menu*/
	top:210px;
	left:239px;
	display:block;
	width:111px;
	height:auto;
	overflow:hidden;
}
.etiquette{
	display:block;
	width:111px;
	margin-left:0;
}
.etiquette a{
	display:block;
	width:111px;
	text-indent: -999em;
}

.années78{
	height:33px;
	background: url(../Images/sous_menu_oeuvres1.jpg) top left no-repeat;
}
a:hover.années78{
	height:33px;
	background: url(../Images/sous_menu_oeuvres1a_hover.jpg) top left no-repeat;
}

.années86{
	height:30px;
	background: url(../Images/sous_menu_oeuvres2.jpg) top left no-repeat;
}
a:hover.années86{
	height:30px;
	background: url(../Images/sous_menu_oeuvres2a_hover.jpg) top left no-repeat;
}

.années90{
	height:27px;
	background: url(../Images/sous_menu_oeuvres3.jpg) top left no-repeat;
}
a:hover.années90{
	height:27px;
	background: url(../Images/sous_menu_oeuvres3a_hover.jpg) top left no-repeat;
}

.années94{
	height:29px;
	background: url(../Images/sous_menu_oeuvres4.jpg) top left no-repeat;
}
a:hover.années94{
	height:29px;
	background: url(../Images/sous_menu_oeuvres4a_hover.jpg) top left no-repeat;
}

.années98{
	height:31px;
	background: url(../Images/sous_menu_oeuvres5.jpg) top left no-repeat;
}
a:hover.années98{
	height:31px;
	background: url(../Images/sous_menu_oeuvres5a_hover.jpg) top left no-repeat;
}

.années2002{
	height:29px;
	background: url(../Images/sous_menu_oeuvres6.jpg) top left no-repeat;
}
a:hover.années2002{
	height:29px;
	background: url(../Images/sous_menu_oeuvres6a_hover.jpg) top left no-repeat;
}

#sous_menu ul {
	position:relative;
	margin: 0;
	padding: 0;
	
}

#sous_menu ul li {
	left:0;
	bottom:0;
}

#h2 {
	font-family:helvetica;
	color:#666666;
	font-size:8pt;

}
#texte {
	float:left;
	position:relative;
	margin: 0;
	padding: 100px 0 0 40px;
	width: 240px;
	font-family:helvetica;
	color:#666666;
	font-size:8.5pt;
	
}



#gallery ul li a {
	display:block;
	float:right;
	margin-top:70px;
	margin-right:50px;
}
/* Gallery Lightbox style */
#gallery {
}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
border: 5px solid #fcf7e4;

}
#gallery ul a:hover img {
border: 5px solid #fcf7e4;

}
#gallery ul a:hover { color: #fff; }

#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-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	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: #E75944; 
}
#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;	
}



#elastique {
	background: url(../Images/elastique_carnet.png) top left no-repeat;
	position:absolute;
	top:101px;
	left:875px;
	height:495px;
	width:29px;
	display: block;
	z-index:1;
	
	
}

#liens  {
	position: absolute;
	margin-top: 430px;
	margin-left: 395px;
	z-index:0;
	/*background:#0099CC;*/

	}

#liens ul {
	list-style: none ;
	margin:0px;
	padding:0px;

	
}

#liens ul li{
	display: inline ;
	/*background:#CCFF00;*/
	
}

#liens ul li a{
	display: block;
	float: left;
	height: 44px;
	/*background:#CCFF00;*/
	text-indent: -999em;
}

a.lien_1{ 
    background: url(../Images/lien1.jpg) top left no-repeat;
    width: 26px;
	}
	
a.lien_2{ 
	background: url(../Images/lien2.jpg) top left no-repeat;
    width: 23px;
	}
	
a.lien_3{ 
	background: url(../Images/lien3.jpg) top left no-repeat;
    width: 99px;
	}

a.lien_4{ 
	background: url(../Images/lien4.jpg) top left no-repeat;
	width: 33px;
    }
/*************footer************/
#footer {
	clear: both;
	font-family:helvetica;
	color:#FFFFFF;
	font-size:8pt;
	margin-left:350px;
	padding: 0 2em;
	text-align: center;
	width:612px;
}

