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:970px;
	height:589px;
	border:5px solid #ffffff;
}

/* DEB ====== BOUTONS DE NAVIGATION ================================================ */
/* 
		50+50+30=130 
		(970-130)/2=420
		589-(34+10)-10 = 589-54=535
*/
.bloc_nav_level_3
{
	top:535px;
	left:420px;
}
/* FIN ====== BOUTONS DE NAVIGATION ================================================ */

/* DEB ====== BOUTONS PAGE 23 ====================================================== */
#cadre_defil
{
	top: 0px;
	left: 0px;
	width: 970px;
	height: 443px;
}
#bt_gauche
{
	float: left;
	position: relative;
	top: 200px;
	width:48px;
	height: 48px;
	background : url(images/bt/bt_gauche.png) no-repeat;	
}
#bt_droite
{
	float: right;
	position: relative;
	top: 200px;
	width:48px;
	height: 48px;
	background : url(images/bt/bt_droite.png) no-repeat;	
}
/* FIN ====== BOUTONS PAGE 23 ====================================================== */
