html {
	width:100%;
}

body {
	width:100%;
	font-size:10pt;
	/*font-family:Times,"Times New Roman", "Times New Roman PS MT", serif;*/
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	text-align:center;
}

#container {
	width:776px !important;
	margin:auto;
	text-align:left;
	padding:0px;
  height:100%;
  background-image:url("../pix/bg.gif");
  background-repeat:no-repeat;
}

body > #container {
	height:auto;
	min-height:100%;
}

#metanav, #header, #mainnav, #content, #home {
	float:left;
	width:100%;
}

#metanav { 
	display:none;
}

#mainnav {
	display:none;
}

#home .news {
	float:left;
	width:194px;
	padding:0px 7px 0px 7px;
}

#home .image {
	float:left;
}

#home .news {
	margin:20px 0px;
}

#home .adressA, #home .adressB {
	float:left;
	margin:20px 0px;
}

#home .adressA {
	width:191px !important;
	width /**/:221px;
	padding:0px 15px;
}

#content {
	width:776px;
	float:left;
  font-size:1.1em;
  background-image:url("../pix/barre.gif");
  background-repeat:repeat-y;
}

#col_left {
  float:left;
	display:block;
	width:485px !important;
	height:530px;
}


#col_right {
  width:194px;
	float:right;
  background-color:#F5F5D2;
}

#content > #col_left {
	height:auto !important;
	min-height:530px;
}

.imgright {
	display:none;
}

.imgright img {
	display:none;
}

.hide {
	visibility:hidden;
	display:none;
}

#bymoxi {
	display:none;
}