/* mac hide\*/
html, body { height:100%; }
/* end hide */
body {
	padding: 0;
	margin: 0;
	text-align: center;
	min-width: 971px;/* for mozilla*/
	background-color: #E3DFD7;
}
#outer{
	height: 100%;
	min-height: 100%;
	width: 971px;
	text-align: left;
	margin: auto;
	position: relative;
	background: #ffffff url(../layout-images/background_3.gif) repeat-y ;
}
 
html>body #outer{ height:auto; } /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float: left;
	width: 775px;
}
#header{
	position:absolute;
	top:0;
	left:0px;
	width: 971px;
	height: 253px;
	background: #FFFFFF;
	overflow:hidden;
	z-index:100;
	background: #E3DFD7 /*url(../layout-images/background_head.gif) repeat-x*/;
}
#left {
	position: relative;/*ie needs this to show float */
	width: 205px;
	float: left;
	padding-left: 4px;
	padding-top: 253px;/*needed to make room for header*/
	padding-bottom: 42px;/* needed to make room for footer */
}
#right {
	position:relative;/*ie needs this to show float */
	width: 189px;
	float: right;
	padding-right: 4px;
	padding-top: 253px;/*needed to make room for header*/
	padding-bottom: 112px;/* needed to make room for footer */
}
#footer {
	width: 971px;
	clear: both;
	height: 60px;
	text-align:center;
	left: 0;
	bottom: 0;
	position: absolute;
	background: #E3DFD7 url(../layout-images/background_foot.gif) no-repeat;
}
* html #footer {/*only ie gets this style*/
	\height: 62px;/* for ie5 */
	he\ight: 60px;/* for ie6 */
}
#center {
	width: 563px;
	float: right;
	padding-top: 253px;
	padding-bottom: 42px;/* needed to make room for footer */
}
#clearfooter {width: 100%; height: 42px; clear: both} /* to clear footer */

/* inner divs */


#centerContent {
  padding: 33px 14px 0 14px; margin: 0; 
}
#rightContent {
  padding: 39px 10px 0 10px; 
}
#footerContent {
	padding-top: 28px;
}

/* header */

#headerContent {
	position:absolute;
	top: 124px;
	left:0px;
	width: 969px;
	height: 128px;
	background: #FFFFFF;
	border-top: 1px solid #797979;
	border-left: 1px solid #797979;
	border-right: 1px solid #797979;
	overflow:hidden;
}

.logo_head 			{ margin-top: 14px; padding-left: 37px; padding-right: 35px; text-align: center; height: 90px; border-right: 1px solid #3E3E3E; float: left; }
.logo_head img			{ margin-top: 15px; }
#logo_footer			{ float: right; padding-right: 58px; position: relative; top: -140px;  }
#logo_footer img		{ padding: 4px; border: 1px #9C9B98 solid; margin: 0; }


#langSelection 			{ position:absolute; top: 92px; left: 855px; width: 100px; text-align: right; }

/* diverses */

div,p  				{ margin-top:0; }
img				{ border: none; }

