
/* Splash Page Main Style Sheet             */
/* For most non-standard compliant browsers */
/* Computing and Communication Service      */
/* 2004.10.07                               */ 

body {
	margin: 0;
	padding: 0;
	background: #E3DCDB url(/images/splash/splash_bg_shadow.gif) top left repeat-y;
}

.title {
 font-size: medium; font-size: 1em;
 /* Ignored by NS4 */ /*/*/
 font-size: medium; 
 /* End: Ignored by NS4 */
 font-family:Verdana, Arial, Helvetica, sans-serif;
 color: #6A584A;
 margin: 5px;
}

#main {
	position: absolute;
	left: 5px;
	width: 780px;
	top: 0px;
	z-index:1;
}

#tiles {
	position:absolute; 
	left:348px; 
	top:0px; 
	width:437px; 
	height:340px; 
	z-index:0;
}

#wrapper td#cel-lang-fr {
	border-right: 1px solid #E3DCDB;
	padding-top:0;
}
#wrapper #cel-lang-en {
	padding-top:0;
}
#wrapper #cel-lang-fr img, #wrapper #cel-lang-en img {
	margin-bottom:26px;
	border:0;
}
