#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-(44+10)-10 = 580-64 = 516
		left : (580-137)/2=443/2=221
*/
.bloc_nav_level_3
{
	top: 526px;
	left: 221px;
}
/* FIN ====== BOUTONS DE NAVIGATION ================================================ */
