/*
    Document   : structure
    Created on : 27-nov-2008, 21:11:17
    Author     : Laurent Meganck
    Description:
        site structure
*/

html{ overflow: hidden; }
	body{}

		div.background_left{ width: 25em; height: 92.3077em; position: absolute; bottom: 0; left: 0; }
		div.background_right{ width: 25em; height: 92.3077em; position: absolute; bottom: 0; right: 0; }
		div.header_left{ width: 98.4615em; height: 11.3076em; position: absolute; top: 0; left: 50%; margin-left: -135.9230em; }
		div.header_filler{ width: 100%; height: 11.3076em; position: absolute; top: 0; left: 0; }

		#doc4{ position: relative; width: 76.3077em; }
			#hd{ height: 11.3076em; position: relative; }
			#doc4 div.shadow_box{ width: 76.3077em; }
				#bd{ width: 74.9231em; position: relative; left: 0.6923em; z-index: 10; }
					#bd div.content{ height: 1em; display: none; overflow: auto; padding: 1.4285em 2.1429em 1.4285em 2.1429em; font-size: 14px; }

						#bd div.content h1{ margin: 0.5102em 0 0.5102em 0; padding-left: 1.0204em; font-size: 140%; font-weight: bold; line-height: 2.7041em; }
						#bd div.content p{ margin: 1.07143em 0 1.07143em 0; padding-left: 1.4285em; }
						#bd div.content ul{ margin: 0.7143em 0 0.7143em 3.5714em; }
							#bd div.content ul li{ list-style-type: disc; }

				#ft{ width: 74.9231em; margin-left: 0.6923em; padding-top: 0.1538em; padding-bottom: 0.1538em; text-align: center; font-weight: bold; }

		#menu{ width: 74.9231em; position: absolute; top: 0; left: 50%; margin-left: -37.4615em; z-index: 100; }
		#contact{ display: none; }