body
{
	font: normal 1.5em "Times New Roman", Verdana, Arial, Helvetica, sans-serif;
}

#main-zoom
{
	/* Même dimension que #main*/
	width:1275px;
	height:830px;
	border:5px solid #000000;
	background-color:black;
	/* Pour éviter tout décalage intempestif, il est important d'avoir ce display=none et le "$("#main-zoom").hide();" */
	display:none;
	cursor: pointer;
}


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

/* DEB ====== BOUTONS DE NAVIGATION ================================================ */
/* 
		50+50+30=130 
		(1264-130)/2=567
		768-(34+10)-10 = 768-54=718
*/
.bloc_nav_level_3
{
	top: 760px;
	left: 567px;
}
/* FIN ====== BOUTONS DE NAVIGATION ================================================ */


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

