﻿* {
	margin: 0;
	padding: 0;
}

a {
	color: #fff;
	text-decoration: none;
}

.clean {
	clear: both;
}
img {
	border: none;
	outline: none;
}
li {
	list-style: none;
}

body {
	text-align: center;
	background-color: #000;
	color: #fff;
	font-family: arial, sans-serif;
	font-size: 13px;
}

#page {
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header {
	height: 100px;
	margin: 0;
	padding: 30px;
	background: url('../images/menu-barre.png') repeat-x bottom left;
}
#logo {
	position: absolute;
	top: 30px;
	left: 30px;
}
#menu {
	margin: 33px 0 0 210px;
	
}
ul#menu li {
	float: left;
	margin-right: 40px;
	text-align: center;
	list-style: none;
	font-size: 12px;
}

#content {
	position: relative;
	padding: 20px;
}

/**
 * Accueil
 */
 
#skip {
	position: absolute;
	top: 20px;
	left: 640px;
}
#ytvideo {
	position: absolute;
	top: 50px;
	left: 400px;
}

/**
 * About
 */
 
#danseuse {
	position: absolute;
	top: 20px;
	left: 20px;
}
#about {
	margin-left: 400px;
}

/**
 * About
 */
 
#champagne {
	float: left;
	margin: 70px 20px 0 20px;
}
#concept {
	width: 600px;
	margin-top: 70px;
	text-align: justify;
}
#concept p {
	margin-bottom: 10px;
}
#magic {
	position: absolute;
	top: -12px;
	right: 0;
}
#caviar {
	position: absolute;
	top: 270px;
	right: 70px;
}

/**
 * Foundation
 */
 
#foundationlogo {
	margin: 80px 0 0 30px;
}
#foundationtop {
	position: absolute;
	top: 20px;
	right: -40px;
}
#albertquote {
	width: 400px;
	margin-left: 30px;
	text-align: justify;
}
#albertquote h1 {
	margin: -15px 0 20px 60px;
	font-size: 13px;
}
#albertquote #albertsign {
	margin: 40px 0 100px 0;
	text-align: right;
	font-weight: bold;
}
#foundationcbf {
	margin-top: 100px;
}
#bernardquote {
	float: right;
	width: 400px;
	margin: 20px 50px 0 0;
	text-align: justify;
}
#bernardquote h2 {
	margin-bottom: 20px;
	font-size: 13px;
	text-align: center;
}
#foundationnelson {
	position: absolute;
	top: 1350px;
	right: -20px;
}
#foundationjacky {
	margin: 60px 0 0 -20px;
}
#jackyquote {
	position: absolute;
	top: 1700px;
	left: 370px;
	width: 600px;
}
#jackyquote h2 {
	margin-bottom: 30px;
	font-size: 13px;
	font-weight: normal;
}
#jackyquote p {
	margin-left: 30px;
	margin-bottom: 10px;
	text-align: justify;
}

/**
 * Invitation
 */
 
#invitationclick, #contentinvitation {
	display: block;
	text-align: center;
}
#invitationclick {
	margin-bottom: 20px;
	font-family: 'Qwigley', cursive;
	font-size: 35px;
}
#contentinvitation {
	height: 350px;
	margin-bottom: 20px;
}
#invitationbottom {
	margin-left: 100px;
}
#invitationlogo {
	padding-top: 10px;
	cursor: pointer;
}
#invitation2 {
	padding-top: 50px;
}
#invitationpreview {
	position: absolute;
	top: 0;
	left: 20px;
}
#invitationhd {
	position: absolute;
	top: 130px;
	left: 20px;
}

/**
 * Sponsors
 */

.sponsorstitle {
	text-align: center;
}
#sponsorslist {
	padding: 30px 0;
	text-align: center;
}
#sponsorslist li {
	display: inline;
	margin-right: 10px;
	list-style: none;
}

/**
 * Sponsors
 */

#videotitle {
	margin-left: 40px;
	font-size: 14px;
	font-weight: normal;
}
#videoslist {
	width: 100%;
	height: 250px;
	padding-top: 32px;
	padding-left: 50px;
}
#videoslist li {
	float: left;
	margin: 0 50px 50px 0;
	list-style: none;
}
#videoslist li img{
	width: 154px;
	height: 115px;
}
#videoframe {
	position: absolute;
	top: 40px;
	left: 50px;
	z-index: 100;
}
#videodisclaimer {
	position: absolute;
	top: 10px;
	left: 400px;
	text-align: center;
	font-size: 12px;
}

/**
 * Gallery
 */
 
#pictures {
	width: 800px;
	margin-left: 130px;
}
#pictures li {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 20px 20px 0;
	list-style: none;
}
#naviggallery {
	text-align: center;
	color: #999;
}
#galleryleft {
	position: absolute;
	top: 20px;
	left: 0;
}
#galleryright {
	position: absolute;
	top: 20px;
	right: 0;
}

/**
 * Book
 */
 
#bookpreview {
	position: absolute;
	top: 250px;
	right: 30px;
}
#bookhd {
	position: absolute;
	top: 360px;
	right: 30px;
}
#book {
	position: absolute;
	top: 40px;
	left: 300px;
	cursor: pointer;
}
#bookbottom {
	margin: 200px 0 0 120px;
}

