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 ================================================ */
/* 
		140+140=280 
		top : 580-(96+10)-10 = 580-116=464
		left : (580-280)/2=300/2=150
*/
.bloc_nav_level_3
{
	top: 464px;
	left: 150px;
}
/* FIN ====== BOUTONS DE NAVIGATION ================================================ */
