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

/* DEB ====== BOUTONS DE NAVIGATION ================================================ */
/* 
		50+50+37=135
		top : 900-(34+10)-10 = 900-54=846
		left : (900-135)/2=765/2=382
*/
.bloc_nav_level_3
{
	top: 846px;
	left: 382px;
}
/* FIN ====== BOUTONS DE NAVIGATION ================================================ */

