body {
	background: white url('images/body_bg.png') repeat-x top center;
}
html, body {
	height: 100%;
}

#erreur {
	margin: 0;
	background: transparent url('/mediasynergie_120_60.png') no-repeat top left;
}

#erreur_vide {
	margin: 0;
	background: transparent;
}

#mas_master {
	width: 100%;
	position: relative;
	min-height: 100%;
}

#mas_global {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 152px;
}

#mas_header {
	width: 100%;
	height: 336px;
	position: relative;
}
#mas_header a.logo {
	display: block;
	padding: 0;
	width: 670px;
	height: 200px;
	position: absolute;
	top: 80px;
	left: 50%;
	margin: 0 0 0 -437px;
}
#mas_header .langues {
	width: 100px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 10px;
	text-align: right;
}

#mas_main {
	width: 100%;
	position: relative;
	z-index: 1;
}

#mas_main .mas_content {
	width: 698px;
	/*float: left;*/
	/*position: absolute;*/
	/*top: 0;*/
	/*left: 0;*/
}
#mas_main .mas_content .top {
	width: 100%;
	height: 45px;
	background: transparent url('images/content_top.png') no-repeat top left;
}
#mas_main .mas_content .middle {
	width: 100%;
	background: transparent url('images/content_bg.png') repeat-y top left;
}
#mas_main .mas_content .content {
	margin: 0 25px;
}
#mas_main .mas_content .bottom {
	width: 100%;
	height: 45px;
	background: transparent url('images/content_bottom.png') no-repeat top left;
}

#mas_main .mas_right {
	width: 200px;
	/*float: right;*/
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}
#mas_main .mas_right .content {
	width: 100%;
	margin: 25px 0;
}

#mas_footer {
	width: 100%;
	height: 152px;
	background: transparent url('images/footer_bg.png') repeat-x top center;
	position: absolute;
	bottom: 0;
}