@charset "UTF-8";
@import url("style-texts.css");
/* CSS Document */

html, body {
height:100%;
}

body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#ccc;
}

.vertical-center-floater {
	position:relative; 
	float:left;
	height:50%;	
	margin-bottom:-300px;
	width:1px;
}
 
.vertical-center {
	position:relative; 
	clear:left;
	height: 600px;
	width: 990px;
	margin-left:auto;
	margin-right:auto;
}

.copyright {
font-size:10px;
color:#333;
margin-top:1em;
text-align:center;
padding-left:200px;
}

/* ---------- Header ------------ */

#Header {
	width:907px;
	background-image:url(../_images/_header/bg_header.png);
	background-repeat:repeat-x;
	padding-left:43px;
	padding-right:40px;
	height:110px;
	position:relative;
}

#Header .logo {
position:relative;
top:16px;
}

#Header .linkLasVegasOpening {
position:absolute;
top:0;
left:220px;
}

#Header .linkLasVegasOpening img {
border:none;
}

.logoFoliot {
	padding-top:15px;
	height:71px;
}

.contactHeader {
	position:relative;
	left:725px;
	top:-86px;
	width:180px;
}

.ContactUs {
	position:relative;
	/*float:left;*/
	color:#999;
	font-size:10px;
	font-weight:bold;
	padding:10px 10px 10px 10px;
	border-left:#666 1px solid;
	border-right:#666 1px solid;
	border-bottom:#666 1px solid;
	text-align:center;
}
.ContactUs a {color:#999; text-decoration:none;}
.ContactUs a:hover {color:#999; text-decoration:underline;}

.FrancaisEnglish {
	position:relative;
	/*float:right;*/
	color:#999;
	font-size:10px;
	font-weight:bold;
	padding:10px 10px 10px 10px;
	border-right:#666 1px solid;
	border-bottom:#666 1px solid;
	text-align:center;
}
.FrancaisEnglish a {color:#999; text-decoration:none;}
.FrancaisEnglish a:hover {color:#999; text-decoration:underline;}
	

/* ----------- Contenu ----------- */

#MainContenu {
	height:450px;
	background-color:#eee;
}






/* --------- Footer -------------- */

#MainFooter {
	height:40px;
	background-color:#ccc;
}

#Footer {
	height:40px;
	width:990px;
	background-image:url(../_images/_footer/bg_footer.png);
	background-repeat:repeat-x;
	background-color:e0e0e0;
}

.Breadcrumb {
	position:relative;
	float:left;
	width:400px;
	color:#666;
	font-size:10px;
	padding-top:17px;
	padding-left:43px;
}

.Breadcrumb a {color:#666; text-decoration:none;}
.Breadcrumb a:hover {color:#222; text-decoration:underline;}


.Sitemap {
	position:relative;
	float:right;
	width:60px;
	font-size:10px;
	padding-top:17px;
	padding-right:0px;
	color:#666;
	text-transform:uppercase;
}

.Sitemap a {color:#666; text-decoration:none;}
.Sitemap a:hover {color:#222; text-decoration:underline;}

.MoreInformations {
	position:relative;
	float:right;
	width:134px;
	height:40px;
	font-size:10px;
	color:#FFF;
	font-size:10px;
	text-transform:uppercase;
	padding-top:22px;
	padding-right:0px;
	padding-left:10px;
	background-image:url(../_images/_footer/bg-btn-informations.png);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	margin-top:-6px;
	margin-right:10px;
}

.MoreInformations a {color:#FFF; text-decoration:none;}
.MoreInformations a:hover {color:#FFF; text-decoration:underline;}

.EcoResponsibleLogo {
	position:relative;
	float:right;
	width:26px;
	height:26px;
	padding-right:40px;
	padding-top:8px;
}