@CHARSET "ISO-8859-1";

html, body{
	margin: 0;
	padding: 0;
	text-align : center;
}

#contenair{
	width: 819px;
	margin: 0 auto;
}

#splashLogo{
	margin: 0 auto;
	margin-top: 150px;
	width: 819px;
	height: 207px;
	background: url('../images/splashLogo.jpg') top left no-repeat;
}

#entrer{
	margin: 0;
	list-style: none;
}

#entrer a {
	margin: 0;
	text-indent: -2000px;
	display: block;
	width: 149px;
	height: 75px;
	background: url('../images/menuSplash.jpg');
	background-position: 0 -75px;
	float: right;
	margin-right: 90px;
	margin-top: -20px;
}

#entrer a:hover{
	background-position: 0 0;
}

p#copy{
	
	float: left;
	
	position:relative;
	bottom: 12px !important;
	left: 215px !important;
	
	font: 11px arial, sans-serif;
	color: #808080;
	font-weight: bold;
	
}

p#copy a, p#copy a:hover, p#copy a:visited{
	
	font: 11px arial, sans-serif;
	color: #808080;
	font-weight: bold;
	
}

p#navettes{
	
	font: 14px arial, sans-serif;
	color: #808080;
	font-weight: bold;
	
	margin-top: 100px;
	
}

p#navettes a,p#navettes a:visited{
	font: 14px arial, sans-serif;
	color: #808080;
	font-weight: bold;
}

*:first-child+html p#copy{
	top: 0;
	left: 0;
}

* html p#copy{
	
	
	top: 0px;
	margin-left: -60px;
	
}

#sq{
	
	position: relative;
	top: 5px;
	
}



ul#navette{
	position: absolute;;
	top: 20px;
	right: 20px;
	width: 230px;
	
	list-style: none;
	text-indent: -20000px;
}

* html ul#navette{
	
	position: relative;
	margin-left: 45%;
	
	
}
	
ul#navette li a{
	display: block;
	float: left;
	
	width: 249px;
	height: 239px;
	
	background-image: url('../images/paveNavettes.jpg');
	background-repeat: no-repeat;
	background-position: -260px 0;
}

ul#navette li a:hover{
	
	background-image: url('../images/paveNavettes.jpg');
	background-repeat: no-repeat;
	background-position: -8px 0;
	
}

