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:900px;
	height:900px;
	border:5px solid #000000;
}

/* DEB ====== BOUTONS DE NAVIGATION ================================================ */
/* 
		140+140=280 
		top : 900-(96+10)-10 = 900-116=784
		left : (900-280)/2=620/2=310
*/
.bloc_nav_level_3
{
	top: 784px;
	left: 310px;
}
/* FIN ====== BOUTONS DE NAVIGATION ================================================ */

