html, body {
	margin: 0;
	padding: 0 0 0 0;
	height: 100%;
}
body {
	background-image:url("images/fond.png");
}
#main {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	font-family:Verdana;
	font-size:12px;
	background-image:url("images/fond-contenu.png");
	position: absolute; top: 0px; bottom: 0px;
}
.nb-films {
	color:white;
	font-size:18px;
	font-weight:normal;
	margin:5px 20px 0 30px;
	padding:3px;
	background:none repeat scroll 0 0 #2B2B2B;
	border:1px solid #BBBBBB;
	text-shadow:0 1px 0 #000000;
}
#alphabet {
	float:right;
	margin: 0 40px 0 0;
	padding:0;
}
#alphabet a {
	text-decoration:none;
}
#alphabet ul li {
	display:inline;
	list-style: none;
	color:white;
	border-right:1px solid #393939;
	border-left:1px solid #1D1D1D;
	overflow:hidden;
	margin:0;
	padding:0 4px;
}
#alphabet ul li:hover {
	background:none repeat scroll 0 0 #353535;
	background:none repeat scroll 0 0 white;
}

#wrapper-liste-films {
	width:320px;
	margin:0 0 0 10px;
	position: absolute;
	top: 40px;
	bottom: 10px;
	overflow:hidden;
}
#liste-films {
	width:340px;
	font-size:14px;
	overflow-x:hidden;
	overflow-y:scroll;
	height:100%;
	margin:0;
	padding:0;
}
#wrapper-descriptif-films {
	width:610px;
	margin:0 0 0 340px;
	position: absolute;
	top: 40px;
	bottom: 10px;
	overflow:hidden;
}
#descriptif-films {
	width:630px;
	overflow-x:hidden;
	overflow-y:scroll;
	height:100%;
	padding:0;
	margin:0 10px 0 0;
}

#liste-films ul {
	background:none repeat scroll 0 0 #2B2B2B;
	margin:0 0 0 20px;
	list-style:none;
	padding:0;
}
#liste-films ul li {
	border-bottom:1px solid #1D1D1D;
	border-top:1px solid #393939;
	color:white;
	text-shadow:0 1px 0 #000000;
	overflow:hidden;
	margin:0 10px 0 2px;
	padding:4px 8px 4px 5px;
}
#liste-films ul a {
	text-decoration:none;
	font-size:13px;
}
#liste-films ul li:hover {
	background:none repeat scroll 0 0 #353535;
}
.un-film {
	overflow:hidden;
	margin:0 20px 20px 0;
	padding:0 0 10px 0;
	border-bottom:1px solid #BBBBBB;
}
.jaquette {
	float:left;
	margin:0 15px 0 0;
	border:1px solid white;
	padding:2px;
	cursor:pointer;
	width:160px;
}
.jaquette:hover {
	border:1px solid red;
}
.description {
	overflow:hidden;
}
.titre-film {
	font-size:24px;
	color:red;
	margin:0 0 10px 0;
	padding:0;
}
.label-bloc {
	overflow:hidden;
	margin:0 0 6px 0;
}
.label-gauche {
	width:120px;
	float:left;
	font-weight:bold;
	color:#353535;
}
.label-droit {
	/*float:left;*/
	margin:0 0 0 120px;
	padding:0;
	wrap-text:normal;
}
.synopsis {
	font-size:12px;
}
.new-on,
.new-off {
	width:48px;
	height:48px;
	float:right;
	margin-top:-5px;
}
.new-on {
	background-image:url("images/new.png");
}
.new-off {
	background-image:none;
}

	
.N00, .N10, .N20, .N30, .N40, .N50,
.N05, .N15, .N25, .N35, .N45 {
	width: 90px;
	height:18px;
	background: url("images/picto_social.png");
	float:left;
	margin:-2px 10px 0 0;
}
.N50 {
	background-position: 0 158px;
}
.N40 {
	background-position: -18px 158px;
}
.N30 {
	background-position: -36px 158px;
}
.N20 {
	background-position: -54px 158px;
}
.N10 {
	background-position: -72px 158px;
}
.N00 {
	background-position: -90px 158px;
}
.N45 {
	background-position: 0 175px;
}
.N35 {
	background-position: -18px 175px;
}
.N25 {
	background-position: -36px 175px;
}
.N15 {
	background-position: -54px 175px;
}
.N05 {
	background-position: -72px 175px;
}


