body {
	margin-top: 0px;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	background-color: #212121;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

a {
	text-decoration: none;
}

a:hover { 
	text-decoration: underline;
}

img {
	border: 0px;
}

#interface {
	position: absolute;
	width: 950px;
	margin-left: -475px;
	left: 50%
}

#img1 {
	position: absolute;
	margin-left: 100px;
	margin-top: 150px;
}

#header {
	position: absolute;
	left: 409px;
	margin-top: 0px;
	background-color: #4D4D4D;
	background-repeat: repeat-y;
	width: 198px;
	height: 120px;
}


#contenu {
	position: absolute;
	left: 409px;
	margin-top: 120px;
	background-image: url(../../media/image/interface/index2.jpg);
	background-repeat: repeat-y;
	width: 198px;
	text-align: justify;
	padding-left: 10px;
}

h1 {
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF7F00;
	font-size: 12px;
	font-weight: bold;
	text-indent: 1px;
}

#footer {
	position: absolute;
	top: 600px;
	width: 198px;
	height: 20px;
	left: 409px;
	background-color: #212121;
	text-align: center;
	vertical-align: middle;
}
