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

body{
	background-color:#696983;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9px ;
	text-align: center; /* pour résoudre le bug de centrage de IE*/
	margin:0px;
	padding:0px;
}


/* /////////////////////////////////////////////////////// LIEN ////////////////////////////////////////////////////////////////// */

a{
	color:#e5e5f7;
	border:0;
	text-decoration:none;
}

a:hover{
	color:#ffffff;
	text-decoration:underline;
}	


	

/* /////////////////////////////////////////////////////// INUTILE JE CROIS ////////////////////////////////////////////////////////////////// */

#conteneur{
	margin:0px auto;
	padding:0;
	height:768px;
	width:1024px;
	background-color:none;
}

#conteneurpeint{
	margin:0 auto;
	padding:0;
	height:817px;
	width:1160px;
	background-color:none;
}

#index{
	margin:0;
	padding:0;
	height:768px;
	background:url(images/index.jpg) no-repeat center;
}

#enter{
	height:63px;
	width:102px;
	border:none;
	padding-top:160px;
	padding-right:461px;
	padding-left:461px;
	padding-bottom:545px;
	margin:0;	
}


	

/* /////////////////////////////////////////////////////// ACCUEIL ////////////////////////////////////////////////////////////////// */
#top{
	display:block;
	vertical-align:bottom;
	margin:0;
	padding:0;
	height:70px;
	background:url(images/top.jpg) no-repeat top;
}



/* /////////////// BANDEAU NAV //////////////////*/

#nav ul{
	background:url(images/nav2.jpg) no-repeat top;
	margin:0;
	padding:0;
	height:55px;
}

#nav ul li{
	list-style:none;
	float:left;
	padding:0;
	margin:0;
}

#nav ul li a{
	height:30px;
	display:block;
	margin:5px 0; /* donc ces deux valeurs, elles ont virés la fameuse marge...*/
	background-position:top;
	background:no-repeat;
	padding:0;	
}

/* bouton 1 */
#nav ul li a.accueil{
	background:url(images/bt1.png);
	width:127px;
	margin-top:5px;
	margin-left:150px;
}

#nav ul li a.accueil:hover{
	background-position:bottom;
}

/* bouton 2 */
#nav ul li a.biographie{
	background:url(images/bt2.png);
	width:163px;
	margin-top:5px;
	margin-left:10px;
}
#nav ul li a.biographie:hover{
	background-position:bottom;
}

/* bouton 3 */
#nav ul li a.peintures{
	background:url(images/bt3.png);
	width:145px;
	margin-top:5px;
	margin-left:10px;
}
#nav ul li a.peintures:hover{
	background-position:bottom;
}

/* bouton 4 */
#nav ul li a.contact{
	background:url(images/bt4.png);
	background-position:top;
	width:123px;
	margin-top:5px;
	margin-left:10px;
}
#nav ul li a.contact:hover{
	background-position:bottom;
}


/* /////////////////////////////////////////////////////// FOND ACCUEIL ////////////////////////////////////////////////////////////////// */

#fond_acc{
	background:url(images/fond_acc.jpg) no-repeat top;
	height:610px;
}

/* /////////////////////////////////////////////////////// FOND BIOGRAPHIE ////////////////////////////////////////////////////////////////// */

#fond_bio{
	background:url(images/fond_bio.jpg) no-repeat top;
	height:610px;
}

#contenu{
	background:none;
	height:400px;
	width:600px;
	float:left;
	margin:91px 301px 298px 298px;
	padding:0;
	text-align:justify;
	color:#FFFFFF;
	font-size:14px;
}
#contenu h1{
	font-size:15px;
	display:block;
	width:600px;
	height:20px;
	font-weight:bold;
	padding:0;
	text-align: center;
}

#contenu h2{
	font-size:13px;
	display:block;
	width:600px;
	height:20px;
	font-weight:bold;
	padding:0;
	text-align: center;
}

#contenu ul{
	list-style-image:url(images/deco-puce.png);
	line-height:0,6em;
	background:none;
	margin:0 120px;
	padding:0;
	font-size:11px;
	font-style: italic;
	line-height: inherit;
}



/* /////////////////////////////////////////////////////// FOND contact ////////////////////////////////////////////////////////////////// */

#fond_cont{
	height:610px;
	width:1024px;
	
}

#cont_1{
	height:47px;
	position:relative;
	background:url(images/cont_1.jpg) no-repeat top;
}

#cont_2{
	position: relative;
	width:512px;
	height:184px;
	float:left;
	background:url(images/cont_2.jpg) no-repeat top;
}

#cont_4{
	position:relative;
	width:168px;
	height:184px;
	float:left;
	
}
	
#cont_3{
	width:512px;
	height:379px;
	float:left;
	background:url(images/cont_3.jpg) no-repeat top;
}

#cont_6{
	position:relative;
	width:344px;
	height:563px;
	float:right;
	background:url(images/cont_6.jpg) no-repeat top;
}	
	
#cont_5{
	position:relative;
	width:168px;
	height:379px;
	float:left;
	background:url(images/cont_5.jpg) no-repeat top;
}		




/*////////////////////////////////// PEINTURES ////////////////////////////////////////////////*/

#fond_peint{
	height:610px;
	width:1024px;
}

#peint_1{
	height:47px;
	position:relative;
	background:url(images/peint-1.jpg) no-repeat top;
}

#peint_2{
	height:600px;
	position:relative;
	background:url(images/peint-2.jpg) no-repeat top;
}

#peint_3{
	height:150px;
	width:1024px;
	position:relative;
	background:none;
}

/*////////////////////////////////// LIGHTBOX ////////////////////////////////////////////////*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Georgia, "Times New Roman", Times, serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/* /////////////////////////////////// FOOTER ///////////////////////////////////////////////////// */

#footer{
	background:url(images/footer.jpg) no-repeat top;
	height:33px;

}

#text-footer{
	color:none;
	height:33px;
	text-align :center;
	font-size:10px;
	font-style:italic;
	color:#FFFFFF;
}	
	



entrer {
	height: 63px;
	width: 102px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 550px;
	top: 200px;
}

/* /////////////////////////////////// POLICES ///////////////////////////////////////////////////// */
h5{
	text-align : center;
	font-size:10px;
	font-style:italic;
	color:#FFFFFF;
}	
h1{
	text-indent: -50000px;
}
