/*body
{
	font: normal 1.15em "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:580px;
	height:580px;
	border:5px solid #000000;
}

/* DEB ====== BOUTONS DE NAVIGATION ================================================ */
/* 
		50+50=100 
		top : 580-(34+10)-10 = 580-54=526
		left : (580-100)/2=480/2=240
*/
.bloc_nav_level_3
{
	top:526px;
	left:240px;
}
/* FIN ====== BOUTONS DE NAVIGATION ================================================ */
