@charset "UTF-8";


.bloc {
}


.bloc01 .bloc {
	background: url(../../../f031/img/ex/img_main.jpg) no-repeat right 30px;
	padding: 175px 0 80px 0;
}

.bloc01 h1 {
	margin: 0 0 20px 0;
}
#outline {
	margin-bottom: 225px;
}
#gallery {
	margin: 0 -13px -25px 0;
}
#gallery li {
	margin: 0 12px 25px 0;
	font-size: 11px;
	color: #3b2c22;
}
.bloc02 {
	background: #000;
	color: #FFF;
	position: relative;
	padding: 60px 0 50px 0;
}

#imgGet {
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: 120px;
}
.bloc02 h2 {
	margin: 0 0 20px 0;
}
.bloc02 h3 {
	background: url(../../../f031/img/ex/line.png) no-repeat left bottom;
	padding: 0px 0px 15px;
}

/*
  Overlay
*/
/* the overlayed element */
.overlay {
	display:none;
	background-color:#333;
	max-width: 640px;
	min-width:340px;
	padding:10px;
	color: #FFF;
	z-index:10000;
	min-height:200px;
	border:1px solid #555;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 50px 5px #666;
	-webkit-box-shadow: 0 0 50px #666;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;
}
* html .overlay {
	width:640px;
}
/* default close button positioned on upper right corner */
.overlay .close {
	background-image:url(../../../f031/img/ex/gallery/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
div.overlay h2 {
	margin:10px 0 10px 0;
	padding: 0;
	font-weight:bold;
	font-size:14px;
}
div.overlay p {
	border-top: 1px solid #555;
	padding-top: 10px;
	margin: 0;
}
#gallery img {
	cursor: pointer;
}

