/* ------------------[ GENERIC ]------------------ */

body { background: #041B1E; margin: 0; color: #fff; font: normal 8.5pt Arial,Helvetica,sans-serif;  }
img { border: 0; }
b { font-weight: normal; }

/* ------------------[ HOME ]------------------ */

#home {
	position: absolute;
	width: 400px;
	height: 400px;	
/*	height: 500px;	*/
	margin-left: -200px;
	left: 50%;
	margin-top: 100px;
/*	top: 0px */
	/* commented backslash MacIE5 hack v2 \*/
	margin-top: -200px; /*-250px*/
	top: 50%;
	/* end hack */
}
#home p { margin: 0; }

#title p { text-align: center; margin: 0; }

#intro { position: relative; padding-left: 20%; }
/* hacks */
* html #intro { padding-left: 7%; }
/* end hacks */

#intro h1 { width: 240px; padding: 30px 0 15px 0; text-align: center; margin: 0; font: normal 8.5pt Arial,Helvetica,sans-serif; color: #B3BABB; }
#intro p { width: 240px; padding-top: 0px; text-align: center; color: #B3BABB; }
#intro a,a:visited { text-decoration: none; color: #B3BABB; }
#intro a:hover,a:active { color: #fff; }

#access { position: relative; padding-top: 15px;text-align: center; font-weight: bold; text-transform: uppercase; }
#access p { padding-bottom: 15px; }
#access a,a:visited { text-decoration: none; color: #B3BABB; }
#access a:hover,a:active { color: #fff; }

#induxia { position: relative; }
#induxia p { text-align: center; padding-top: 100px; }

/* zone désactivée */
#footer { visibility: hidden; }