 .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 : black; text-align : center; font-weight : bold; font-size : 1em
}
.section_oeuvre a {
	  color : black; text-align : center
}
 
.section_oeuvre a:hover {
	  color : black
}
 
.detail_artist {
	background : white; 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;
}
