body
{
  background-color: #FFFFFF;
  
  /* Permet à IE6 de gérer l'évènement :hover */
  behavior: url( "htc/csshover.htc" );

  /* marges à zéro */
  margin: 0px;

  /* Texte de base */
  font-family: Verdana, sans-serif;
  font-size: 10pt;
  color: #4F4F4F;
}

img
{
	/* Permet à IE6 de gérer les PNG avec transparence */
	behavior: url( "htc/pngfix.htc" );
}

#container
{
	width: 750px;
	height: 710px; /*750px;*/
	
	border: 1px solid #cccccc;
	border-top: none;
	border-bottom: none;
	
	/* Centrage du site web */
	position:			absolute;
	left: 				50%; 
	top: 				5px;
	margin-left: 		-35%; /* -25px; */ /* - moitié de la largeur */
}