@import "reset.css";
 
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #505050;
	background: #b8016a url(../img/tile.jpg) repeat-x center top ; }
 
/* global */
a:link, a:active, a:visited {
	color: #e2017b;
	text-decoration: none; }
 
a:hover { color: #b6005b; }
 
.left {
	width: 49.9%;
	float: left;
	display: inline; }
 
.right {
	width: 49.9%;
	float: right;
	display: inline;
	text-align: right; }
 
em { font-style: normal; }
 
.ib {
	display: inline-block;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	vertical-align: top;
	zoom: 1;
	*display: inline; }
 
.block:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; }
 
* html .block { height: 1%; }
 
*:first-child+html .block { min-height: 1px; }
 
.imgleft { margin: 0 10px 10px 0; }
 
/* structure */
#root {
	width: 982px;
	margin: 0 auto; }
 
#header {
	padding: 0 7px;
	height: 194px;
	background: url(../img/bg_header.jpg) no-repeat 95% top; }
 
#nav {
	position: relative;
	margin: -28px 0 0;
	height: 28px;
	padding: 0 7px; }
 
#container {
	background: #fff;
	padding: 10px 0 0; }
 
#footer {
	width: 934px;
	margin: 0 auto;
	padding: 30px 20px;
	background: #141414;
	color: #646464;
	line-height: 1.4;
	text-align: center; }
 
.col {
	float: left;
	display: inline; }
 
.col-a, .col-b {
	width: 476px;
	padding: 0 0 10px 10px; }
 
.col-1, .col-2, .col-3 {
	width: 315px;
	padding: 0 0 10px 10px; }
 
.col-2x {
	width: 638px;
	padding: 0 0 10px 10px;
	overflow: hidden; }
 
/* pages > accieil */
.p-accueil .section-2 .block .content, .block.activity .content {
	overflow: auto;
	height: 160px; }
 
/* header > lang */
#lang {
	width: 100%;
	overflow: hidden;
	padding: 10px 0; }
 
	#lang li {
		float: left;
		padding: 0 15px 0 0; }
 
		#lang li a {
			float: left;
			padding: 5px 0 5px 26px;
			color: #a2a2a2; }
 
		#lang li.active a { color: #fff; }
 
		#lang li.fr a { background: url(../img/ico_fr.png) no-repeat left center; }
 
		#lang li.en a { background: url(../img/ico_en.png) no-repeat left center; }
 
/* header */
#logo { padding: 15px 0 0; }
 
	#logo a {
		display: block;
		width: 292px;
		height: 67px;
		
		text-indent: -1000em; }
 
/* nav */
#menu li {
	float: left;
	margin: 0 3px 0 0; }
 
	#menu li a {
		font-weight: bold;
		font-size: 13px;
		float: left;
		padding: 0 0 0 10px;
		height: 30px;
		line-height: 30px;
		color: #fff;
		background: url(../img/tab.png) no-repeat left -60px; }
 
		#menu li a span {
			float: left;
			height: 30px;
			line-height: 28px;
			background: url(../img/tab.png) no-repeat right -60px;
			padding: 0 10px 0 0; }
 
		#menu li a:hover {
			cursor: pointer;
			background: url(../img/tab.png) no-repeat left -30px; }
 
			#menu li a:hover span {
				cursor: pointer;
				background: url(../img/tab.png) no-repeat right -30px; }
 
	#menu li.active a, #menu li.active a:hover {
		background: url(../img/tab.png) no-repeat left 0;
		color: #e2017b; }
 
		#menu li.active a span, #menu li.active a:hover span { background: url(../img/tab.png) no-repeat right 0; }
 
/* nav > other-links  */
#other-links { width: auto; }
 
	#other-links li {
		float: left;
		line-height: 28px; }
 
		#other-links li * { vertical-align: middle; }
 
		#other-links li a {
			font-weight: bold;
			font-size: 13px;
			color: #fff;
			padding: 0 10px;
			height: 28px;
			line-height: 28px;
			float: left; }
 
			#other-links li a:hover { color: #c9c9c9; }
 
			#other-links li a.facebook {
				background: url(../img/ico_facebook.png) no-repeat 10px 0px;
				padding-left: 38px; }
 
/* blocks */
.block {
	background: #f5f5f5;
	line-height: 1.2; }
 
	.block h3 {
		background: #ebebeb;
		font-size: 17px;
		font-weight: bold;
		padding: 10px 15px;
		border-bottom: 1px solid #fff; }
 
	.block .content { padding: 10px; }
 
	.block .action {
		background: #ebebeb;
		border-top: 1px solid #fff;
		padding: 15px; }
 
	.block a.more {
		text-decoration: underline;
		background: url(../img/bullet.png) no-repeat left center;
		padding-left: 10px; }
 
.col.aside .block { margin-bottom: 10px; }
 
/*become producer*/
.become-producer {
	width: 476px;
	height: 140px;
	margin: 10px 0 0;
	background: url(../img/bg_producer.png) no-repeat; }
 
	.become-producer .inner {
		width: 285px;
		margin: 0 auto;
		padding: 10px 0;
		color: #fff;
		line-height: 1.2; /*text-align: center;*/ }
 
	.become-producer h5 {
		font-size: 17px;
		font-weight: bold; }
 
	.become-producer p { font-size: 13px; }
 
	.become-producer a {
		font-family: verdana, tahoma, sans-serif;
		font-size: 10px;
		text-decoration: underline; }
 
	.become-producer .progress-bar {
		width: 100%;
		height: 16px;
		background: url(../img/bg_progessbar.png) repeat-x 0 0;
		border: 1px solid #707070;
		text-align: left;
		font-size: 12px;
		text-indent: 5px;
		margin: 10px 0 5px; 
		position:relative;}
 
		.become-producer .progress-bar em { font-weight: bold; }
 
		.become-producer .progress-bar span {
			background: url(../img/bg_progessbar.png) repeat-x 0 -17px;
			display: block; }
 

/* video-holder */
.video-holder {
	background: #d2d2d2;
	padding: 10px; }
 
.video-gallery h5 {
	font-size: 13px;
	font-weight: bold;
	padding: 15px 0 0; }
 
.video-gallery dl {
	float: left;
	font-size: 11px;
	margin: 10px 8px 0 0;
	text-align: center;
	line-height: 1.2; }
 
	.video-gallery dl.last { margin-right: 0; }
 
	.video-gallery dl dd.thumb {
		width: 100px;
		height: 60px;
		background: #e0e0e0;
		border: 1px solid #fff;
		margin: 0 0 10px; }
 
	.video-gallery dl.active dd.thumb { border: 2px solid #e2017b; }
 
	.video-gallery dl dt a { font-weight: bold; }
 
/*video info*/
.video-info-holder .thumb {
	width: 133px;
	height: 188px;
	border: 1px solid #cecece; }
 
.video-info-holder .video-info {
	width: 310px;
	text-align: left;
	font-size: 11px;
	line-height: 1.4; }
 
.video-info-holder h5 {
	color: #e2017b;
	font-size: 17px;
	font-weight: bold; }
 
.video-info-holder h6 {
	color: #e2017b;
	font-weight: normal; }
 
.video-info-holder .credits { margin: 10px 0; }
 
	.video-info-holder .credits label {
		color: #828282;
		display: block; }
 
	.video-info-holder .credits em {
		font-weight: bold;
		color: #505050; }
 
.video-info-holder .synopsis label {
	color: #828282;
	font-weight: bold; }
 
/*pub*/
.block.pub {
	position: relative;
	cursor: pointer;
	width: 315px;
	height: 285px !important;
	background: url(../img/bg_pub.png) no-repeat; }
 
/*news*/
.news dl {
	width: 100%;
	overflow: hidden; }
 
	.news dl dd.date {
		color: #828282;
		padding: 0 0 5px; }
 
	.news dl dd.thumb {
		float: left;
		border: 1px solid #cfcfcf; }
 
	.news dl dt { padding: 0 0 5px; }
 
		.news dl dt a { font-weight: bold; }
 
.news ul li {
	position: relative;
	padding: 5px 0 3px 22px; }
 
	.news ul li span {
		display: inline-block;
		display: -moz-inline-box;
		-moz-box-orient: vertical;
		vertical-align: top;
		zoom: 1;
		*display: inline;
		width: 50px;
		color: #828282; }
 
	.news ul li a { font-weight: bold; }
 
/*actvity*/
.activity ul li {
	padding: 5px 0 5px 22px;
	border-bottom: 1px solid #fff; }
 
	.activity ul li.user { background: url(../img/ico_user.png) no-repeat left center; }
 
	.activity ul li.comment { background: url(../img/ico_comment.png) no-repeat left center; }
 
	.activity ul li.cart { background: url(../img/ico_cart.png) no-repeat left center; }
 
	.activity ul li.check { background: url(../img/ico_tick.png) no-repeat left center; }
 
/*bonus*/
.bonus dl {
	width: 100%;
	overflow: hidden;
	margin: 0 0 10px; }
 
	.bonus dl.first { margin-bottom: 0; }
 
	.bonus dl dd.thumb {
		float: left;
		width: 62px;
		height: 47px;
		border: 1px solid #cecece; }
 
	.bonus dl dt {
		padding: 0 0 3px;
		font-weight: bold; }
 
		.bonus dl dt a { font-weight: bold; }
 
/*vote*/
.vote { text-align: center; }
 
	.vote h3 { font-weight: bold; }
 
		.vote h3 small {
			display: block;
			font-size: 11px;
			color: #e2017b; }
 
	.vote .choices span { margin: 0 10px; }
 
		.vote .choices span label {
			display: block;
			font-weight: bold; }
 
	.vote .btn-vote {
		width: 64px;
		height: 29px;
		cursor: pointer;
		margin: 5px auto 0;
		text-align: center;
		display: block; }
 
/*footer*/
#footer a {
	color: #a0a0a0;
	text-decoration: underline;
	padding: 0 5px; }
 
	#footer a:hover { color: #fff; }
 
	#footer a:hover { color: #fff; }
 
#footer .network { padding: 25px 0; }
 
	#footer .network a {
		font-family: Impact, "Arial Black", Arial;
		font-size: 24px;
		color: #333;
		text-decoration: none; }
 
		#footer .network a:hover { color: #fff; }
 
/* inscription > create-profile */
.create-profile .content {
	background: url(../img/bg_random1.png) no-repeat top right;
	position: relative; 
	}
 
.create-profile .notification {
	position: relative;
	z-index: 10;
	border: 1px solid #e2017b;
	background: url(../img/translgrey.png) repeat;
	padding: 10px;
	margin: 0 0 10px; }
	
	.create-profile .notification .ico-warning {
		float: left;
		background: url(../img/ico_warning.png) no-repeat center;
		width: 40px;
	}
 
	.create-profile .notification ul {
		font-weight: bold;
		line-height: 1.4; 
		min-height:30px;}
		
	.create-profile .notification li {
		 }
 
	.create-profile .notification strong {
		font-weight: bold;
		color: #e2017b; }
 
.create-profile fieldset { padding: 10px 0; }
 
.create-profile p.note {
	font-weight: bold;
	padding: 0 0 10px; }
 
.create-profile fieldset .field {
	padding: 7px 0;
	width: 100%;
	overflow: hidden; }
 
.create-profile fieldset label {
	font-weight: bold;
	color: #e2017b;
	width: 100px;
	text-align: right;
	padding: 7px;
	float: left; }
 
.create-profile fieldset input.text, .create-profile fieldset select {
	float: left;
	margin-right: 5px; }
 
.create-profile fieldset label.block {
	display: block;
	width: 100%;
	padding: 5px 0;
	text-align: left; }
 
.create-profile fieldset input.text {
	width: 210px;
	padding: 4px;
	border: 1px solid #999; }
 
.create-profile fieldset input.small { width: 70px; }
 
.create-profile fieldset select.small { width: 70px; }
 
.create-profile fieldset.f3 .field {
	padding: 3px 0;
	margin: 0; }
 
	.create-profile fieldset.f3 .field label {
		font-weight: normal;
		color: #505050;
		padding: 0; }
 
.create-profile fieldset.f3 input.file { margin: 10px 0; }
 
.create-profile fieldset.f3 small {
	font-size: 10px;
	font-style: italic;
	color: #e2017b;
	padding: 10px 0 0;
	display: block; }
 
.create-profile .btn-continue {
	background: url(../img/btn_continue.png) no-repeat;
	width: 233px;
	height: 29px;
	cursor: pointer;
	display: block;
	text-indent: -1000em;
	border: 0;
	float: right; }
 
.create-profile .content .action {
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	text-align: right; }
 
/* privileges */
.privileges .action {
	background: no-repeat;
	padding: 0;
	margin: 0; }
 
.privileges a.more {
	display: block;
	float: right; }
 
/*aside > producers */
.producers .content { padding: 10px 0; }
 
.producers ul li {
	float: left;
	display: inline;
	width: 63px;
	height: 63px;
	border: 2px solid #505050;
	background: #fff;
	margin: 0 0 10px 10px;
	position: relative; }
 
	.producers ul li span {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		display: block;
		background: url(../img/transdgrey.png) repeat;
		color: #fff !important;
		font-weight: bold;
		font-size: 10px;
		text-align: center;
		padding: 2px 0; }
 
/*aside > mini profile*/
.mini-profile dl {
	width: 100%;
	overflow: hidden; }
 
	.mini-profile dl dt {
		font-weight: bold;
		padding: 0 0 5px; }
 
.mini-profile dd.thumb {
	float: left;
	width: 70px;
	height: 65px;
	border: 2px solid #999;
	margin-bottom: 0; }
 
.mini-profile dd {
	font-weight: bold;
	padding: 0 0 5px; }
 
	.mini-profile dd em { color: #e2017b; }
 
/*pages > casting */
.casting .content { padding: 20px 10px; }
 
.casting h2 {
	width: 100%;
	overflow: hidden; }
 
	.casting h2 a {
		background: #e2017b;
		color: #fff !important;
		font-weight: bold;
		font-size: 17px;
		padding: 5px 8px;
		float: left; }
 
		.casting h2 a:hover { background: #b6005b; }
 
.casting dl {
	margin: 10px 0 30px;
	width: 100%;
	overflow: hidden; }
 
	.casting dl dd.thumb {
		float: left;
		width: 205px;
		height: 205px;
		border: 2px solid #999;
		margin-bottom: 0; }
 
	.casting dl dt {
		font-size: 12px;
		font-weight: bold;
		padding: 0 0 15px; }
 
	.casting dl dd { padding: 0 0 15px; }
 
		.casting dl dd.meta {
			font-weight: bold;
			line-height: 1.5; }
 
			.casting dl dd.meta p.first a {
				font-weight: normal;
				color: #505050;
				text-decoration: underline; }
 
				.casting dl dd.meta p.first a:hover { color: #b6005b; }
 
			.casting dl dd.meta p em {
				font-weight: normal;
				text-decoration: underline; }
 
/*pages > journal*/
.journal h1, .journal h2 {
	width: 100%;
	overflow: hidden; }
 
.journal h1 a, .journal h2 a {
	background: #e2017b;
	color: #fff !important;
	font-weight: bold;
	font-size: 17px;
	padding: 5px 8px;
	float: left; }
 
.journal h1 a:hover, .journal h2 a:hover { background: #b6005b; }
 
.journal .entry { margin: 10px 0 30px; }
 
	.journal .entry p {
		padding: 10px 0;
		line-height: 1.5; }
 
.journal .center {
	text-align: center;
	margin: 0 auto; }
 
* html .journal .entry .meta {
	height: 18px !important;
	overflow: hidden; }
 
.journal .entry .meta {
	margin: 15px 0 0;
	background: #ebebeb;
	border: 1px solid #ccc;
	padding: 3px 5px; }
 
	.journal .entry .meta .left {
		width: 35%;
		line-height: 1.5; }
 
	.journal .entry .meta .right {
		width: 65%;
		font-weight: bold; }
 
		.journal .entry .meta .right a {
			color: #505050;
			text-decoration: underline;
			padding: 0 2px; }
 
			.journal .entry .meta .right a:hover { color: #b6005b; }
 
	.journal .entry .meta a.pub, .journal .entry .meta a.facebook {
		display: inline-block;
		display: -moz-inline-box;
		-moz-box-orient: vertical;
		vertical-align: top;
		zoom: 1;
		*display: inline;
		width: 16px;
		height: 16px;
		text-align: left;
		text-indent: -1000em;
		padding: 0; }
 
	.journal .entry .meta a.pub { background: url(../img/ico_pub_16.png) no-repeat; }
 
	.journal .entry .meta a.facebook { background: url(../img/ico_facebook_16.png) no-repeat; }
 
	.journal .entry .meta a.comment {
		background: url(../img/ico_comment_2.png) no-repeat 5px 1px;
		padding-left: 23px; }
 
/*pagination basic*/
.pagination.basic { margin: 0 0 20px; }
 
	.pagination.basic a {
		font-weight: bold;
		text-decoration: underline; }
 
.action .pagination.basic { margin: 0; }
 
/*article > comments*/
#comments h4 {
	font-size: 17px;
	font-weight: bold;
	padding: 0 0 10px; }
 
#comments .comment-holder { padding: 15px 0 10px; }
 
	#comments .comment-holder .avatar {
		float: left;
		width: 63px;
		height: 63px;
		border: 2px solid #505050;
		background: #fff;
		margin: 0 10px 0 0;
		position: relative; }
 
		#comments .comment-holder .avatar a {
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			display: block;
			background: url(../img/transdgrey.png) repeat;
			color: #fff;
			font-weight: bold;
			font-size: 10px;
			text-align: center;
			padding: 2px 0; }
 
	#comments .comment-holder .comment {
		position: relative;
		float: left;
		width: 530px;
		background: #ebebeb;
		border: 1px solid #ccc; }
 
		#comments .comment-holder .comment p { padding: 7px; }
 
	#comments .comment-holder .meta {
		background: #ccc;
		padding: 5px; }
 
		#comments .comment-holder .meta p {
			padding: 0;
			float: left;
			width: 80%; }
 
		#comments .comment-holder .meta a.report {
			float: right;
			width: 20%;
			text-align: right;
			color: #505050;
			font-weight: bold;
			text-decoration: underline; }
 
#comments .comment .arrow {
	width: 5px;
	height: 11px;
	background: url(../img/arrow.png) no-repeat;
	position: absolute;
	top: 5px;
	left: -6px;
	text-indent: -1000em; }
 
#comments .add-comment { padding: 20px 0; }
 
	#comments .add-comment textarea {
		width: 600px;
		padding: 7px; }
 
	#comments .add-comment .action {
		margin: 0;
		padding: 10px 0 0;
		background: none;
		border: 0;
		width: 100%;
		overflow: hidden; }
 
	#comments .add-comment .btn-envoyer {
		width: 67px;
		height: 26px;
		cursor: pointer;
		background: url(../img/btn_send.png) no-repeat;
		float: right;
		border: 0;
		text-indent: -1000em; }
 
/*pages > film*/
.p-film .section { margin: 0 0 10px; }
 
.p-film .video-cover-holder, .p-film .video-info-holder {
	float: left;
	width: 295px;
	overflow: hidden; }
 
.video-cover-holder {
	background: #d2d2d2;
	padding: 10px; }
 
.video-cover {
	width: 292px;
	height: 419px;
	border: 2px solid #999;
	background: #fff; }
 
.p-film .video-info-holder {
	margin: 0;
	width: 314px;
	float: right; }
 
.become-producer.small {
	float: right;
	width: 314px;
	height: 140px;
	background: url(../img/bg_producer_small.png) no-repeat; }
 
/*photo gallery*/
.photo-gallery ul { padding: 0 0 15px 0; }
 
.photo-gallery li {
	width: 113px;
	height: 113px;
	border: 1px solid #9d9d9d;
	float: left;
	margin: 15px 0 15px 22px; }
 
/*concept*/
.p-concept .section { background: #f5f5f5; }
 
.p-concept h1, h2, h4 { font-family: 'Arial'; }
 
.p-concept h1 {
	color: #e2017b;
	font-size: 24px; /*font-size: 30px;*/ }
 
	.p-concept h1 em { color: #2b2b2b; }
 
.p-concept h4 {
	color: #2b2b2b;
	font-size: 14px; /*font-size: 18px;*/ }
 
.concept {
	margin: 0 8px 8px;
	background: url(../img/bg_random1.png) no-repeat top right; }
 
	.concept ul { padding: 10px 0 15px 30px; }
 
		.concept ul li {
			padding: 3px 0;
			font-weight: bold; }
 
.how-it-works {
	float: left;
	width: 354px;
	margin: 0 0 0 15px;
	padding: 0 0 20px;
	background: url(../img/bg_random1.png) no-repeat left 16px; }
 
	.how-it-works h1 {
		color: #fff;
		background: #2b2b2b;
		padding: 0 10px;
		height: 40px;
		line-height: 40px;
		display: inline-block;
		display: -moz-inline-box;
		-moz-box-orient: vertical;
		vertical-align: top;
		zoom: 1;
		*display: inline; }
 
	.how-it-works ul { padding: 20px 0 0; }
 
	.how-it-works li {
		padding: 25px 0;
		max-height: 68px;
		overflow: hidden;
		padding-left: 78px;
		background: url(../img/step1.png) no-repeat left center;
		font-family: 'Helvetica Condensed Black', 'Arial Black';
		font-size: 14px;
		line-height: 1.4; }
 
		.how-it-works li.two { background: url(../img/step2.png) no-repeat left center; }
 
		.how-it-works li.three { background: url(../img/step3.png) no-repeat left center; }
		
		
 
.p-concept .privileges {
	float: left;
	width: 585px;
	padding: 0 0 40px 0px; }
 
	.p-concept .privileges p { padding: 5px 0 15px; }
	
	#dev{
	padding:10px 6px;background: #fff;font-weight:bold;position : fixed;
	top: 0px;
	left: 70%;
	right: 0px;
	width: 25%;
	text-align:center;
	z-index:9999;
	/* Bidouille pour IE */ 
	position: expression("absolute");
	width : expression("10%");
	top: expression(document.body.scrollTop + this.offsetHeight - this.offsetHeight);
	left: expression("0px");
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;

	}
	.dev_link{
	color: #e2017b;
	text-decoration: none;
cursor:pointer;	}
	.dev_link:hover{
		color: #b6005b; 
	}
	#dev_logo{
		color:#222;
		padding-right:15px;
	}
	#RES_ID_fb_login{
		padding:0px !important;
		height:17px !important;
		line-height:0px !important;
		margin:5px 10px;
		background: url(/img/ico_facebook.png) no-repeat scroll 0 0 !important;
	}
	#RES_ID_fb_login_text{
		background:transparent !important;
		border:none !important;
		padding:7px 10px !important;
	}
