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

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

#header{ 
	width: auto;
}

#headercontent {
	margin: auto;
	width:1000px;
	height: 900px;
	position: relative;
	background-image:url(../images-site/back.jpg);
}

#headernav {
	margin: auto;
	width: 942px;
	height:150px; 
	background-color:#000000;
}

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

#MenuLeftMargeLeft { 
	float: left;
	width: 29px;
  	height: 470px;
}

#MenuLeft { 
	float: left;
	text-align:left;
  	width: 187px;
  	height: 470px;
}

#MenuLeft a { margin-left:5px; }

#MenuLeftMargeRight { 
	float: left;
	width: 10px;
  	height: 470px;
	background-color:#000000;
}

#Corp { 
	float: left;
	width: 570px;
  	height:470px;
	text-align: left;
	background:#000000;
}

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

#MenuRight { 
	float: left;
  	width: 170px;
	background-repeat: no-repeat;
}

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

#piednav {
	float: left;
	width:942px;
	height:0px;
	background-color:#000000;
}

#MenuCenterChoix {
	margin-top: 20px;
	margin-left: 5px;
	margin-bottom:15px;
	text-align:left;
	color: #f29400;
	font: 16px verdana;
	font-weight: bold;
	letter-spacing: 2px;
}

#MenuCenterChoix img {margin-right:5px;}

#MenuCenterTxt {
	margin-left:10px;
}

#ContenuCorp {
	width:570px;
	margin-left:5px; margin-top:-21px;
	background:#ffffff;
	border:ridge 4px #ffffff;
}

#ContenuCorp form input {
	border:solid 1px #999999;
}

label {display:block;
font-weight:bold;
}

textarea {
	border:solid 1px #999999;
}