html, body{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}
body {
	background-color:#ff0000;
	background-image:url(../images/charte/bg_body.gif);
	background-repeat:repeat-y;
	background-position:center;

}
p, ul, li, table, div, h1, h2, h3, hr, img, form, input{
	padding: 0px;
	margin: 0px;
}

#main{
	background-image:url(../images/charte/bg_top.gif);
	background-repeat:no-repeat;
	background-position:center top;
 	width:100%;
	min-height:100%; 
	height:auto !important;
	height:100%;
}

#layout{
	width:1000px;
	height:100%;
	display:table;
	margin:auto;
}

#left-col{
	width: 55px;
	float:left;
}
#right-col{
	width: 945px;
	float:left;
	margin-top:200px;
		background-image:url(../images/charte/bg_layout.gif);
	background-repeat:no-repeat;
	background-position:right top;
}

#menu-left{
width:325px;
float:left;
}
#textzone{
width:291px;
float:left;
font-family: Trebuchet MS;
font-size:14px;
color:#FFFFFF;
padding-left:10px;
text-align:center;
}

#menu-right{
width:300px;
float:left;
margin-top:10px;
}

#contact{
	clear:both;
	padding-top:30px;
	margin-bottom:20px;
}