*{
	margin:0;
	padding:0;
}
html, body{
	height:100%
}
body{
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	color:#fff;
	background-color:#0c0a12;
	overflow:hidden;
}
ul{
	list-style-type:none;
}
img{
	border:none;
}

div#cover{
	width:100%;
	height:100%;
}
div#wrap{
	position:absolute;
	width:975px;
	height:580px;
	margin:-290px 0 0 -487px;
	left:50%;
	top:50%;
	background:url(../images/background.jpg) no-repeat;
}
div#wrap h1{
	text-indent:-9999px;
	background:url(../images/logo.jpg) no-repeat;
	width:225px;
	height:120px;
	margin:0 auto;
}
div#wrap h1 a{
	width:100%;
	height:100%;
	display:block;
}
div#wrap h2{
	margin-top:10px;
	font-weight:normal;
	text-align:center;
	font-size:14px;
}
div#wrap h3{
	font-size:14px;
}

div#content{
	width:621px;
	height:415px;
	position:absolute;
	bottom:30px;
	left:50%;
	background:url(../images/contentBg.jpg) no-repeat;
	margin:5px 0 0 -310px;
	padding-top:10px;
	overflow:hidden;
}
div#content h2{
	font-size:13px;
}

ul#menu{
	width:622px;
	height:23px;
	background:url(../images/menu.jpg) no-repeat;
	position:absolute;
	left:178px;
	bottom:40px;
	text-align:center;
}
ul#menu li{
	display:inline;
	line-height:23px;
	text-transform:uppercase;
	color:#ffa505;
	font-size:9px;
}
ul#menu li a{
	color:#ffa505;
	padding:0 4px;
	text-decoration:none;
}
ul#menu li a:hover{
	color:#fff;
}
ul#menu li a.selected{
	color:#6d6793;
}
ul#menu.contentMenu{
	background:none;
}

div#postit{
	position:absolute;
	right:15px;
	top:25px;
	width:154px;
	height:154px;
	background:url(../images/postit.jpg) no-repeat;
	text-indent:-9999px;
}

div#footer{
	position:absolute;
	bottom:15px;
	left:0;
	width:100%;
	text-align:center;
	color:#000;
	font-size:9px;
}
div#footer a{
	color:#000;
	text-decoration:underline;
}

/* Page d'accueil */
div#intro p{
	margin:20px auto;
	width:200px;
	text-align:justify;
	color:#FF6600;
}

/* Page concept */
div#conceptHeader{
	background:url(../images/conceptHeader.jpg) no-repeat;
	width:592px;
	height:87px;
	margin:0 auto;
}
div#lcol{
	margin:0 15px;
	width:280px;
	float:left;
	margin-bottom:15px;
}
div#rcol{
	margin-right:15px;
}
div#lcol h3, div#rcol h3{
	font-weight:bold;
	font-size:11px;
	margin-top:10px;
	color:#ffa505;
}
div#rcol h3 span{
	font-weight:normal;
}
div#lcol p, div#rcol p{
	font-size:9px;
	text-align:justify;
}

/* Page personnages */
div#charContent{	
	width:571px;
	height:216px;
	background:url(../images/charBg.jpg) no-repeat;
	margin:7px auto;
	padding:10px;
}
div#charContent img{
	float:left;
}
div#charContent div{
	margin-left:159px;
}
div#charContent div p{
	text-align:justify;
	margin-top:15px;
}
div#charContent div.hidden{
	display:none;
}
ul#miniChar{
	margin:80px 17px;
}
ul#miniChar li{
	position:relative;
	bottom:0;
	float:left;
	margin-right:8px;
}
ul#miniChar li img{
	width:45px;
}

/* Page points de ventes et réservation */
div#content.pdvreservations h3
{
	color:#fff;
	text-transform:uppercase;
}
div#content.pdvreservations h4{
	margin-top:20px;
	font-size:12px;
	font-weight:bold;
}
div#content.pdvreservations h3, div#content.pdvreservations h4, div#content.pdvreservations p{
	text-align:center;
}
div#content.pdvreservations p{
	font-size:10px;
}
div#content p.limited{
	background-color:#c00;
	clear:both;
	width:95%;
	margin:10px auto;
}
div#content div.price{
	width:591px;
	height:53px;
	background:url(../images/pdvBg.jpg) no-repeat;
	margin:0 auto;
	padding-top:10px;
}
div#content div.price h4{
	margin:0;
}

/* Page dates */
div.dateMonth{
	width:400px;
	height:70px;
	background:url(../images/dateMonth.jpg) no-repeat;
	margin:15px auto 0 auto;
}
div#wrap div.dateMonth h2{
	position:relative;
	bottom:9px;
	margin:0;
}
div.dateMonth h2 span{
	background-color:#000120;
	padding:0 15px;
}
div.dateMonth ul{
	width:340px;
	margin:0 auto;
}
div.dateMonth ul li{
	width:85px;
	height:25px;
	float:left;
}
div.dateMonth p{
	background-color:#000120;	
	padding:0 15px;
}

/* Page des partenaires */
div#partners{
	background:url(../images/partnersBg.jpg) no-repeat;
	width:591px;
	height:280px;
	margin:35px auto;
	text-align:center;
	padding-top:10px;
}

/* Mentions légales */
div.mlegales p{
	line-height:10px;
}
div.mlegales div#lcol{
	margin-bottom:10px;
	margin-top:10px;
}
div.mlegales div#rcol{
	margin-left:310px;
}

/* Contenu additionel */
div#add_content{
	text-align:center;
	width:90%;
	margin:0 auto;
}
div#add_content h1{
	margin:20px 0;
}
div#add_content h2{
	margin:20px 0;
}
div#add_content p{
	text-align:justify;
	margin:10px 0;
	clear:both;
}
div#add_content ul{
	float:left;
	margin:20px 50px;
}

a#backToHome{
	display:block;
	width:13px;
	height:13px;
	position:absolute;
	top:0;
	right:0;
	background:url(../images/cross.png) no-repeat;
}