﻿/*  *********************************************************** */
/*  STRUCTURE 3 colonnes										*/
/*  *********************************************************** */
body {
	margin: 0;
	background-color: #FFFFFF;
}

/* ------------------------------
/* PAGE
/* ------------------------------ */
#page {
	margin: 0 auto 1em auto;
	width: expression(document.body.clientWidth < 1000 ? "770px" : document.body.clientWidth > 1000 ? "1000px" : "auto");
	min-width: 770px;
	max-width: 1000px;
}

/* ------------------------------
/* HEADER
/* ------------------------------ */
#header {
	background: url(media/image/header_bgd.jpg) no-repeat right top;
}

/* ------------------------------
/* TOPMENU
/* ------------------------------ */
#topmenu {
	text-align: center;
	height: 26px;
	line-height: 26px;
	background: url(media/image/menu-h_bgd.gif) repeat-x left top;
}

/* ------------------------------
/* CONTAINER-OUTER
/* ------------------------------ */
#container-outer {
	/*background-color: #F0F6FB;*/
	background: #F0F6FB url(media/image/container_sdw.gif) repeat-y 20% top;
}

/* ------------------------------
/* LEFT
/* ------------------------------ */
#left {
	float: left;
	width: 20%;
}

/* ------------------------------
/* CONTAINER-INNER
/* ------------------------------ */
#container-inner {
	float: right;
	width: 80%;
	background: #FFFFFF url(media/image/container_sdw.gif) repeat-y left top;
}

/* ------------------------------
/* MAIN
/* ------------------------------ */
#main {
	float: left;
	width: 70%;
}
#main-large {
	width: 100%;
}
/* ------------------------------
/* RIGHT
/* ------------------------------ */
#right {
	float: right;
	width: 30%;
	background-color: #FFFFEC;
}

/* ------------------------------
/* BOTTOMMENU
/* ------------------------------ */
#bottommenu {
	text-align: center;
	height: 26px;
	line-height: 26px;
	background: url(media/image/menu-h_bgd.gif) repeat-x left top;
}

/* ------------------------------
/* FOOTER
/* ------------------------------ */
#footer {
	margin-top: 1px;
	text-align: center;
	background-color: #2D3D8F;
}
