body,html
{
	background-color:#565e60;
	color:#565e60;
	font-size:12px;
	font-family:"Trebuchet MS";
	margin:0;
	background-image:url(interface/bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
}
.container
{
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	width:670px;
	height:100%;
	z-index:100;
}
.menu1
{
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
	width:660px;
	height:20px;
	font-size:11px;
	text-align:right;
	padding-right:10px;
}
.banniere
{
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	width:670px;
	height:235px;
	background-image:url(bannieres/banniere1.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
.contenu
{
	margin-left:10px;
	padding-right:10px;
	float:left;
	width:480px;
	height:450px;
	min-height:450px;
	height:auto;
	z-index:1;
}
.inter
{
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
	width:670px;
	height:5px;
}
h1
{
	text-align:right;
	padding-right:15px;
	font-size:24px;
	height:25px;
	color:#3399FF;
	font-weight:bold;
}
a
{
	color:#333333;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
a.footer
{
	color:#333333;
	text-decoration:none;
	font-size:10px;
}
a.footer:hover
{
	text-decoration:underline;
}
a.load_link
{
	color:#003366;
	font-weight:bold;
	text-decoration:none;
}
a.load_link:hover
{
	text-decoration:underline;
}