html {
	margin: 0;
	overflow:none;
	border: none;
}

body {
	height:100%; /* fix height to 100% for IE */
	min-height:100%; /* fix height for other browsers */
	overflow:none; /*get rid of scroll bars in IE */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	background-image: url(images/background.jpg);
	background-repeat:repeat-y;
	background-color:#983734;
	text-align:left;
	color:#ffffff;
	font: 13px arial;

	}
a {
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
	
	}

#header {
	width : 100%;
	height : 50px;
	left : 0px;
	top : 0px;
	position : absolute;
	}	
	
.container {
	width : 600px;
	left : 450px;
	top : 100px;
	background-color : #dcc7c7;
	position : absolute;
	border : 3px solid #939191;
	color : #000000;
	overflow : none;
	padding : 15px;
	}

.contenu {
	height : 400px;
	}
