#bouton_next {
right : 0px;
top : 100px;
}

#bouton_last {
right : 0px;
top : 300px;
}

#bouton1 {
left : 180px;
}

#bouton2 {
left : 320px;
}

#bouton3 {
left : 460px;
}

#bouton4 {
left : 600px;
}

#boutoninfos {
left : 740px;
}

#boutonprint {
left : 880px;
}

#boutoncoord {
left : 740px;
}

#echo_page {
width : 5px;
text-align : center;
}

#page {
	position: relative;
	width: 1000px;
	height: 760px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

#page div, img, p, pre {
	position: absolute;
}

/* **** balises **** */
body {
	margin: 0px;
	padding: 0px;
	font-family : Garamond;
	background-color : #000000;
	text-align: left;
	color: #000000;
}

p, pre, label {
	margin: 0px;
	padding: 0px;
	font-family : Garamond;
	font-size : 30px;
	font-style : normal;
	font-weight: bold;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}

a {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-size: 30px;
	font-family : Garamond;
}
/***** BARRE DE NAVIGATION *****/
#imgboutonhome {
	bottom : 5px;
	left: 5px;
}

#imgavant {
	top : 300px;
	right: 0px;
}
#imgarriere {
	top : 150px;
	right: 0px;
}

/*** Nom Dossier/Fichier ***/
#zoneListeContenuRep {
	top: 20px;
	left: 150px;
	text-align: left;
}
#zoneListeContenuRep div {
	position: static;
	height: 125px;
	width: 840px;
}
#zoneListeContenuRep div p {
	position: static;
	display: inline;
	vertical-align: middle;
}
#zoneListeContenuRep div img {
	position: static;
	display: inline;
	vertical-align: middle;
}

.dossier {
	font-size :40px;
	font-family : "Lucida Handwriting", cursive;
	color: #3d8823;
	letter-spacing: 2px;
}
.nom {
	bottom: 10px;
	right: 0px;
	text-align: center;
	width: 800px;
	font-size :50px;
	font-family : "Lucida Handwriting", cursive;
	color: #C0C0C0;
	letter-spacing: 2px;
}
/* affichage de l'image */
#iframe_fichiers {
	position: absolute;
	left: 0px;
	top: 35px;
	height: 570px;
	border: 6px inset #C0C0C0;
	width: 860px;
}

#iframe_fichiers_uniq {
	position: absolute;
		left: 0px;
	top: 35px;
	height: 570px;
	border: 6px inset #C0C0C0;
	width: 985px;
}


/* messages texte */
#msg1, #msg2 {
	color: #C0C0C0;
	left: 100px;
}
#msg1 {
	top: 100px;
}
#msg2 {
	top: 200px;
}
