/*******************************************************

Home/Spalsh Page CSS File
(c) 2007 Canada Aviation Museum
Author : Andrew Macdonald - New Media Officer

********************************************************/

/* Body Styles 
------------------------------------------------- */

html, body {
	margin:0;
	padding:0;
	color:#000;
	background-color:#464A55;
	text-align:center;
}

.hideit {display:none;} /* Hides certain text elements */

#homepage {
	position:absolute;	top: 50%;	left: 50%;	width:744px;	height:480px;	margin-top: -240px; /*set to 1/2 of height for vertical centering*/	margin-left: -372px; /*set to 1/2 of width for horizontal centering */	border:0.5px solid #363942;	background: transparent url(/assets/images/splash_page/backhome.jpg) 0 0 no-repeat;	text-align: center;
	z-index:2;
}

#homepage a {
	display:block;
	background: transparent url(/assets/images/spacer.gif) 0 0 no-repeat;
	z-index:1;
}

#visit a {position:absolute;top:250px;left:20px;width:50px;height:35px;}
#school a {position:absolute;top:285px;left:176px;width:50px;height:35px;}
#collections a {position:absolute;top:280px;left:306px;width:65px;height:35px;}
#explore a {position:absolute;top:270px;left:460px;width:50px;height:35px;}
#about a {position:absolute;top:285px;left:600px;width:58px;height:35px;}
#visitez a {position:absolute;top:320px;left:58px;width:75px;height:35px;}
#scolaire a {position:absolute;top:330px;left:213px;width:50px;height:28px;}
#lescollections a {position:absolute;top:333px;left:348px;width:85px;height:35px;}
#jexplore a {position:absolute;top:325px;left:520px;width:60px;height:35px;}
#lemusee a {position:absolute;top:338px;left:652px;width:58px;height:35px;}
#search a {position:absolute;top:432px;left:183px;width:50px;height:20px;}
#media a {position:absolute;top:432px;left:268px;width:45px;height:20px;}
#recherche a {position:absolute;top:432px;left:450px;width:70px;height:20px;}
#medias a {position:absolute;top:432px;left:370px;width:45px;height:20px;}
#copyright a {position:absolute;left:60px;top:462px;width:60px;height:15px;}
#contact a {position:absolute;left:135px;top:462px;width:65px;height:15px;}
#joindre a {	position:absolute;left:450px;top:462px;width:100px;height:15px;}
#droits a {position:absolute;left:568px;top:462px;width:80px;height:15px;}


ul {
	list-style:none;
	padding:0;
	margin:0;
}

div span {display:none;}

#image01 {
	position:absolute;
	top:0;
	left:0;
	background: transparent url(/assets/images/splash_page/index_01-over.jpg) 0 0 no-repeat;
	height:365px;
	width:165px;
	visibility:hidden;
	border:none;
	margin:0;
	padding:0;
}

#image02 {
	position:absolute;
	top:0;
	left:150px;
	background: transparent url(/assets/images/splash_page/index_02-over.jpg) no-repeat 0 0;
	height:365px;
	width:150px;
	visibility:hidden;
	border:none;
	margin:0;
	padding:0;
}

#image03 {
	position:absolute;
	top:0;
	left:296px;
	background: transparent url(/assets/images/splash_page/index_03-over.jpg) no-repeat 0 0;
	height:365px;
	width:151px;
	visibility:hidden;
	border:none;
	margin:0;
	padding:0;
}

#image04 {
	position:absolute;
	top:0;
	left:447px;
	background: transparent url(/assets/images/splash_page/index_04-over.jpg) no-repeat 0 0;
	height:365px;
	width:150px;
	visibility:hidden;
	border:none;
	margin:0;
	padding:0;
}

#image05 {
	position:absolute;
	top:0;
	left:595px;
	background: transparent url(/assets/images/splash_page/index_05-over.jpg) no-repeat 0 0;
	height:365px;
	width:150px;
	visibility:hidden;
	border:none;
	margin:0;
	padding:0;
}
