* {
  margin: 0;
  padding: 0;
}

html, body {
}

body {
  color: #666;
  font: 11px Verdana, sans-serif;
  text-align: center;
  overflow:inherit;
}
#popup {
	background:#fff;
	text-align:left;
	width:100%;
	height:100%;
	padding:10px 0px 10px 5px;
}
#ctn_page {
  margin: 0 auto;
  width: 990px;
  /*background: #FFF url(/2007/DotCom/images/decouvrir/skin/bg-color-theme.jpg) repeat-y left top;*/
  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
}
#ctn_mdl_3cols {
  padding: 0 232px 75px 226px;
}
#ctn_mdl_2cols {
  padding: 0 35px 65px 226px;
}
#ctn_mdl_1cols {
  padding: 0 100px 75px 100px;
}
#home #ctn_mdl_1cols {
  padding: 0 202px 5px 0;
}
.IS_IE #home #ctn_mdl_1cols  {
  padding-bottom: 20px;}

#ctn_full #ctn_ctt,#ctn_full #ctn_mdl_1cols {padding:0; margin:0;}

#ctn_ft {
  clear:both;
  width: 100%;
  position: absolute;
  /*bottom: 0 !important;
  bottom: -1px;  For Certain IE widths */
  height: 75px;
}
#ctn_ft .default {
  bottom: 0 !important;
  bottom: -1px;  /*For Certain IE widths */
}
#home #ctn_ft .logo-contact{
	position:absolute;
	right:50px;
	top:35px;
}
