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

/* DEB ====== BOUTONS DE NAVIGATION ================================================ */
/* 
		50+50+30=130 
		(1264-130)/2=567
		768-(34+10)-10 = 768-54=718
*/
.bloc_nav_level_3
{
	top: 718px;
	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 ====================================================== */

