@charset "ISO-8859-1";

/* Positionnement/espacement des différents éléments dans la fenêtre, bordures et marges */
#Cadre { position: relative; height: 625px; width: 995px; top: 0px; margin-left: auto; margin-right: auto; }
	h1 { margin-bottom: 8px; }
	#Photo { float: right; margin: 50px 5px 0px 15px; border: 1px solid black; }
	#QuiSuisJe, #Coordonnees, #ZoneMessage { margin: 14px 5px 0px 5px; text-align: justify; }
		#TableCoords { width: 350px; height: 130px; border: 1px solid black; }
			#TableCoords img { margin: 3px 6px; } 
		#Message { width: 100%; height: 80px; }         
		#Envoyer { float: right; margin: 4px 0; }
		#ConfirmEnvoi { position: absolute; bottom: 5px; right: 5px; width: 300px; height: 150px; visibility: hidden; }

/* Couleurs et autres arrangements du texte */
body {background: #F7DFC7 url("images/motifbeige.gif") repeat; }    
	#Notabene { font-size: 12px; }