@charset "utf-8";
/* CSS Document */

  html, body, #container, #contenu { height:100%;}
  body { margin:0; padding:0; 
  background-color:#ffffff;}
  
  body {background-image:url(../image/fond.png); background-repeat:repeat-x; background-color:#333333; }
  
  #container {
  position:absolute;
  left: 50%; 
  top: 10px;
  width: 950px;
  height: 630px;
/*  margin-top: -315px;*/
  margin-left: -475px;
  /*border: 1px solid #000;*/
}
.copy {
	position: absolute;
	bottom: 0px;
	height: 0px;
	width: 950;
	left: 50px;
	right: 0px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#999999;
}
A {color:#999999;}

