/* IE Png Fix */
div, span { behavior: url('iepngfix/iepngfix.htc'); }

* {
 	margin: 0;
	padding: 0;
}
body {
	background-color: black;
	color: white;
	font-family: 'Droid Sans', 'Lucida Grande', 'Tahoma', 'Liberation Sans', sans;
}

div#footer {
	font-size: 8pt;
	text-align: center;
	color: #333333;
	margin-top: 1em;
	margin-bottom: 1em;	
}

div#footer p.more {
	font-size: 7pt;
	font-weight: bold;	
}

div#topbar {
	position: fixed;
	background-image: url('images/topbar.png');
	width: 100%;
	height: 35px;
	top: 0;
	left: 0;
	/*  IE6 */
	_position: absolute;
	top: expression(body.scrollTop + "px");
	/* /IE6 */
	font-size: 9pt;
	font-weight: normal;
}

div#topbar h1 {
	position: absolute;
	display: block;
	background-image: url('images/title.png');
	left: 10px;
	height: 35px;
	width: 81px;
	text-indent: -5000%;	
}

div#topbar ul {
	list-style-type: none;
	position: absolute;
	display: block;
	top: 5px;
	color: #afc9f0;
	left: 96px;
}

div#topbar li {
	float: left;
	display: block;
	margin-right: 0.7em;
}

div#topbar li.more a {
	position: fixed;
	right: 10px;
}

div#topbar a {
	font-weight: bold;
	text-decoration: none;
	color: white;
}

div#page {
	width: 839px;
	height: 768px;
	margin: auto;
	background-image: url('images/bgright.jpg');
	background-repeat: no-repeat;
	background-position: 503px 0px;
	position: relative;
}

div#topOfThePop {
	position: relative;
	text-indent: -5000%;
}

div#topOfThePop h1 {
	display: block;
	background-image: url('images/h1.png');
	background-repeat: no-repeat;
	position: absolute;
	top: 33px;
	left: 101px;
	width: 379px;
	height: 258px;
}

div#topOfThePop h2 {
	display: block;
	background-image: url('images/h2.png');
	background-repeat: no-repeat;
	position: absolute;
	top: 300px;
	left: 27px;
	width: 456px;
	height: 63px;
}

div#topOfThePop p {
	display: block;
	background-image: url('images/p.png');
	background-repeat: no-repeat;
	position: absolute;
	top: 366px;
	left: 27px;
	width: 456px;
	height: 159px;
}

div#topOfThePop h3 {
	display: block;
	background-image: url('images/h3.png');
	background-repeat: no-repeat;
	position: absolute;
	top: 520px;
	left: 27px;
	width: 457px;
	height: 37px;
}

div#chooser {
	position: absolute;
	display: block;
	background-image: url('images/chooser.jpg');
	background-repeat: no-repeat;
	left: 13px;
	top: 597px;
	width: 226px;
	height: 151px;
	text-indent: -5000%;	
	z-index: 0;
}
div#chooser ul {
	list-style-type: none;
	display: block;
}

div#chooser ul li a {
	display: block;
	width: 226px;
	height: 34px;
	z-index: 100;
}

div#chooser ul li a:hover {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 226px;
	height: 151px;
}


div#chooser ul li#chooser1 a:hover {
	background: url('images/chooser1.jpg');
	z-index: 99;	
}

div#chooser ul li#chooser2 a:hover {
	background: url('images/chooser2.jpg');	
	z-index: 99;
}

div#chooser ul li#chooser3 a:hover {
	background: url('images/chooser3.jpg');	
	z-index: 99;
}

div#chooser ul li#chooser4 a:hover {
	background: url('images/chooser4.jpg');	
	z-index: 99;
}

li#chooser1 a {
	position: absolute;
	top: 6px;
	left: 5px;
}

li#chooser2 a {
	position: absolute;
	top: 40px;
	left: 5px;
}

li#chooser3 a {
	position: absolute;
	top: 74px;
	left: 5px;
}

li#chooser4 a {
	position: absolute;
	top: 110px;
	left: 5px;
}

div.frame {
	position: absolute;
	width: 596px;
	height: 189px;
	background-image: url('images/frame.png');
	background-position: top right;
	background-repeat: no-repeat;
	top: 578px;
	left: 245px;
	text-indent: -5000%;	
}

div.frame h2 {
	position: absolute;
	display: block;
	background-image: url('images/exemples.jpg');
	width: 67px;
	height: 152px;
	top: 18px;
	left: 511px;
	z-index: 39;
}

div.frame h1 {
	display: none;
}

div.frame p span {
	position: absolute;
	display: block;
	width: 232px;
	height: 170px;
	top: 0px;
	left: 11px;
}

div.frame p span.more {
	position: absolute;
	display: block;
	width: 255px;
	height: 170px;
	top: 0px;
	left: 285px;
	z-index: 40;
}

div#frame1 p span {
	background-image: url('images/f1t1.png');
}

div#frame1 p span.more {
	background-image: url('images/f1t2.png');
}

div#frame2 p span {
	background-image: url('images/f2t1.png');
}

div#frame2 p span.more {
	background-image: url('images/f2t2.png');
}

div#frame3 p span {
	background-image: url('images/f3t1.png');
}

div#frame3 p span.more {
	background-image: url('images/f3t2.png');
}

div#frame4 p span {
	background-image: url('images/f4t1.png');
}

div#frame4 p span.more {
	background-image: url('images/f4t2.png');
}
