@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#Cloud {
	background-image: url(images/Cloud.png);
	background-position: center bottom;
	height: 630px;
}
#fl {
	height: 630px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}


#flash {
	background-image: url(images/Background2.gif);
	height: 630px;
}
#Enter {
	width: 1000px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 10pt;
	line-height: 18pt;
	color: #666;
	text-align: center;
}


#carte {
	width: 400px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	z-index: 1000;
	right: 0px;
	bottom: 0px;
}
#carte ul {
	padding: 0px;
	float: left;
	width: 400px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#carte ul li {
	float: left;
	height: 50px;
	width: 200px;
	list-style-type: none;
}
#carte ul li a {
	background-image: url(images/Home.png);
	color: #FFFFFF;
	display: block;
	overflow: hidden;
	height: 0 !important;
	height/**/: 41px;
	_height: 0;
	width: 200px;
	font-size: 0px;
	padding-top: 50px;
}
#main1 a { background-position: 0 0;}
#main2 a {background-position: -200px 0px;}

#main1 a:hover {background-position: 0px -50px;}
#main2 a:hover {background-position: -200px -50px;}
