html,
body {
	margin:0;
	padding:0;
	height:100%;
	font-family: Verdana;
}
h1 {
	width: 800px;
	color: #FFF;
	font-size: 3.2em;
	text-align: left;
	color: #C71712;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	min-height:100%;
	position:relative;

}
#header {
	height: 100px;
	padding: 0px 0 0 0;
	border: 0px solid red;
}

#main {
	padding-bottom: 100px; /* Height of the footer element: 100px NE PAS SUPPRIMER */
	
}
#content {
	float: left;
	width: 600px;
	height: 600px;
	padding: 0 10px 0 10px;
	background: #fff;
}
#sidebar {
	float: left;
	width: 320px;
	height: 600px;
	margin-left: 20px;
	/* background: #C71712; */
}
#footer {
	background:#ffab62;
	width:100%;
	height:100px;
	position:absolute;
	bottom:0;
	left:0;
}
.clear {
	clear:both;
}




