body
{
	font: normal 1.5em "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:1024px;
	height:768px;
	border:5px solid #ffffff;
}

/* DEB ====== BOUTONS DE NAVIGATION ================================================ */
/* 
		50+50+30=130 
		(1024-130)/2=447
		768-(34+10)-10 = 768-54=718
*/
.bloc_nav_level_3
{
/*	top: 718px;*/
	top: 700px;
	left: 447px;
}
/* FIN ====== BOUTONS DE NAVIGATION ================================================ */

