/* ++ GENERAL +++++++++ */

html {
	height: 100%;
}

* {margin:0;padding:0;}

body {
	background:#c1c1c1 url(images/acc_bodyl.png) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	cursor:default;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	cursor:pointer;
}

a:link {
	color: #dba23b;
	font-weight: bold;
}

a:visited {
	color: #a55e4c;
	font-weight: bold;
}

a:hover {
	color: #b70a08;
	font-weight: bold;
}

a:active {
	color: #b5d3d9;
	font-weight: bold;
}


/* structure */

.langues_english a{
width:91px;
height:19px;
background:url(images/langues_english.png) no-repeat 0 0;
display:block;
position:relative;
float:right;
outline:none;
margin:48px 20px 0 0;
}

.langues_english a:hover{
background-position:0 -19px;
}

.langues_french a{
width:91px;
height:19px;
background:url(images/langues_french.png) no-repeat 0 0;
display:block;
position:relative;
float:right;
outline:none;
margin:48px 20px 0 0;
}

.langues_french a:hover{
background-position:0 -19px;
}

.langues_asia a{
width:30px;
height:30px;
display:block;
position:absolute;
float:left;
outline:none;
}

.japanese a{
background:url(/assets/images/flag_jp_icon.png) no-repeat 0 0;
margin:48px 0 0 20px;
}

.chinese a{
background:url(/assets/images/flag_cn_icon.png) no-repeat 0 0;
margin:48px 0 0 60px;
}


#container {
	clear:both;
width:754px;
margin:0 auto 0 auto;
}

#omb1 {
	background:url(images/acc_ombre1.png) no-repeat;
	width:44px;height:596px;
	float:left;
}

#omb2 {
	background:url(images/acc_ombre2.png) no-repeat;
	width:44px;height:596px;
	float:left;
}

#content {
	width:666px;
	float:left;
	border-bottom:2px solid #000;
	background:#fff;

}

#top {
width:666px;
height:167px;
background:url(images/acc_top.jpg) no-repeat;
}

#qui a{
	background:url(images/acc_qui.jpg) no-repeat;
	width:221px;
	height:416px;
	float:left;
	display:block;
}

#qui_en a{
	background:url(images/acc_qui_en.jpg) no-repeat;
	width:221px;
	height:416px;
	float:left;
	display:block;
}

#charms a{
	background:url(images/acc_charms.jpg) no-repeat;
	width:223px;
	height:234px;
	float:left;
	display:block;
}

#charms_en a{
	background:url(images/acc_charms_en.jpg) no-repeat;
	width:223px;
	height:234px;
	float:left;
	display:block;
}

#bijoux a{
	background:url(images/acc_bijoux.jpg) no-repeat;
	width:222px;
	height:234px;
	float:left;
	display:block;
}

#bijoux_en a{
	background:url(images/acc_bijoux_en.jpg) no-repeat;
	width:222px;
	height:234px;
	float:left;
	display:block;
}

#actu a{
	background:url(images/acc_actu.jpg) no-repeat;
	width:223px;
	height:182px;
	float:left;
	display:block;
}

#actu_en a{
	background:url(images/acc_actu_en.jpg) no-repeat;
	width:223px;
	height:182px;
	float:left;
	display:block;
}

#restauration a{
	background:url(images/acc_restauration.jpg) no-repeat;
	width:222px;
	height:182px;
	float:left;
	display:block;
}

#restauration_en a{
	background:url(images/acc_restauration_en.jpg) no-repeat;
	width:222px;
	height:182px;
	float:left;
	display:block;
}

#qui a:hover,#charms a:hover,#bijoux a:hover,#actu a:hover,#restauration a:hover,#footer_dipl a:hover,#footer_joaill a:hover{
filter:alpha(opacity=80);
opacity:0.8;
-moz-opacity:0.8;
}

#footer {
	width:686px;
	margin:0 auto;
	
}

#tr_left {
	background:url(images/acc_sep.png) no-repeat 0 50%;
	width:10px;
	height:100px;
	float:left;
}

#tr_right {
	background:url(images/acc_sep.png) no-repeat 100% 50%;
	width:10px;
	height:100px;
	float:left;
}

#content_footer {
	width:651px;
	background:#d60529 url(images/acc_tr_ombre.png) 100px 0 no-repeat;
	float:left;
	padding:5px 5px 5px 10px;
}

#menu_footer {
width:100px;
float:left;
}

#menu_footer h3{
	font-size:10px;
	line-height:12px;
	text-transform:uppercase;
	background:none;
	font-weight:normal;
}

#menu_footer a{
	color:#eee;
}

#menu_footer a:hover{
	color:#fff;
	padding-left:5px;
}

#footer_dipl a,#footer_joaill a{
	width:180px;
	height:90px;
	float:right;
	display:block;
}

#footer_dipl a{
	background:url(images/acc_foot_diplom.png) no-repeat;
}

#footer_dipl.en a{
	background:url(images/acc_foot_diplom_en.png) no-repeat;
}

#footer_joaill a{
	background:url(images/acc_foot_joall.png) no-repeat;
	margin-left:30px;
}

#footer_txt {
	border-top:1px solid #000;
	padding:4px 0 15px 0;
	font-size:8px;
	text-transform:uppercase;
	color:#6e6e6e;
	width:666px;
	text-align:right;
	margin:10px auto 0 auto;
	clear:both;
	display:block;
}


/* ############### lightbox ##########" */

#lightbox {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#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: transparent url(images/blank.gif) no-repeat; /* 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/prev.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(images/next.gif) right 15% no-repeat;
}

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}

#imageData {
	padding:0 10px;
}

#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;
}
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}
	

