body
{
	overflow: hidden;
	margin: 0px;
	background-color:#006666;
	color: #FFCD00;


	
}
@font-face {
    font-family: "GrandHotel-Regular";
	src: url('../font/GrandHotel-Regular.eot');
    src: local('?'), 
	url('../font/GrandHotel-Regular.eot?#iefix')format('embedded-opentype'),
	url('../font/GrandHotel-Regular.woff') format('woff'), 
	url('../font/GrandHotel-Regular.ttf') format('truetype'), 
	url('../font/GrandHotel-Regular.svg') format('svg');
    font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: "ATSackersGothic";
	src: url('../font/ATSacGotMed.eot');
    src: local('?'), 
	url('../font/ATSacGotMed.eot?#iefix')format('embedded-opentype'),
	url('../font/ATSacGotMed.woff') format('woff'), 
	url('../font/AT Sackers Gothic Medium.ttf') format('truetype'), 
	url('../font/ATSacGotMed.svg') format('svg');
    font-weight: normal;
	font-style: normal;
}


#contenu{
	font-family: "GrandHotel-Regular",Arial, Helvetica, sans-serif;
	font:4.0em "GrandHotel-Regular";
	text-align:center;
	line-height:150px;
	position:absolute;
	top:50%;
	margin-top:-190px;
	height:434px;
	right:50%;
	margin-right:-225px;
	width:450px;
	overflow:hidden;
	outline:none;
	border: 0;
	z-index:10;
	

}



#contenu img {
				opacity: 1.0;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter: alpha( opacity  = 100);
				-webkit-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				transition: all 0.3s ease;
				border: 0;
			}


			#contenu a:hover img {
				opacity: 0.9;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
				filter: alpha( opacity  = 90);
				border: 0;
			}

			#contenu a:link, #smallprint a:visited { opacity: 1.0;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter: alpha( opacity  = 100);
				-webkit-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				transition: all 0.3s ease;
				border: 0;}
			#contenu a:hover { opacity: 0.9;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
				filter: alpha( opacity  = 90);
				border: 0;}




#footer {
	font-family: "ATSackersGothic",Arial, Helvetica, sans-serif;
	font:15px "ATSackersGothic";
	position:fixed;
	_position:absolute;
	left:0px;
	bottom:0px;
	padding-bottom:15px;
	width:100%;
	height:auto;
	text-align: center;
	line-height:30px;
	background-color:#006666;
	z-index:15;
}
a:link {
	color: #FFCD00;
	text-decoration: none;
	border: 0;
}
a:visited {
	text-decoration: none;
	color: #FFCD00;
	border: 0;
}
a:hover {
	color: #FFCD00;
	border: 0;

}
a:active {
	text-decoration: none;
	color: #FFCD00;
	border: 0;
}
::selection{
	background-color: #FFCD00;
	color:#FFF;
	
}
::-moz-selection{
    background-color: #FFCD00;
	color:#FFF;

}