* {
	outline:none;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	font-size:12px;
	overflow:hidden;
	margin:0px;
	padding:0px;
}

html {
	overflow:hidden;
	}

#container_2 {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:1;
	background-color:transparent;
	}
#container_3 {
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:50%;
	z-index:0;
	overflow:hidden;
	vertical-align:bottom;
	}
	
#menu {
	position:absolute;
	bottom:38px;
	left:34px;
	z-index:5;
	}
	
#menu_lg {
	position:absolute;
	top:15px;
	right:15px;
	text-align:right;
	font-weight:bold;
	color:white;
	z-index:5;
	}

#sound {
	position:absolute;
	bottom:24px;
	right:36px;
	z-index:5;
	padding-left:6px;
	padding-right:6px;
	padding-top:2px;
	padding-bottom:2px;
	}
.voile {
	background-image:url(../img/voile.png);
	}
#notext {
	cursor:pointer;
}

.boites {
	display:none;
	position:absolute;
	background-color:#FFF;
	z-index:5;
}

.boites h4 {

}


.boites .content {
	margin:26px;
	display:none;
	line-height:19px;
	position:relative;
	overflow:auto;
	overflow-x:hidden;
	z-index:10000000;
	}

	
h1 {
	margin:0px;
	font-size:30px;
	line-height:30px;
	color:white;
	width:300px;
	}

h2 {
	margin:0px;
	font-size:30px;
	line-height:30px;
	color:white;
	width:300px;
	}
h3 {
	margin:0px;
	font-size:52px;
	color:white;
	width:300px;
	}
	
h4 {
	text-transform:uppercase;
	font-size:14px;
	margin-top:0px;
}
	
p {
	margin:0px;
	margin-bottom:10px;
	line-height:18px;
	}

a {
	outline:none;
	color:black;
	}
	
#menu a {
	text-decoration:none;
}
	
#menu a:hover {
	color:white;
	}
#menu_lg a {
	text-decoration:none;
	color:white;
	font-weight:bold;
}
	
.choix_entree {
	color:#9bc5cc;
	text-decoration:none;
	}
	
.choix_hover {
	color:#5997a5;
	}
	
img {
	border-style:none;
	}
	
td {
	vertical-align:top;
	padding-bottom:2px;
	}
		
.td_titre {
	padding-right:4px;
	width:110px;
	}
	
#cast .td_titre {
	width:200px;
	}
	
.td_photo {
	padding-right:5px;
	}



#img_navigation {
	position:absolute;
	bottom:40px;
	left:341px;
	width:620px;
	height:104px;
	overflow:auto;
	overflow-y:hidden;
	z-index:10000000;
	white-space:nowrap;
}
#img_navigation td {vertical-align:bottom;}
#img_navigation td a {display:block;margin-right:4px;float:right;}


/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
	}

.vscrollerbase {
	width: 5px;
	background-color:#d5d5d5;
	}
.vscrollerbar {
	width: 5px;
	background-color:#8d8d8d;
	cursor:pointer;
	}
.hscrollerbase {
	height: 5px;
	background-color:#d5d5d5;
	}
.hscrollerbar {
	height: 5px;
	background-color: #8d8d8d;
	cursor:pointer;
	}
.scrollerjogbox {
	width: 5px;
	height: 5px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	}

a.no_under {text-decoration:none;}
a.no_under:hover {text-decoration:underline;}
