/*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 ================================================ */
/* 
		50+50=100 
		top : 900-(34+10)-10 = 900-54=846
		left : (900-100)/2=800/2=400
*/
.bloc_nav_level_3
{
	top:846px;
	left:400px;
}
/* FIN ====== BOUTONS DE NAVIGATION ================================================ */

