html { 
	margin: 0px;
  	padding: 0px;
  	text-align: center;
  	height: 100%;
}

body { 
	margin: 0px;
  	padding: 0px;
  	height: 100%;
  	background: #000000;
 }

img {margin:5px;}

#header{ 
	width: auto;
}

#headercontent {
	margin: auto;
	width:1000px;
	height: 900px;
	position: relative;
}

#headernav {
	margin: auto;
	width: 980px;
	height:198px; 
	background-image:  url('../images-site/bannerbk.jpg');
	background-repeat: no-repeat;
}

#headernav2 {
	position: absolute;
	width: 400px;
	height:30px; 
	top: 138px;
	left:400px;
	background-image:  url('../images-site/menuhoriz.jpg');
	background-repeat: no-repeat;
	padding-top: 4px;
}

#page { 
	position: absolute;
	left: 0px;
  	width: auto;
	height: 900px;
}

#MenuLeftMargeLeft { 
	float: left;
	width: 10px;
  	height: 497px;
}

#MenuLeft { 
	float: left;
	text-align: left;
	padding-top: 15px;
  	width: 192px;
  	height: 497px;
	background-image:url(/site/images-site/bgml.jpg);

}

#MenuLeftMargeRight { 
	float: left;
	width: 10px;
  	height: 497px;
}

#Corp { 
	float: left;
	width: 570px;
	background-color:#ffffff;
	background-repeat: no-repeat;
	text-align: left;
	margin-right:30px;
}

#MenuRightMargeLeft { 
	float: left;
	width: 5px;
  	height: 497px;
}

#MenuRight { 
	float: left;
  	width: 170px;
  	height: 490px;
	border-left:solid 1px #ffed03;
	padding:5px;
	margin-top:35px;
}

#MenuRightMargeRight { 
	float: left;
	width: 10px;
  	height: 497px;
}


#MenuCenterChoix {
	margin-bottom: 50px;
	width:570px;
	text-align:left;
	font-family: Arial;
    font-style: normal;
	font-size: 14px;
	color: #003366;
	letter-spacing: 1px;
	height: 60px;
	line-height:60px;
	background-color:#000000;
}

#MenuCenterChoix img {
	margin:0px;
}


p {
	padding:5px;
} 