/*
 * Used solely for the language selection page
 * Mathieu Gagnon <mathieu.gagnon@>
 *
 * ie5.5 little width problem
 */
@import url(default.css);


#document {
	background:#00618F url(../img/bg-splash.jpg) no-repeat top left;
	text-align:center;
}
img {
	display:block;
	margin:20px auto;
}
#content {
	float:none;
	margin:0;
	padding:0;
	width:696px;
	height:285px;
	background:none;
	border-bottom:1px solid #00618e;
}
#content p.fr,
#content p.en {
	float:left;
	width:344px;
	margin:0;
	margin-top:78px;
	overflow:hidden;
	text-indent:-100em;
	text-align:left;
}
#content p.en {
	float:right;
}
#content p a {
	width:100px;
	height: 20px;
	display:block;
	margin-top:60px;
	background-repeat:no-repeat;
	background-position:30px 0;
}
#content p.fr a {
	background-image:url(../img/bt-enter-fr-off.gif);
}
#content p.fr a:hover {
	background-image:url(../img/bt-enter-fr-on.gif);
}
#content p.en a {
	background-image:url(../img/bt-enter-en-off.gif);
}
#content p.en a:hover {
	background-image:url(../img/bt-enter-en-on.gif);
}
#footer {
	border-top:0;
	height: 40px;
}
#footer span.fr {
	width:310px;
	background: url(../img/ico-innovation-splash-fr.gif) no-repeat center right;
	height: 40px;
	position: absolute;
	left: -110px;
}
#footer span.en {
	width:310px;
	float:left;
	background: url(../img/ico-innovation-splash-en.gif) no-repeat center left;
	height: 40px;
	position: absolute;
	right: -110px;
}
