section {
    min-height: 100%;
    height: auto !important;
    height: 100%; 
    vertical-align: top;
	margin: -190px auto;
}

.push {
    height: 190px;
}

.degrade_top {
	position: absolute;
	top: 0px;
    background-image: url("../images/degrade_top.png"); 
    height: 15px;
	width: 100%;
}

.section_content_global {
	position: absolute;
	top: 190px;
	width: 100%;
	text-align: justify;
}


.section_content_center {
	position: relative;
	width: 1000px;
	margin: auto;
	text-align: justify;
}

.section_content {
	position: relative;
	width: 100%;
	text-align: justify;
}

.credits {
	position: relative;
	width: 100%;
	height: 23px;
	background-color: #5E5E5E;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	font-size: 13px;
}

.credits_line {
	position: relative;
	width: 100%;
	height: 3px;
	background-color: #FF8C00;
}

.orange_line {
	position: relative;
	width: 100%;
	height: 1px;
	background-color: #FF8C00;
}

a.eqalink:link, a.eqalink:visited, a.eqalink:active, a.eqalink:hover {
	color: #FF8C00;
	text-decoration: none;
}

.actu_video {
	position: relative;
	background-color: #000000;
	width: 100%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 1px;
}