@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
} 



body,ul,ol,p,table,form,h1,h2,h3,h4,h5,h6 {
	padding:0;
	margin:0;
}

body {
	height:100%;

}

html {
	height:100%;
}

#container {
	min-height:100%;
	margin:0 auto;
}

* html #container {
	height:100%;
}

#main {
	padding:0px 0px 196px 0px;
	position:relative;
	min-height: 247px;
	height: auto !important;
	height: 247px;
}

#content {
	width: 930px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
}

#footer {
	height:196px;
	background-image:url(../img/peu.gif);
	background-position: 0px bottom;
	background-repeat: repeat-x;
	position:relative;
	margin:0 auto;
	margin-top:-196px;
}


