
body {
	background: url("../images/img_bg_main.jpg") no-repeat top center #161616;
	margin: 0;
	padding: 0;
	text-align:center;
}

body.homepage {
        background: url("../images/main-page-bg.jpg") no-repeat top center #161616;
}

body.vision {
        background: url("../images/vision_page_bg.jpg") no-repeat top center #161616;
}

body.hipo {
        background: url("../images/metier_hipo_bg.jpg") no-repeat top center #161616;
}

body.technologie {
        background: url("../images/technology_page_bg.jpg") no-repeat top center #161616;
}

body.promotion {
        background: url("../images/promotion_page_bg.jpg") no-repeat top center #161616;
}

body.services {
        background: url("../images/services_page_bg.jpg") no-repeat top center #161616;
}


a:link,
a:active,
a:visited {
	color: #000;
}

a:hover {
	text-decoration: none;
}

.container {
	text-align:center;
	margin: 0 auto 0 auto;
	padding: 65px 0 0 0;
	width:1135px;
	height:638px;
}

.menu {
	margin: 0 0 0 179px;
	width:776px;
	height: 151px;
}

.mainMenuHTML {
	background: #777;
	color: #fff;
}

.mainMenuHTML a {
	color: #fff;
}

.contentLeft {
	padding-top:50px;
	float:left;
	width:277px;
	height:269px;
}

.contentMid {
        height: 417px;
        overflow: hidden;
	background: #C6C8C2;
	float:left;
	text-align:justify;
	font-family:Arial;
	font-size:12px;
	width:263px;
        /* for IE */
        filter:alpha(opacity=90);
        /* CSS3 standard */
        opacity:0.9;
}

.contentMid .padding {
	padding: 10px 8px 10px 8px;
}

.contentMid p {
	margin: 0;
	padding: 0;
        line-height: 1.2em;
}


.long {
        min-height: 416px !important;
        overflow: auto;
        background: #C6C8C2;
	float:left;
	text-align:justify;
	font-family:Arial;
	font-size:12px;
	width:263px;
        /* for IE */
        filter:alpha(opacity=90);
        /* CSS3 standard */
        opacity:0.9;
}

.long .padding {
	padding: 15px 9px 10px 9px;
}

.long p {
	margin: 0;
	padding: 0;
        line-height: 1.2em;
}
.contentRight {
	padding-top:44px;
	text-align:left;
	float:left;
	width:595px;
        overflow: hidden;
	height:269px;
}

.bottomMenu {
	position: absolute;
        bottom: 20px;
        right : 0;
}

.footer {
	color:#444444;
	font-family:arial;
	font-size:11px;
}

.footer a {
	color:#444444;
	text-decoration:none;
}

.main_page {
    width: 500px;
    text-align: justify;
    margin-left: 120px;
    margin-top: 0px;
}

.main_page p{
    margin: 0;
    margin-top: 5px;
    font-family: Arial;
    font-size: 12px;
    color: #000;
}

.padding span.title {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    padding-bottom: 7px;
    display: block;
}