/*<![CDATA[*/
<!--
* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%; /* Required */
  border: 1px solid white;
}

body {
  color: #000;
  /*background-color: #DDC9AA;*/
	height: 100%; /* Required */
	background-color: #FFFFFF;
  font: 11px Futura, Helvetica, sans-serif;
  text-align: center;
  border: 1px solid white;
}

font.header {
  font-size: 18px;
}
font.text {
  font-size: 15px;
}
font.small {
  font-size: 13px;
}

li
{
 	list-style-type : disc;
	list-style-position: outside;
}

#container-page {
  margin: 0 auto;
  width: 800px;
  background: #FFF;
  text-align: left;
  /*position: relative;*/
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
	z-index: 1;
  border: 1px solid white;
}

#container-head {
  background: #FFF;
    height:120px;
}

#head {
  padding: 1em;
}
#header_top {
  width: 100%;
  /*position: relative; doesn't work with ffox*/
	text-align: right;
}
#header_mid {
  width: 100%;
  /*position: relative; doesn't work with ffox*/
}
#header_midleft {
  width: 40%;
	float: left;
}	
#logo_eng {
  width: 40%;
	float: left;
}
#logo_fr {
  width: 40%;
	float: left;
}	
#header_midright {
  width: 56%;
	float: right;
	text-align: right;
  border: 1px solid white;
}	
#header_bottom {
  width: 100%;
  /*position: relative; doesn't work with ffox*/
  z-index: 2;
}
#header_bottom2 {
  width: 100%;
  /*position: relative; doesn't work with ffox*/
  z-index: 2;
}

#container-content {
  padding: 0 1em 10px 1em;
}

#container-content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
  border: 1px solid teal;
}

#content-left {
  padding: 1em 0;
  width: 10%;
  float: left;
}

#content-right {
  width: 90%;
  float: right;
}

#content-sec ul,#content-sec ul li {
  list-style: none none;
}

#container-foot {
  width: 99%;
	color:#333;
  background: #fff;
  /*position: absolute; doesn't work with ffox*/
  bottom: 0 !important;
  bottom: -1px; /* For Certain IE widths */
  height: 25px;
  text-align: center;
  font-size:0.95em;
	visibility:hidden
}

#foot {
  padding: 0 1em;
  line-height: 40px;
}
-->
/*]]>*/
