 .contour_globe {
	background : white; float : left; width : 100%
}
 .thumb_oeuvre {
	background : white ;   width : 100%;opacity : 100
}

.title_oeuvre {
	color : white; 	opacity : 0
}
 
.title_oeuvre:hover {
	display : block; 	opacity : 100
}
 
.background_oeuvre {
	background : black;   height :320px;  background-repeat: no-repeat;   background-size: cover; opacity:100;
}
 
.section_oeuvre {
	background : black; color : white;   height :320px;  background-repeat: no-repeat;   background-size: cover; opacity:100;
}
.section_oeuvre p {
	  color : #999999; text-align : center; font-weight : bold; font-size : 2em
}
.section_oeuvre a {
	color : #999999; text-align : center
}
 
.section_oeuvre a:hover {
	color : black
}
 
.detail_artist {
	background : white;padding : 20px
}

.detail_artist h2 {
	 color : #999999;  
}

.detail_artist h3 {
	 color : #999999;  
}

.detail_artist p {
	 color : #999999;  
}

.detail_artist li {
	 color : #999999; font-size : 1.2em
}

.pdf_zone h3 {
	 color :  #999999; 
}
.pdf_zone img {
	 border :1px solid #999999; 
}

#oeuvre_file li {
	 margin-bottom : 10px; list-style-type : none
}
#oeuvre_file li img {
	 border : 1px solid #BFBFBF; width : 100%
}

.back  {
	 font-weight : bold; padding-bottom : 10px
}
.back:hover  {
	 color : black;
}



.Absolute-Center {
  width: 80%;
  height: 50%;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  border: 0px solid black;
}


.bg2 {
  width: 100%;
  height: 100%;
  background : white;
	opacity : 0;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  border: 0px solid black;
}
