@charset "utf-8";
/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;}
body{line-height:1;}
ol, ul{list-style:none;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after, q:before, q:after{content:''; content:none;}
/* remember to define focus styles! */
:focus{outline:0;}
/* remember to highlight inserts somehow! */
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse; border-spacing: 0;}
/* end reset */


/* generic */
*{
	margin:0;
	padding:0;
}

body{
	background:#fff;
	font-size:12px;
	line-heigt:18px;
	text-align: center;
}

#container{
	width:812px;
	margin:0 auto;
}

.upper{
	text-transform:uppercase;
}
/* end generic */


/* splash screen */
#logo-bilingual{
	background:url(images/Logo-Bilingual.jpg) top left no-repeat;
	width:549px;
	height:60px;
	margin:25px 0;
}

#splash{
	background:url(images/Splash.jpg) top left no-repeat;
	width:812px;
	height:413px;
	text-align: left;
	margin: 0 auto;
}

	#splash a{
		display:inline-block;
		background:url(images/Splash-Language-Btn.png) top left no-repeat;
		width:213px;
		height:63px;
		line-height:63px;
		text-indent:85px;
		position:relative;
		top:270px;
		left:15px;
		font-family:Tahoma, Geneva, sans-serif;
		font-size:14px;
		color:#555;
		text-decoration:none;
	}
	#splash a#francais{
		left:15x;
	}
	
	#splash a:hover{
		text-decoration:underline;
	}
/* end splash screen*/
