#div_bar_theme {
	position: absolute;
	width: 970px;
	height: 19px;
	z-index: 1;
	background-color: #000;
	margin-top: 130px;
}
#div_fond_act {
	position: absolute;
	width: 980px;
	height: 462px;
	z-index: 2;
	margin-top: 170px;
	overflow: auto;
}
#div_encaps {
	position: relative;
	z-index: 2;
	height: 150px;
	width: 960px;
}

#div_photo {
	position: absolute;
	width: 250px;
	height: 150px;
	z-index: 3;
	left: 0;
	top: 0;
}
#div_txt_act {
	position: absolute;
	left: 250px;
	width: 650px;
	height: 150px;
	z-index: 3;
	text-align: justify;
}
