@charset "ISO-8859-1";

/* Positionnement/espacement des différents éléments dans la fenêtre, bordures et marges */
	#Photos1 { position: absolute; top: 0px; right: 3px; width: 82px; height: 630px; overflow: hidden; }	
		#Photos1 img { margin-bottom: 5px; border: 1px solid black; }	
	#Photos2 { position: absolute; bottom: 1px; left: 3px; width: 575px; height: 82px; overflow: hidden; }
		#Photos2 img { margin-right: 10px; border: 1px solid black; }	
	#Texte { position: absolute; top: 0px; left: 10px; width: 550px; height: 540px; text-align: justify; overflow: hidden; }	
		ul { list-style-image: url("images/boucle.gif"); text-align: justify; text-indent: 25px; }
		ul li { margin-top: 7px; line-height: 19px; } 
	#PhotoAgrandie { position: absolute; border: 1px solid black; visibility: hidden; }

/* Couleurs et autres arrangements du texte */
