body
{
	font: normal 0.8em "Times New Roman", Verdana, Arial, Helvetica, sans-serif;
}

#main
{
	/* La dimension utilisable est bien width et height, Border est pris en dehors (OK FF et IE) */
	width: 978px;
	height: 525px;
	border:5px solid #ffffff;
}

/* DEB ====== Spécification des images ============================================================================= */
#img_droite
{
	left: 489px;
}
#img_droite_down
{
	left: 489px;
}
/* FIN ====== Spécification des images ============================================================================= */


/* DEB ====== Boutons de déplacement et bonus ============================================================================= */
nav
{
	position: absolute;
	top: 468px;
	width: 978px;
	height: 57px;
}
nav li
{
	display: inline;
}
nav a
{
	display: block;
}
#nav_ps
{
	float:right;	
	width: 57px;
	height: 57px;
	background : url(images/bt/bt_ps.png) no-repeat;
}
#nav_pp
{
	float:left;	
	width: 57px;
	height: 57px;
	background : url(images/bt/bt_pp.png) no-repeat;
}
#nav_bonus
{
	position: absolute;
	top: 0px;
	left: 432px;
	width: 114px;
	height: 57px;
	background : url(images/bt/bt_bonus.png) no-repeat;
}
/* DEB ====== Boutons de déplacement et bonus ============================================================================= */
