*{
	margin: 0px;
	padding: 0px;
}

a img{
	border: none;
}

#moveDiv{
	width: 990px;
	height: 735px;
	position: relative;
	top: 40px;
	margin: 0 auto 0 auto;
	text-align: left;
	background: #fff url('../images/fond_ipad_smallB.png') no-repeat -0px 50px;
}
/*AJOUT*/
#fondConteneurTitre {
    background: url('../images/fond_blanc_titre.png');
    float: left;
    height: 40px;
    margin: 10px 0 0 40px;
    width: 896px;
}

#fondConteneurTitre h1 {
    color: #3556A3;
    display: inline;
    float: left;
    font-size: 26px;
    height: 36px;
    line-height: 36px;
    margin: 0;
    padding: 0 20px 0 10px;
    text-shadow: 2px 2px 0 #DDDDDD;
}
/*fin AJOUT*/

#bouton-iphone{
	float: right;
	margin: 0 5px 0 20px;
	/*position: relative;
	top: 0px;
	left: 650px;*/
}

#bouton-android{
	float: right;
	margin: 0 5px 0 20px;
	/*position: relative;
	top: 0px;
	left: 800px;*/
}

#display{
	z-index: 0;
	width: 384px;
	height: 512px;
	position: absolute;
	left: 295px;
	top: 82px;
	overflow: hidden;
}

#displayMagList{
	width: 92px;
	height: 97px;
	/*
	position: relative;
	*/
	top: 0px;
	left: 225px;
	background-image: url('../images/onglet-transparent.png');
}

.listMag{
	/* display:block; */
	/* width: 322px; */
	/* height: 50px; */
	/* position: relative; */
	/* left: -32px; */
	/* top: -33px; */
	/* font-size: 1.5em; */
	/* font-family: Arial, Sherif; */
	/* background-color: #f0f0f0; */
	/* padding-top: 1em; */
	/* padding-left: 10px; */
	/* border-bottom : 1px dashed #f59b19; */
	/* border-radius: 0px 10px 0px 0px; */

	display:block;
	width: 330px;
	height: 50px;
	position: relative;
	font-size: 1.5em;
	font-family: Arial, Sherif;
	background-color: #f0f0f0;
	margin:0px;
	padding:20px 0 0 20px;
	border-bottom : 1px dashed #f59b19;
	border-radius: 0px 10px 0px 0px;
}

#flecheMenuListMag{
    /* position: relative; */
    /* left: 250px; */
    /* top: -75px; */

    position: relative;
    left: 280px;
    top: -0px;
}

#boutonMagList{
	position: absolute;
	top: 20px;
	left: 18px;
}

#listMagazines{
	/* z-index: 2; */
	/* display: none; */
	/* width: 300px; */
	/* position: absolute; */
	/* top: 97px; */
	/* padding-top: 2em; */
	/* padding-left: 2em; */
	/* border-radius: 0px 10px 10px 10px; */

	z-index: 2;
	display: none;
	width: 350px;
	position: relative;
	top: 97px;
	padding-bottom: 25px;
	border-radius: 0px 10px 10px 10px;
	background: #ffffff;
}

#listMagazines ul{
	/* list-style-image: url('../images/puce-mag.png'); */
	/* margin: 0px; */
	/* padding: 0; */

	list-style: none;
	margin: 0 0 0 25px;
	padding: 0;
}

#listMagazines ul li{
	height: 25px;
}

#listMagazines ul li{
    position: relative;
    left: 30px;
    top: -28px;
    color: black;
    font-size: 18px;
    font-family: Arial, Sherif;
    text-decoration: none;
}

#listMagazines ul li a:visited{
	color: black;
	/* font-size: 18px; */
	/* font-family: Arial, Sherif; */
	/* text-decoration: none; */
}

#listMagazines ul li a:hover{
	color: #cad320;
}

#displayMagList:hover{
	background-color: #f00fff;
}

#displayMagList:hover > #listMagazines{
	display: block;
	background-color: #ffffff
}



#displayListPages{
	float: left;
    z-index: 2;
    width: 40px;
    height: 40px;
    margin: 0 10px 0 10px;
    /*position: relative;
    top: -0px;
    left: 325px;*/
}


.listPages{
	display:block;
	width: 330px;
	height: 50px;
	position: relative;
	font-size: 1.5em;
	font-family: Arial, Sherif;
	background-color: #f0f0f0;
	margin:0px;
	padding:20px 0 0 20px;
	border-bottom : 1px dashed #f59b19;
	border-radius: 0px 10px 0px 0px;
}

#flecheMenuListPage{
    position: relative;
    left: 280px;
    top: -45px;
}

/* #boutonPageList{ */
/*     position: absolute; */
/*     left: 10px; */
/* } */

#listPages{
	z-index: 2;
	display: none;
	width: 350px;
	position: relative;
	padding-bottom: 25px;
	border-radius: 0px 10px 10px 10px;
	background: #ffffff;
}

#listPages ul{
	list-style: none;
	margin: 0 0 0 25px;
	padding: 0;
}

.numPage{
	width: 21px;
	height: 24px;
	font-size: 0.8em;
	font-weight: bold;
	background-image: url('../images/icone-page.png');
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-left: 8px;
	color: #ffffff;
}

#listPages ul li{
	height: 25px;
}

#listPages ul li a{
	position: relative;
	left: 30px;
	top: -28px;
	color: black;
	font-size: 18px;
	font-family: Arial, Sherif;
	text-decoration: none;
}

#listPages ul li a:visited{
	color: black;
}

#listPages ul li a:hover{
	color: #cad320;
}

#displayListPages:hover {
	background-color: #ffffff;
}

#displayListPages:hover > #listPages{
	display: block;
}


#linkPrev{
	display: block;
	width: 55px;
	height: 508px;
	position: absolute;
	left: 245px;
	top: 85px;
	border-radius: 10px 0px 0px 10px;
	text-align: center;
}

#linkNext{
	display: block;
	width: 55px;
	height: 508px;
	position: absolute;
	left: 670px;
	top: 85px;
	border-radius: 0px 10px 10px 0px;
	text-align: center;
}

#linkDown{
	display: block;
	width: 758px;
	height: 55px;
	position: absolute;
	left: 110px;
	top: 600px;
	border-radius: 0px 0px 10px 10px;
	text-align: center;
}

#linkUp{
	display: block;
	width: 758px;
	height: 55px;
	position: absolute;
	left: 110px;
	top: 50px;
	border-radius: 10px 10px 0px 0px;
	text-align: center;
}

#zoom{
	float: left;
	z-index: 2;
	margin: 0 10px 0 10px;
    width: 40px;
    height: 40px;
    /*position: relative;
    top: -0px;*/
    /*left: 425px;*/
}