/* */

*
{
	margin: 0;
	padding: 0;
}

img
{
	border: 0;
}

#logo
{
	position: relative;
	display: block;
	width: 455px;
	height: 137px;
	margin-top: 68px;
	margin-left: auto;
	margin-right: auto;
}

#logo h1, #logo h2
{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 455px;
	height: 137px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -999em;
}

#logo h1
{
	background-image: url(/img/intro-logo-iam.gif);
}

#logo h2
{
	background-image: url(/img/intro-logo-blue.gif);
	display: none;
}

#links
{
	position: relative;
	display: block;
	width: 460px;
	height: 302px;
	margin-top: 38px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 64px;
}

#fr, #en
{
	overflow: hidden;
}

#fr p a
{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 214px;
	height: 309px;
	background-image: url(/img/intro-fr.gif);
	background-repeat: no-repeat;
	outline: 0;
}

#en p a
{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 215px;
	height: 275px;
	background-image: url(/img/intro-en.gif);
	background-repeat: no-repeat;
	outline: 0;
}

#en p, #fr p
{
	text-indent: -999em;
	outline: 0;
}

