/* RESET CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-text-size-adjust: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear:both;
}
.center {
	text-align: center;
}

/* THEME */
body
{
	background: #1f2127;
	font-size:12px;
	font-family: Arial, sans-serif;
}

a
{
	color:#586c99;
}

#header
{
	height:55px;
	background:url('img/header.jpg') repeat-x #313540;
	z-index: 5;
	position:relative;
}

#header ul
{
	list-style: none;
	position:relative;
}

#main_content
{
	background:#7486ae url('img/fond.jpg') repeat-x;
	/*border:1px solid #7486ad;
	border-top:0;
	border-bottom:0;*/
}

.conteneur
{
	width:1000px;
	margin:0 auto;
	z-index: 3;
	position:relative;
}

#main_content .conteneur
{
	padding-top:20px;
	min-height: 650px;
}

#lelombrikland
{
	background:url('img/lelombrikland.png') repeat-x bottom center;
	height:300px;
	position:relative;
	z-index: 2;
}

#lelombrikland #connecte
{
	position: absolute;
	top: 214px;
	left: 299px;
	color: #EF593B;
	font-family: "netoOTBold";
	font-size: 20px;
	font-weight: bold;
	width: 50px;
	height: 21px;
	text-align: center;
}

.gauche
{
	float:left;
	width:677px;
}

.droite
{
	float:right;
	width:307px;
	position: relative;
}

.droite .bloc,
.gauche .bloc,
#account_bloc
{
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	-moz-box-shadow: 1px 2px 3px rgba(103,119,150,.5);
	-webkit-box-shadow: 1px 2px 3px rgba(103,119,150,.5);
	box-shadow: 1px 2px 3px rgba(103,119,150,.5);
	padding:20px 13px;
}

.gauche .bloc
{
	/*min-height:400px;*/
}

.droite .bloc
{
	padding:9px 12px;
	margin-bottom:10px;
}

.gauche .bloc.fichier
{
	padding:0;
	position:relative;
	background: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: 0 0 0 0;
	-moz-box-shadow: 0 0 0 0;
	-webkit-box-shadow: 0 0 0 0;
}

.gauche.full
{
	width:100%;
}

.gauche .bloc.fichier #selection
{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	height:47px;
	line-height:47px;
	/* background:#3D414D; */
	 margin-bottom:15px; 
	position: relative;
	text-align:right;
}

.gauche .bloc.fichier #selection a
{
	white-space: nowrap;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #3D414D;

	font-family: "netoOTBold";
	font-size: 15px;
	font-weight: 500;
	/*padding:10px 34px;*/
	padding:10px 48px;
	/*margin-left:46px;*/
	margin-left:17px;

	color: #fdfdfd;

	text-decoration: none;
	position:relative;
}

#choice_populaire a.current
{
	background-color: #fdfdfd!important;
	color: #3D414D!important;
	font-weight: bold!important;
}

.gauche .bloc.fichier #selection a.current,
.gauche .bloc.fichier #selection a:hover,
.gauche .bloc.fichier #selection a.hover
{
	color: #3D414D;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #fdfdfd;
}

.tooltip
{
	position: absolute;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	-moz-box-shadow: 0px 0px 3px rgba(103,119,150,.5);
	-webkit-box-shadow: 0px 0px 3px rgba(103,119,150,.5);
	box-shadow: 0px 0px 3px rgba(103,119,150,.5);
	z-index: 2;
	color:#252525;
	font: normal normal normal 12px 'Helvetica Neue',Arial,sans-serif;
	display: none;
}

.tooltip.current
{
	display: block;
}

.tooltip .filters
{
	position: absolute;
	top:125px;
	left:10px;
	width:280px;
	height:70px;
	text-align: left;
}

.tooltip .filter_choice
{
	width:auto;
	height:25px;
	line-height:25px;
	padding:0 !important;
	margin:0 !important;
	display: inline-block;
	float:left!important;
	margin-right: 5px!important;
	margin-bottom: 8px!important;
	padding:0 5px!important;
	color:white!important;
}

.tooltip label
{
	color: #373b41;
	font-family: "netoOTBold";
	font-size: 15px;
	font-weight: bold;
	position:absolute;
}

.show_feed
{
	left:10px;
	top:20px;
}

.button.complet,
.button.complet:hover,
.button.box,
.button.box:hover,
.button.liste,
.button.liste:hover
{
	height: 25px;
	line-height: 25px;
	font-size:14px;
	width:85px;
	background: none;
	color: black;
	top:5px;
}

.button.complet.current,
.button.complet.current:hover,
.button.box.current,
.button.box.current:hover,
.button.liste.current,
.button.liste.current:hover
{
	color:white;
	background: #3D414D;
	font-weight: bold;
	box-shadow: inset 0px 0px 3px #000000;
	-webkit-box-shadow: inset 0px 0px 3px #000000;
	-khtml-box-shadow: inset 0px 0px 3px #000000;
	-o-box-shadow: inset 0px 0px 3px #000000;
	-moz-box-shadow: inset 0px 0px 3px #000000;
}

.button.complet
{
	position:absolute;
	left:10px;
}

.button.box
{
	position:absolute;
	left:201px;
}

.button.liste
{
	position:absolute;
	left:106px;
}

.switch
{
	background:#f8f8f8;
	width: 296px;
	height: 35px;
	position: absolute;
	top:45px;
	left:10px;
	box-shadow: inset 0px 0px 3px #858585;
	-webkit-box-shadow: inset 0px 0px 3px #858585;
	-khtml-box-shadow: inset 0px 0px 3px #858585;
	-o-box-shadow: inset 0px 0px 3px #858585;
	-moz-box-shadow: inset 0px 0px 3px #858585;
	border-radius: 3px;
}

.type_feed
{
	left:10px;
	top:100px;
}

.tooltip:after {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.tooltip:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 5px;
	left: 50%;
	margin-left: -5px;
}

#selection .options_tooltip.tooltip,
.options_tooltip
{
	width: 300px;
	height: 200px;
	left: 616px;
	top: 57px!important;
	bottom: auto!important;
	padding:9px!important;
}

#selection .options_tooltip.tooltip:after,
.options_tooltip:after
{
	left:12%;
	display: block!important;
}

.close_option
{
	position:absolute;
	top:10px;
	right:10px;
	width:21px;
	height:21px;
	background:url('img/sprite.png?24') no-repeat -464px -160px;
	text-indent: -9999px;
	cursor: pointer;
}

a.mode_populaire
{
	margin-left: 0!important;
}

a.mode_options
{
	padding:10px 22px!important;
}

.mode_options span
{
	position: absolute;
	left:10px;
	top:7px;
	display: inline-block;
	background:url('img/sprite.png?24') no-repeat -368px -496px;
	width:24px;
	height:24px;
}

.mode_options span:hover,
.mode_options:hover span,
.mode_options.current span
{
	background:url('img/sprite.png?24') no-repeat -336px -496px;
}

.gauche.full .bloc.fichier .inter
{
	padding:15px 13px;
}

.gauche .bloc.fichier .inter
{
	padding:0;
}

.droite .bloc h4
{
	margin:0;
	padding:0;

	color: #373b41;
	font-family: "netoOTBold";
	font-size: 15px;
	font-weight: bold;

	background:url('img/sprite.png?24') no-repeat -208px 0px;

	padding-bottom:8px;
	padding-left:21px;

	margin-bottom:8px;

	border-bottom:1px solid #eeeeee;
}

.droite .bloc.pub
{
	padding:3px;
}

#header ul
{
	list-style: none;
	height:55px;
	margin:0;
	padding:0;
}

#header li
{
	list-style: none;
	float:left;
	height:55px;
	display:block;
	padding:0;
	margin:0;
	position:relative;
}

#logo
{
	margin-left:3px;
	margin-right:15px;
	width:203px;
	display:block;
	height:55px;
	text-decoration: none;
}

#logo span.name_logo
{
	display: block;
	/*width:202px;*/
	height:39px;
	line-height:39px;
	/*background:url('img/sprite.png?24') no-repeat 0px 0px;*/
	position:relative;
	top:4px;
	/*text-indent: -9999px;*/
	color:white;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	font-size: 32px;
	font-family: "netoOTBold";
	text-transform: uppercase;
	position: absolute;
	left: 57px;
}

a.changelog:hover
{
	text-decoration: underline;
}
a.changelog
{
	color:white;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	font-size: 12px;
	font-family: "netoOTBold";
	text-transform: lowercase;
	position:absolute;
	top:40px;
	right:12px;
	letter-spacing: 0.01em;
}

#envoyerfichierheader
{
	margin-right:8px;
	height:55px;
	display:block;
	text-decoration: none;
}

/*#envoyerfichierheader div
{
	width:71px;
	height:45px;
	line-height:41px;
	background:url('img/sprite.png?24') no-repeat 0px -48px;
	position:relative;
	top:10px;
	text-align: center;

	color: #fff;
	font-family: "HelveticaNeue", "liberationBold", Arial;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0 2px 0 rgba(0,0,0,.3);
}*/

#envoyerfichierheader span
{
	display: block;
	width: 125px;
	cursor:pointer;
	height: 29px;
	line-height: 29px;
	border: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	color: #363a45;
	font-family: "netoOTBold";
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
	padding:0 13px;
	position:relative;
	top:14px;
}

#envoyerfichierheader span:hover
{
	background-color:#000000;
	color:white;
}

/*#envoyerfichierheader div:hover
{
	background-position:0px -96px;
}*/

#rechercheheader
{
	border:0;
	background:transparent;
	padding:0;
	margin:0;
	height:28px;
	line-height:29px;
	width:240px;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #fff;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.25);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.25);
	box-shadow: 0 1px 0 rgba(255,255,255,.25);

	color: #88898b;
	font-family: "HelveticaNeue",  Arial, sans-serif;
	font-size: 12px;

	padding-left:15px;
	padding-right:45px;

	position:relative;
	top:14px;
	margin-right:13px;
}

#rechercheheader input.text
{
	border:0;
	background:transparent;
	padding:0;
	margin:0;

	outline:none;

	position:relative;
	top:0px;

	color: #88898b;
	font-family: "HelveticaNeue",  Arial, sans-serif;
	font-size: 12px;

	width:215px;
}

#rechercheheader input.text:focus
{
	color: #2d3135;
	outline:none;
}



#rechercheheader input.submit
{
	outline:none;

	position:absolute;
	top:6px;
	right:8px;

	border:0;
	margin:0;
	padding:0;

	height:16px;
	width:16px;

	background:url('img/sprite.png?24') no-repeat -160px -48px;

	text-indent: -9999px;
}

#login
{
	margin-right:9px;
	height:55px;
	display:block;
	text-decoration: none;
}

#login div
{
	width:102px;
	height:31px;
	line-height:32px;
	background:url('img/sprite.png?24') no-repeat -208px -48px;
	position:relative;
	text-align: left;
	padding-left:41px;
	top:13px;

	color: #fff;
	font-family: "liberationBold", "HelveticaNeue", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0 2px 0 rgba(0,0,0,.3);

}

#login div:hover,
#login div.hover
{
	background-position:-352px -48px;
}

#signin
{
	height:55px;
	display:block;
	text-decoration: none;
}

#signin div
{
	width:98px;
	height:31px;
	line-height:32px;
	background:url('img/sprite.png?24') no-repeat -160px -80px;
	position:relative;
	text-align: left;
	top:13px;
	padding-left:55px;

	color: #fff;
	font-family: "liberationBold", "HelveticaNeue", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0 2px 0 rgba(0,0,0,.3);
	z-index:11;
}

#signin div:hover
{
	background-position:-320px -80px;
}

@font-face {
    font-family: 'netoOT';
    src: url('font/NettoWeb.eot');
    src: url('font/NettoWeb.eot?#iefix') format('embedded-opentype'),
         url('font/NettoWeb.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*@font-face {
    font-family: 'liberationBold';
    src: url('font/liberationsans-bold-webfont.eot');
    src: url('font/liberationsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/liberationsans-bold-webfont.woff') format('woff'),
         url('font/liberationsans-bold-webfont.ttf') format('truetype'),
         url('font/liberationsans-bold-webfont.svg#liberation_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'liberation';
    src: url('font/liberationsans-regular-webfont.eot');
    src: url('font/liberationsans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/liberationsans-regular-webfont.woff') format('woff'),
         url('font/liberationsans-regular-webfont.ttf') format('truetype'),
         url('font/liberationsans-regular-webfont.svg#liberation_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

@font-face {
    font-family: 'netoOTBold';
    src: url('font/NettoWeb-Bold.eot');
    src: url('font/NettoWeb-Bold.eot?#iefix') format('embedded-opentype'),
         url('font/NettoWeb-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'misoBold';
    src: url('font/miso-bold-webfont.eot');
    src: url('font/miso-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/miso-bold-webfont.woff') format('woff'),
         url('font/miso-bold-webfont.ttf') format('truetype'),
         url('font/miso-bold-webfont.svg#misobold') format('svg');
    font-weight: bold;
    font-style: normal;

}

#footer
{
	position:relative;
	height:227px;
	z-index: 3;
	background:url('img/footer.png') repeat-x #1f2127;
}

#logofooter
{
	float: right;
	width: 213px;
	margin-top: 75px;
	display: block;
	width: 151px;
	height: 85px;
	background: url('img/sprite.png?24') no-repeat 0px -144px;
	text-indent: -9999px;
}

#footer .footer
{
	float:left;
	height:173px;
	padding-top:54px;
}

#footer .footer1
{
	width:247px;
}

#footer .footer2
{
	width:214px;
}

#footer .footer3
{
	width:203px;
}

#footer .footer h5
{
	margin:0;
	padding:0;

	padding-left:12px;


	background:url('img/sprite.png?24') no-repeat -208px -16px;


	text-transform: uppercase;

	color: #fff;
	font-family: "misoBold";
	font-size: 21px;
	font-weight: bold;
}

#footer .footer ul
{
	margin-top:28px;
	color: #959ea5;
	font-family: "HelveticaNeue",  Arial, sans-serif;
	font-size: 12px;
	text-shadow: 0 2px 0 rgba(0,0,0,.3);
}

#footer .footer ul li
{
	margin-bottom:7px;
	padding-left:12px;
}

#footer .footer ul li a
{
	color: #959ea5;
	text-decoration: none;
}

@media screen and (max-width: 1000px) {
	#lelombrikland
	{
		background-position:-324px bottom;
	}
}

#lelombrikland .conteneur.conteneurlelombrik
{
	position:relative;
	height:300px;
	min-height:300px;
	padding-top:0;
}

#populaire
{
margin-left:17px;
}


#connexion
{
	width:291px;
	height:197px;
	position:absolute;
	left:-87px;
	top:13px;

	background:url('img/sprite.png?24') no-repeat 0px -256px;

	z-index: 10;

	padding-left: 40px;
	padding-top: 70px;

	display:none;
}

#connexion label
{
	color: #9b9d9f;
	font-family: "HelveticaNeue", Arial, sans-serif;
	font-size: 12px;
	display:block;
	padding-left:2px;
	height:16px;
}

#connexion input.txt
{
	width: 228px;
	height: 26px;
	height: line-26px;
	border: 1px solid rgba(134,153,186,.35);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;

	color: #88898b;
	font-family: "HelveticaNeue",  Arial, sans-serif;
	font-size: 12px;

	padding:0 10px;
	margin-bottom:16px;
}

#connexion a#oubli
{
	color: #798BB1;
	font-family: "HelveticaNeue", Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	position: absolute;
	top: 152px;
	left: 179px;
}

#connexion input.txt:focus
{
	color: #2d3135;
	outline:none;
}

#connexion input.txt:-webkit-autofill {
    background-color: white !important;
}


#connexion input.submit
{
	width: 117px;
	line-height: 34px;
	position:absolute;
	left: 180px;
	top: 203px;
}

#connexion #create_account
{
	color: #9a9b9d;
	font-family: "HelveticaNeue", Arial, sans-serif;
	font-size: 11px;
	width:115px;
	height:13px;
	line-height:13px;
	position:absolute;
	top:225px;
	left:47px;

	cursor:default;
}
#connexion #remember
{
	color: #9a9b9d;
	font-family: "HelveticaNeue", Arial, sans-serif;
	font-size: 11px;
	width:115px;
	height:13px;
	line-height:13px;
	position:absolute;
	top:203px;
	left:35px;

	cursor:default;
}

#connexion #remember span
{
	position: relative;
	top: -3px;
	left:2px;
}

#connexion #remember div
{
	float:left;
	width:13px;
	height:13px;
	background:url('img/sprite.png?24') no-repeat -160px -224px;
	cursor:pointer;
	margin-right:7px;
}

#connexion #remember div.uncheck
{
	background-position:-160px -240px;
}

.view_file_image
{
	max-width: 100%;
}

.view_file_item
{
	margin:0 auto;
	display:block;
	max-width:677px;
	height:auto;
}

div.titre h1
{
	line-height:18px;
	padding:10px;
	color:white;

	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.titre .titre_icone
{
	width:33px;
	height:33px;
	float:left;
	margin-right:13px;
	position:relative;
	top:12px;
}

.titre_icone.image { background:url('img/sprite.png?24') no-repeat -256px -112px; }
.titre_icone.news { background :url('img/sprite.png?24') no-repeat -208px -112px; }
.titre_icone.video { background:url('img/sprite.png?24') no-repeat -160px -112px; }
.titre_icone.flash { background:url('img/sprite.png?24') no-repeat -304px -112px; }
.titre_icone.son { background  :url('img/sprite.png?24') no-repeat -352px -112px; }
.titre_icone.loop { background :url('img/sprite.png?24') no-repeat -400px -112px; }
.titre_icone.jeu { background  :url('img/sprite.png?24') no-repeat -160px -160px; }

h1
{
	margin:0;
	padding:0;

	color: #373b41;
	font-family: "netoOTBold";
	font-size: 17px;
	font-weight: bold;
}

.view_file .navs
{
	padding-top:14px;
	padding-bottom:10px;
	width:50px;
	float:right;
	margin:0 auto;
}

.view_file .lineabove
{
	border-bottom:1px solid #dedfe1;
	height:1px;
	width:440px;
	position:relative;
	top:1px;
	margin-left:20px;
}

.view_file .nav
{
	display:block;
	float:left;

	width: 101px;
	height: 25px;
	line-height: 23px;
	/*border: 1px solid #fff;*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	background-color: #e7edf5;

	color: #272932;
	font-family: "misoBold";
	font-size: 19px;
	text-decoration: none;
	text-transform: lowercase;
	margin-right: 3px;
}

.view_file .nav.next
{
	text-align:right;

}

.view_file .nav div
{
	width:10px;
	height:15px;
	background:url('img/sprite.png?24') no-repeat;
	float:left;
	position:relative;
	top:6px;
	margin-left:10px;
	margin-right:8px;
}

.view_file .nav.next div
{
	background-position: -176px -224px;
	float:right;
	margin-right:19px;
	margin-left:8px;
}

.view_file .nav.prev div
{
	background-position: -176px -240px;
}

.view_file .views
{
	height: 25px;
	line-height: 25px;
	float:right;
	margin: 13px 0 0 13px;

	color: #373b43;
	font-family: "HelveticaNeue", Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.view_file .views span
{
	font-size: 12px;
	font-weight: normal;
}

.view_file .views div
{
	float:left;
	width:13px;
	height:10px;
	background  :url('img/sprite.png?24') no-repeat -192px -208px;
	position:relative;
	top:6px;
	margin-right:8px;
}

.view_file .detail_file
{
	height:auto!important;
	height:79px;
	min-height:79px;
	width:637px;
	margin:0 auto;
	/*padding-bottom:15px;*/
}

.view_file .comments
{
	margin-top:63px;
	/*width:637px;*/
	margin:0 auto;
	padding-bottom: 15px;
}

.view_file .subtitle
{
	height: 17px;
	line-height: 20px;
	width:637px;
}

.view_file.miniblock .subtitle
{
	width: auto;
	display: inline-block;
}

.view_file .subtitle.addcomment
{
	padding-top:21px;
	padding-bottom:20px;
}

.view_file h3
{
	color: #373b41;
	font-family: "netoOTBold";
	font-size: 15px;
	font-weight: bold;
	padding-left:6px;
	/*padding-right:17px;*/
	background:white;
	float:left;
}

.populairecomment .view_file h3
{
	padding-left: 0;
}

.view_file .line
{
	height: 17px;
	background:url('img/line.jpg') repeat-x 0 10px;
}

.view_file .subtitle div.icon
{
	width: 19px;
	height: 17px;
	float:left;
	position: relative;
    top: 1px;
}

.view_file .subtitle div.icon.jeu { background  :white url('img/sprite.png?24') no-repeat -208px -160px; }
.view_file .subtitle div.icon.loop { background :white url('img/sprite.png?24') no-repeat -240px -160px; }
.view_file .subtitle div.icon.son { background  :white url('img/sprite.png?24') no-repeat -272px -160px; }
.view_file .subtitle div.icon.flash { background:white url('img/sprite.png?24') no-repeat -304px -160px; }
.view_file .subtitle div.icon.image { background:white url('img/sprite.png?24') no-repeat -336px -160px; }
.view_file .subtitle div.icon.news { background :white url('img/sprite.png?24') no-repeat -368px -160px; }
.view_file .subtitle div.icon.video { background:white url('img/sprite.png?24') no-repeat -400px -160px; }
.view_file .subtitle.addcomment div.icon { background:white url('img/sprite.png?24') no-repeat -432px -160px; }

.view_file .view_comments
{
	/*width:637px;*/
	margin:0 auto;
	/*margin-top:30px;*/
	/*padding-bottom:45px;*/
}

/*.view_file #like
{
	float:right;
	width: 200px;
	height: 60px;
	border: 1px solid #dddfe1;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #373d47;
	font-family: "misobold";
	font-size: 40px;
	font-weight: bold;

	padding-top:18px;

}

.view_file #like .nblike
{
	float:left;
	width:91px;
	height:41px;
	line-height:41px;
	text-align: center;
}

.view_file #like .buttonlike
{
	float:left;
	display:block;
	width:44px;
	height:41px;
	background:transparent url('img/sprite.png?24') no-repeat;
}

.view_file #like .buttonlike.disabled
{
	opacity:0.4;
	cursor:default;
}*/


.view_file #like .like { background-position:-208px -192px; margin-right:4px; }
.view_file #like .dislike { background-position:-256px -192px; }

.view_file .detail_author
{
	/*width:430px;*/
	/*float:left;*/
	min-height:65px;
	padding-top:13px;
	text-align: justify;
}

.view_file .detail_author .avatar
{
	text-align: center;

	width: 84px;
	height: 84px;
	line-height: 84px;

	border: 4px solid #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #f0f2f5;
	float:left;
	margin-top:10px;
	margin-right:8px;
	margin-bottom:8px;
}

.view_file .detail_author .avatar img
{
	vertical-align:middle;

	max-width:100%;
	max-height:100%;
}

.view_file .detail_author .avatar img.default
{
	vertical-align:bottom;
}

.view_file .detail_author p
{
	font-size: 16px;
	float:left;
	margin:0;
	display:inline;
	/* width:530px; */
	line-height: 18px;

	overflow:hidden;

	color: #373b41;
	margin-top:5px;
	font-family: "netoOTBold";
	font-weight: bold;
}

.view_file .detail_author .author
{
	color: #9fa1a5;
	font-family: "HelveticaNeue", Arial, sans-serif;
	font-size: 11px;
	margin:0;
	/*margin-bottom:10px;*/
	display:block;
	margin-top: 20px;
}

.view_file .detail_author .author strong,
.view_file .detail_author .author a
{
	color: #9fa1a5;
	text-decoration: none;
	font-weight:bold;
}

.view_file .detail_author .author a
{
	color:#586c99;
	text-decoration: underline;
}

.view_file .comment .commentText
{
	float: left;
}

.view_file .comment.depth0 .commentText { width: 580px; }
.view_file .comment.depth1 .commentText { width: 546px; }
.view_file .comment.depth2 .commentText { width: 512px; }
.view_file .comment.depth3 .commentText { width: 478px; }
.view_file .comment.depth4 .commentText { width: 444px; }
.view_file .comment.depth5 .commentText { width: 410px; }
.view_file .comment.depthEnd .commentText { width: 374px; }

.view_file .comment.depth0
{
	border-top: 1px solid #EAEAEA;
}

.view_file .comment.depth0:first-child
{
	border-top: 0;
}

.view_file .comment:hover
{
	background:#f2f2f2;
}

.view_file .comment
{
	/*width:637px;*/
	margin:0 auto;
	padding-top:12px;
	margin-bottom:0;
	position:relative;
}

.view_file .comment.depth1
{
	width:95%;
	margin-left:auto;
	margin-right:0;
}

/*.view_file .comment p.commentTxt
{
	display:none;
}


.view_file .comment.depth1 p.head span.name,
.view_file .comment.depth2 p.head span.name,
.view_file .comment.depth3 p.head span.name,
.view_file .comment.depth4 p.head span.name,
.view_file .comment.depth5 p.head span.name
{
	font-size:12px;
}*/

/*.view_file .comment.depth1.unfold .avatar,
.view_file .comment.depth2.unfold .avatar,
.view_file .comment.depth3.unfold .avatar,
.view_file .comment.depth4.unfold .avatar,
.view_file .comment.depth5.unfold .avatar,
.view_file .comment.depth1.unfold .rank,
.view_file .comment.depth2.unfold .rank,
.view_file .comment.depth3.unfold .rank,
.view_file .comment.depth4.unfold .rank,
.view_file .comment.depth5.unfold .rank
{
	display:block;
}*/

.view_file .comment.depth1.unfold .avatar
{
	width: 60px;
	height: 60px;
	line-height: 60px;
}

.view_file .comment.depth2.unfold .avatar
{
	width: 40px;
	height: 40px;
	line-height: 40px;
}

.view_file .comment.depth3.unfold .avatar,
.view_file .comment.depth4.unfold .avatar,
.view_file .comment.depth5.unfold .avatar,
.view_file .comment.depthEnd.unfold .avatar
{
	width: 25px;
	height: 25px;
	line-height: 25px;
}

.view_file .comment.depth2
{
	width:90%;
	margin-left:auto;
	margin-right:0;
}

.view_file .comment.depth3
{
	width:85%;
	margin-left:auto;
	margin-right:0;
}

.view_file .comment.depth4
{
	width:80%;
	margin-left:auto;
	margin-right:0;
}

.view_file .comment.depth5
{
	width:75%;
	margin-left:auto;
	margin-right:0;
}

.view_file .comment.depthEnd
{
	width:70%;
	margin-left:auto;
	margin-right:0;
}

.view_file .comment .avatar
{
	width: 60px;
	height: 60px;
	line-height: 60px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background-color: #f0f2f5;
	text-align: center;
	float:left;
	overflow:hidden;
	margin-right:17px;
	margin-left:20px;
	position:relative;
}

.view_file .comment.depth0 .responseArrow
{
	display:none;
}

.view_file .comment .responseArrow
{
	width:32px;
	height:32px;
	position:absolute;
	display:block;
	top: 2px;
	left: 7px;
	background:url('img/sprite.png?24') no-repeat -384px -400px;
}

.view_file .comment .avatar img
{
	vertical-align: middle;

	max-width:100%;
	max-height:100%;
}

.view_file .comment .avatar img.default
{
	vertical-align: bottom;
}

/*.view_file .comment
{
	float:left;
}*/

.view_file .comment p,
.view_file .comment .commentTxtComplete
{
	/*width:530px;*/
	/*float:left;*/

	color: #373b43;
	font-family: "HelveticaNeue", Arial, sans-serif;
	font-size: 16px;
	line-height:19px;
	text-align: justify;
	padding:0 45px;
	padding-left:0;

}

.view_file .comment p.head
{
	margin-top:9px;
	margin-bottom:22px;
	height:16px;
	line-height:16px;
	font-size: 10px;
}

.view_file .comment p.head span
{
	/*border-right: 1px solid #eaeaea;*/
	/*padding-right:9px;*/
	/*padding-left: 9px;*/
	height:16px;
	display:block;
	/*float:left;*/
}

.view_file .comment p.head span.name
{
	float:left;
}

.view_file .comment p.head span.response_occurence
{
	/*border-right: 1px solid #eaeaea;*/
	padding-right:9px;
	padding-left: 9px;
	height:16px;
	display:block;
	float:left;
}

.view_file .comment p.head span.name
{
	color: #373b43;
	font-family: "netoOT";
	font-size: 20px;
	font-weight: bold;
	padding-left: 0px;
}

.view_file .comment p.head span.name a
{
	color: #373b43;
	text-decoration: none;
}

.view_file .comment p.head span.rank
{
	border:0;
	clear:left;
}

.view_file #commentaire
{
	resize:none;
	border:0;
	padding:10px;
	padding-bottom:25px;
	line-height:17px;
	font-size: 12px;
	font-family: "HelveticaNeue", Arial, sans-serif;

	width: 548px;
	max-width: 548px;
	min-width: 548px;
	height: 77px;
	min-height: 77px;

	outline:none;

	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;

	background-color: #e9edf3;

	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.25), inset 1px 2px 2px rgba(90,105,136,.19);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.25), inset 1px 2px 2px rgba(90,105,136,.19);
	box-shadow: 0 1px 0 rgba(255,255,255,.25), inset 1px 2px 2px rgba(90,105,136,.19);

	transition: height 0.3s;
	-moz-transition: height 0.3s;
	-o-transition: height 0.3s;
	-khtml-transition: height 0.3s;
	-webkit-transition: height 0.3s;
	-ms-transition: height 0.3s;

	margin-bottom:7px;
	margin-left: 80px;
}

.view_file .submitcomment
{
	float:right;
	padding-left:15px;
	padding-right:15px;
}

.connexionComment
{
	text-align:center;

	color: #57616f;
	font-family: "netoOT";
	font-size: 17px;

	/*margin-top:40px;*/
}

.button
{
	cursor:pointer;
	height: 37px;
	line-height: 36px;
	border: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	background-color: #363a45;
	color: #fff;
	font-family: "netoOTBold";
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
}

.button:hover
{
	background-color:#24272e;
}

.buttoncomment
{
	display:inline-block;
	width: 165px;
	margin:0 4px;
}

p.message
{
	text-align: center;
	font-family: "netoOT";
	font-size: 15px;
	line-height: 18px;
	margin-bottom:10px;
}

#chars_left_wrap
{
	position:relative;
}

#chars_left_contener
{
	color: #778bab;
	font-family: "HelveticaNeue", Arial, sans-serif;
	font-size: 10px;
	position:absolute;
	bottom:15px;
	right:10px;
	background:#E9EDF3;
	padding:2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	opacity: 0.8;
}

#inscriptionLightbox
{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url('img/lightbox.png');
	z-index:50;
	text-align: center;
	display:none;

}

#inscriptionLightbox .lightboxes
{
	width:423px;
	height:600px;
	position:relative;
	margin:0 auto;
	z-index:51;
}

#inscriptionLightbox .lightboxes .inter
{
	width:600px;
	margin:0 auto;
	height:430px;
	margin-top:18px;
	text-align:left;
}

#inscriptionLightbox .lightboxes .close
{
	position:absolute;
	top:-9px;
	right:-9px;
	width:21px;
	height:21px;
	background:url('img/sprite.png?24') no-repeat -464px -160px;
	text-indent: -9999px;
}

#inscriptionLightbox .lightboxes .inscrire,
#inscriptionLightbox .lightboxes .profil
{
	width: 423px;
	height: 468px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #fff url('img/lightboxfooter.png') no-repeat bottom left;
	-moz-box-shadow: 1px 2px 3px rgba(103,119,150,.48);
	-webkit-box-shadow: 1px 2px 3px rgba(103,119,150,.48);
	box-shadow: 1px 2px 3px rgba(103,119,150,.48);
	float:left;
	position:relative;
}

#header li#account
{
	/*overflow:hidden;*/
	position:absolute;
	right:0;
	top:0;
	height:55px;
	float:none;
	width:289px;
	padding-left:19px;

	-moz-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0);
	-webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0);
	box-shadow: 2px 2px 7px rgba(0, 0, 0, 0);

	transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-webkit-transition: 0.4s;
	-khtml-transition: 0.4s;
	-ms-transition: 0.4s;
}

#header li#account .expand
{
	position:absolute;
	right:0;
	top:0;
	height:55px;
	width:289px;
	padding-left:19px;
	cursor:pointer;



    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

#header li#account.active
{
	height:240px;
	background:#494949 url('img/account.png?1') bottom left repeat-x;

	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	background-color: #353b43;
	-moz-box-shadow: 2px 2px 7px rgba(41,44,51,.53);
	-webkit-box-shadow: 2px 2px 7px rgba(41,44,51,.53);
	box-shadow: 2px 2px 7px rgba(41,44,51,.53);

	z-index: 10;
}

#account .avatar
{
	width: 31px;
	height: 31px;
	line-height: 31px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #fefefe;
	-moz-box-shadow: 0 1px 3px #000, inset 0 1px 0 rgba(255,255,255,.97);
	-webkit-box-shadow: 0 1px 3px #000, inset 0 1px 0 rgba(255,255,255,.97);
	box-shadow: 0 1px 3px #000, inset 0 1px 0 rgba(255,255,255,.97);
	float:left;
	margin-top:12px;
	text-align: center;
	position:relative;
}

#account .avatar img, #account .avatar a
{
	max-width: 27px;
	max-height: 27px;
	vertical-align: middle;
}

#account .username
{
	margin-left:10px;
	margin-top:20px;
	float:left;
	width:220px;
	color: #fff;
	font-family: "HelveticaNeue", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0 2px 0 rgba(0,0,0,.3);
	text-decoration: none;
	height:19px;
	line-height:19px;
}

#account .messages
{
	width:28px;
	float:left;
	margin-right:72px;
	height:17px;
}

#account .more
{
	width: 12px;
	height: 8px;
	display: block;
	margin-top: 24px;
	text-indent: -9999px;
	background: url('img/sprite.png?24') no-repeat -192px -224px;
	position: absolute;
	right: 10px;
	top: 0px;
}

#account.active .more
{
	background-position:-192px -240px;
}

#account .logout span
{
	display:inline-block;
	width:15px;
	height:16px;
	background:url('img/sprite.png?24') no-repeat -208px -240px;
	margin-right:3px;
	top:4px;
	position:relative;
}

#account .logout
{
	color: #fff;
	font-family: "HelveticaNeue", Arial, sans-serif;
	font-size: 11px;
	display:block;
	text-decoration: none;
	text-align:center;
	position:absolute;
	left:0;
	top:191px;
	display:none;
	width:308px;
	height:49px;
	line-height:49px;
}

#account.active .logout
{
	display:block;
}

#account .actionAccount
{
	display: none;
	position: absolute;
	width: 245px;
	height: 125px;
	top: 58px;
	left: 20px;
	list-style: none;
}

#account.active .actionAccount
{
	display:block;
}

#account .actionAccount li
{
	display:block;
	width:245px;
	height:15px;
	list-style: none;
	margin-bottom:4px;
}

#account .actionAccount li a
{
	color: #e1e1e1;
	font-family: "HelveticaNeue", Arial, sans-serif;
	font-size: 11px;
	display:block;
	width:245px;
	height:15px;
	line-height:15px;
	list-style: none;
	text-decoration: none;
}

#account .actionAccount li a div
{
	display:inline-block;
	width:4px;
	height:6px;
	background:url('img/sprite.png?24') no-repeat -224px -240px;
	margin-right:7px;
}


#account .actionAccount li a span
{
	display:inline-block;
	height:15px;
	line-height:15px;
	padding:0 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

}
#account .actionAccount li a:hover span
{
	background-color: #272931;

}

#pagination_wrap
{
	text-align:center;
	float:left;
	width:677px;
}

a.pagination_next div,
a.pagination_prev div
{
	display:inline-block;
	width:4px;
	height:6px;
	background:url('img/sprite.png?24') no-repeat -224px -240px;
	margin:0 10px;
	position:relative;
	top:-2px;
}

a.pagination_prev div
{
	background-position:-256px -240px;
}

a.pagination_next,
a.pagination_prev
{
	text-align: left;
	color: #fff;
	font-family: "misoBold";
	font-size: 17px;
	font-weight: bold;
	display:inline-block;
	height:21px;
	line-height:21px;
	width:115px;
	text-decoration: none;
	margin-top:9px;
}

a.pagination_next
{
	text-align: right;
}

#pagination.left_space
{
	margin-left:115px;
}

#pagination.right_space
{
	margin-right:115px;
}

#pagination
{
	color: #fff;
	font-family: "HelveticaNeue", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0 2px 0 #5d719b;
	height:21px;
	line-height:21px;
	text-align:center;
	list-style:none;
	width:447px;
	margin-top:9px;
	display:inline-block;
}

#pagination li.current a
{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #314167;
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.09) -89%, rgba(255,255,255,.09) 61%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.09) -89%, rgba(255,255,255,.09) 61%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.09) -89%, rgba(255,255,255,.09) 61%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.09) -89%, rgba(255,255,255,.09) 61%);
}

#pagination li
{
	display:inline-block;
	margin:0 4px;
	height:21px;
	text-align: center;
}

#pagination li a
{
	display:inline-block;
	padding:0 3px;
	height:21px;
	min-width:15px;
	text-decoration: none;
	color: #fff;
	text-align: center;
}

#news_show
{
	padding:10px;
	margin:0 auto;
	padding-bottom:35px;
}

#news_show p
{
	color: #373B43;
	font-family: "HelveticaNeue", Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin-bottom:10px;
}

.cotegauche
{
	width:465px;
	float:left;
}

.cotedroite
{
	width:435px;
	float:right;
}

#upload_bloc .titre
{
	height:16px;
	line-height:16px;
	margin:0;
	padding:0;
	margin-bottom:48px;

}

#upload_bloc .titre div
{
	display:inline-block;
	width:16px;
	height:16px;
	margin-right: 16px;
	background:url('img/sprite.png?24') no-repeat -272px -240px;
}

#upload_bloc .titre h1
{
	display:inline-block;
}

#upload_bloc h3
{
	color: #373b41;
	font-family: "netoOTBold";
	font-size: 18px;
	font-weight: bold;
	margin-top:50px;
	margin-bottom:22px;
}

#upload_bloc li
{
	color: #373b41;
	font-family: "HelveticaNeue",  Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	margin-bottom:18px;
	list-style:square url('img/li.png');
	list-style-position: outside;
	margin-left:15px;
}

#lelombrik_upload
{
	width:163px;
	height:139px;
	background:url('img/sprite.png?24') no-repeat -336px -192px;
	margin-left:15px;
	float:right;
}

#upload_bloc label
{
	margin-left:41px;
	color: #8d8f93;
	font-family: "HelveticaNeue", Arial, sans-serif;
	font-size: 12px;
	display:block;
	margin-bottom:7px;
}

#upload_bloc .input_file
{
	color: #25272d;
	font-family: "HelveticaNeue", Arial, sans-serif;
	font-size: 13px;
	margin-left:41px;
	margin-bottom:17px;

}

#upload_bloc .txt,
#createfeed_bloc .txt,
#createfeed_bloc .textarea
{
	width: 393px;
	height: 26px;
	line-height: 26px;
	border: 1px solid rgba(134,153,186,.35);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;

	color: #25272d;
	font-family: "HelveticaNeue", Arial, sans-serif;
	font-size: 13px;

	margin-left:41px;
	margin-bottom:17px;

	padding:0 6px;
}

#createfeed_bloc .tag
{
	float:left;
	color: #25272d;
	font-family: "HelveticaNeue", Arial, sans-serif;
	margin-bottom:5px;
	height: 26px;
	line-height: 26px;
}

#createfeed_bloc .txt
{
	margin:0;
	margin-bottom:5px;
	width:295px;
	float:right;
	color:#aaaaaa;
}

#createfeed_bloc .txt:focus
{
	color:black;
}

#createfeed_bloc .txt.semi-large
{
	width:360px;
	float:none;
	margin-bottom:5px;
	margin-left:3px;
}
#createfeed_bloc .txt.large
{
	width:637px;
	float:none;
	margin-bottom:10px;
}

#createfeed_bloc .textarea
{
	margin:0;
	width:295px;
	float:right;
	height:138px;
	color:#aaaaaa;
}

#createfeed_bloc .textarea:focus
{
	color:black;
}

#upload_bloc .submit
{
	border: 1px solid #e7edf3;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.2), inset 0 0 2px rgba(255,255,255,.25);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2), inset 0 0 2px rgba(255,255,255,.25);
	box-shadow: 0 1px 1px rgba(0,0,0,.2), inset 0 0 2px rgba(255,255,255,.25);
	background-color: #8597b7;
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.19) -89%, rgba(255,255,255,.19) 61%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.19) -89%, rgba(255,255,255,.19) 61%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.19) -89%, rgba(255,255,255,.19) 61%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.19) -89%, rgba(255,255,255,.19) 61%);

	width: 129px;
	height: 39px;
	line-height: 39px;
	border:0;

	color: #fff;
	font-family: "HelveticaNeue", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;

	float:right;

	margin-right:17px;
}

#upload_bloc .submit:hover
{
	background-color: #69799b;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.2), inset 0 0 2px rgba(255,255,255,.25);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2), inset 0 0 2px rgba(255,255,255,.25);
	box-shadow: 0 1px 1px rgba(0,0,0,.2), inset 0 0 2px rgba(255,255,255,.25);
	background-image: -moz-linear-gradient(bottom, rgba(255,255,255,.18) -89%, rgba(0,0,0,.18) 61%);
	background-image: -o-linear-gradient(bottom, rgba(255,255,255,.18) -89%, rgba(0,0,0,.18) 61%);
	background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,.18) -89%, rgba(0,0,0,.18) 61%);
	background-image: linear-gradient(bottom, rgba(255,255,255,.18) -89%, rgba(0,0,0,.18) 61%);
}

.titre_account
{
	margin:0;
	padding:0;
	background:#fcfcfc;
	height:48px;
	line-height:48px;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
}

.titre_account h1
{
	display:inline-block;
}

.titre_account div
{
	display:inline-block;
	width:22px;
	height:22px;
	background:url('img/sprite.png?24') no-repeat -304px -192px;
	margin-left:20px;
	margin-right:12px;
	position:relative;
	top:6px;
}

#account_bloc .gauche
{
	/*margin-left:118px;*/
	width:48%;
}

#account_bloc .droite
{
	/*margin-right:143px;*/
	width:48%;
}

#account_bloc
{
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-opera-border-radius: 0 0 4px 4px;
	-khtml-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
}

#account_bloc label
{
	color: #8d8f93;
	font-family: "HelveticaNeue", Arial, sans-serif;
	font-size: 12px;
	display:block;
	margin-bottom:7px;
}

#account_bloc .sublabel
{
	color: #3b414b;
	font-family: "HelveticaNeue", Arial, sans-serif;
	font-size: 12px;
	margin-bottom:13px;
}

#account_bloc .txt
{
	width: 450px;
	height: 26px;
	line-height: 26px;
	border: 1px solid rgba(134,153,186,.35);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;

	color: #25272d;
	font-family: "HelveticaNeue", Arial, sans-serif;
	font-size: 13px;

	margin-bottom:13px;

	padding:0 6px;
}

h5
{
	color: #25272d;
	font-family: "HelveticaNeue", Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-bottom:14px;
}

#account_bloc .radio,
#account_bloc .realradio
{
	color: #8d8f93;
	font-family: "HelveticaNeue", Arial, sans-serif;
	font-size: 11px;
	display:inline-block;
	margin-bottom:21px ;
	cursor:pointer;
}

#account_bloc .realradio
{
	margin-right:29px;
}

#account_bloc .realradio div input,
#account_bloc .radio div input
{
	display:none;
}

#account_bloc .radio div,
#account_bloc .realradio div
{
	display:inline-block;
	width:13px;
	height:13px;
	margin-right:6px;
	background:url('img/sprite.png?24') no-repeat -160px -240px;
	top:2px;
	position:relative;
}

#account_bloc .radio.active div
{
	background-position:-160px -224px;
}

#account_bloc .realradio div
{
	width:15px;
	height:15px;
	margin-right:1px;

	background-position:-304px -240px;
}

#account_bloc .realradio.active div
{
	background-position:-288px -240px;
}

#account_bloc .droite .txt
{
	width:444px;
}

#account_bloc textarea.txt
{
	width:818px;
	height:97px;
	resize:none;
}

#account_bloc .droite .txt.dateDD,
#account_bloc .droite .txt.dateMM,
#account_bloc .droite .txt.dateAAAA
{
	width:26px;
	text-align:center;
	margin-right:7px;
}

#account_bloc .droite .txt.dateAAAA
{
	width:42px;
	margin-right:0;
}

#account_bloc .droite .submit
{
	width:217px;
	float:right;
	margin-right:10px;
	color: #fff;
	font-family: "HelveticaNeue", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top:50px;
}

/*.fshare-box
{
    margin: 0;
    padding: 0;
    margin-top: 10px;
}
.fshare-default
{
    position: absolute;
    top: 0px;
    padding: 2px 0 10px 0;
	background:white url('img/social.png') repeat-y top right;
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    width:83px;
    left:-83px;
    text-align: center;
}

.fshare-icon
{
    background-color: #393939;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    width: 90px;
    margin-left:10px;
    position: absolute;
    top: 0px;
    padding-left: 10px;
    padding-bottom: 10px;
}

.fshare-icon .fshare-button
{
    width: 39px;
    height: 36px;
    background-repeat: no-repeat;
    cursor: pointer;
    color: black;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    padding-top: 4px;
}

.fshare-icon span
{
    display: block;
    margin-left: 50px;
    margin-top: 6px;
    color: white !important;
    line-height:1.2;
}

#fshare-collapsed
{
	display:none;
}

.twitter-share-button
{
	width: 60px !important;
}*/


.home, .return
{
	border: 1px solid #b1bbd1;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #333741;
	-moz-box-shadow: 0 2px 3px rgba(103,119,150,.5), inset 0 0 2px rgba(255,255,255,.25);
	-webkit-box-shadow: 0 2px 3px rgba(103,119,150,.5), inset 0 0 2px rgba(255,255,255,.25);
	box-shadow: 0 2px 3px rgba(103,119,150,.5), inset 0 0 2px rgba(255,255,255,.25);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.3) -89%, rgba(255,255,255,.3) 61%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.3) -89%, rgba(255,255,255,.3) 61%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.3) -89%, rgba(255,255,255,.3) 61%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.3) -89%, rgba(255,255,255,.3) 61%);
	display:inline-block;
	color: #fff;
	font-family: "netoOTBold";
	font-size: 18px;
	font-weight: bold;
	height:38px;
	line-height:38px;
	width:50px;
	text-align: center;
	text-decoration: none;
	margin-right: 10px;
	margin-bottom: 10px;
}

.return
{
	width:243px;
	margin-right: 0px;
}
.home div
{
	display:inline-block;
	width:16px;
	height:16px;
	background  :url('img/sprite.png?24') no-repeat -320px -240px;
}

.return div
{
	display:inline-block;
	width:26px;
	height:19px;
	background  :url('img/sprite.png?24') no-repeat -480px -368px;
	position:relative;
	top:3px;
	margin-right:3px;
}

.error_back
{
	text-align:center;
	margin-top:15px;
}

.error_back .button
{
	padding:5px 20px;
	margin:0 auto;
}

.error_msg
{
	text-align:center;
}

.error_msg img
{
	display:block;
	margin:0 auto;
	margin-bottom:15px;
}

#news_show p
{
	font-size:14px;
	line-height: 1.75em;
}

.sideAction
{
	float:right;
	width:40px;
	height:30px;
	margin-left:15px;
	position:relative;
}

.actionComments
{
	padding-top:10px;
	/*height: 20px;*/
	max-height: 0px;
	overflow:hidden;
	padding-left:10px;

	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.comment:hover .actionComments
{
	max-height:20px;
}

.actionComments .itemactionComments
{
	float:left;
	display:inline-block;
	border-right:1px solid #EAEAEA;
	color:#939393;
}

.actionComments .itemactionComments.end
{
	float:right;
	border:0;
}

.actionComments .itemactionComments a,
.actionComments .itemactionComments span,
.actionComments .itemactionComments.noteComment
{
	color:#939393;
	text-decoration: none;
	padding:0 10px;
	height:20px;
	line-height:20px;
}

.actionComments .itemactionComments.noteComment
{
	text-align: center;
	width:30px;
}

p.response
{
	margin-bottom:10px;
	display:none;
}

.positif
{
	color:green;
}

.negatif
{
	color:red;
}

.button.nextItem
{
	display:block;
	margin:0 auto;
}

#choice_populaire
{
	position:absolute;
	left: 21px;
	top: 42px;

	/*background-color: white;*/

	/*-moz-box-shadow: 0px 0px 5px rgba(103,119,150,.5);
	-webkit-box-shadow: 0px 0px 5px rgba(103, 119, 150, .5);
	box-shadow: 0px 0px 5px rgba(103, 119, 150, .5);*/

	width: 128px;
	height:auto;
	z-index: 25;

	display:none;
}

.gauche .bloc.fichier #selection #choice_populaire a.current,
.gauche .bloc.fichier #selection #choice_populaire a:hover
{
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.gauche .bloc.fichier #selection #choice_populaire a
{
	display:block;
	height:31px;
	line-height:31px;
	margin:0;
	padding:0 10px;
	float:none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	-moz-border-radius: 0;
	background: #60636c;
	text-align: left;
}

.gauche .bloc.fichier #selection #choice_populaire a:last-child
{
	border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
}

.gauche .bloc.fichier #selection #choice_populaire a:hover
{
	background-color: #3D414D;
	color:white;
}

.gauche .bloc.fichier #selection .populaire
{
	display:inline-block;
	position: relative;
	margin-left:16px;
}

.gauche .bloc.fichier #selection .populaire:hover
{
	height: 160px;
}

.feedleft
{
	width:320px;
	height:140px;
	line-height:140px;
	text-align:center;
	float:left;
}

.feedright
{
	width:320px;
	height:140px;
	float:right;
}

.feedleft .button
{
	padding:5px 10px;
}

.couleur
{
	width:36px;
	height:36px;
	position:relative;
}

.couleur .couleurchoix
{
	width:22px;
	height:22px;
	background:red;
	position:absolute;
	top:7px;
	left:7px;
}

.couleur .couleurfond
{
	width:36px;
	height:36px;
	position:absolute;
	top:0;
	left:0;
	background:url('colorpicker/images/select2.png');
	cursor:pointer;
}

#colorpick
{
	position:relative;
}

#colorpick .colorpicker
{
	top:38px;
	left:0;
	z-index: 10;
}

#createfeed_bloc .couleur
{
	height:36px;
	line-height:36px;
}

#createfeed_bloc .button
{
	margin:0 auto;
	padding-left:12px;
	padding-right:12px;
	display:inline-block;
}

.feed_titre
{
	display:inline-block;
	padding:0 20px;
	height:25px;
	line-height:25px;

	text-align: center;

	font-family: "HelveticaNeue", Arial, sans-serif;
	font-size: 12px;

	position:absolute;
	top:-25px;
	right:10px;

	background:white;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
}

.droite #subscribebutton,
.droite #unsubscribebutton,
.droite #publish,
#publish,
#subscribebutton,
#unsubscribebutton,
.button.subscribe,
.button.unsubscribe,
.button.editfeed
{
	/*width:100%;*/
	/*display:block;*/
	font-size: 11px;
	padding:5px;
	margin-bottom: 10px;
}

.droite #subscribebutton,
#subscribebutton,
.button.subscribe
{
	background-color: #2ecc71;
}

.droite #unsubscribebutton,
#unsubscribebutton,
.button.unsubscribe
{
	background-color: #e74c3c;
}

#feed_detail
{
	background:white;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	padding:10px;
	margin-bottom: 10px;
}

#feed_detail .left
{
	float:left;
	width:320px;
	height:140px;
	text-align: left;
	margin-right:20px;
}

#feed_detail .left img
{
	max-width: 100%;
	max-height: 100%;
	border:1px solid #cccccc;
}

#feed_detail .middle p
{
	margin-bottom: 6px;
}

#feed_detail .middle h1
{
	display:inline-block;
	padding:5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	margin-bottom:10px;
}

.notify
{
	color:white;
	background:red;
	border-radius: 100px;
	text-align: center;
	width:15px;
	height:15px;
	line-height:15px;
	display:inline-block;
}

.imgComment
{
	margin-bottom:8px;
}

.imgComment input
{
	resize: none;
	border: 0;
	padding: 5px;
	line-height: 15px;
	font-size: 12px;
	font-family: "HelveticaNeue", Arial, sans-serif;
	width: 290px;
	height: 15px;
	outline: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #e9edf3;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.25), inset 1px 2px 2px rgba(90,105,136,.19);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.25), inset 1px 2px 2px rgba(90,105,136,.19);
	box-shadow: 0 1px 0 rgba(255,255,255,.25), inset 1px 2px 2px rgba(90,105,136,.19);
	margin-top:4px;
}

.imgComment strong
{
	font-weight: bold;
	font-family: "netoOT";
	display:inline-block;
	width:185px;
	font-family: "HelveticaNeue", Arial, sans-serif;
	font-size:12px;
}

.imageComment
{
	max-width: 300px;
	max-height: 300px;
	margin-top: 20px;
}

#debugtime
{
	/*display:none;*/
}

#debug
{
	background:white;
}

#debug table
{
	width:100%;
	margin-bottom: 15px;
}
#debug h2,
#debug td
{
	font-size: 12px;
	font-family: "HelveticaNeue", Arial, sans-serif;
	padding:8px;

}

#debug tr:nth-child(even)
{
	background: #f8f8f8;
}

#debug tr:nth-child(odd)
{
	background: #e0e0e0;
}

/*.filter
{
	width:140px;
	float:left;
	margin-bottom: 5px;
	height:22px;
	line-height:22px;
}*/

.filter_choice.current,
.filter_choice.active
{
	color:#ffffff;
}

.filter_choice
{
	color:#cccccc;
	background: white;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	padding:8px 0px;
	width:138px;
	float:left;
	margin:4px 0px;
	text-align: center;
	cursor:pointer;
	text-decoration: none;
	display: block;
	font-family: "netoOTBold";
	font-weight: bold;
	font-size: 17px;
}

.filter_choice.odd
{
	float:right;
}

/*.filter span
{
	display:inline-block;
	border: 1px solid #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #e7edf5;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.2), inset 0 0 2px rgba(255,255,255,.25);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2), inset 0 0 2px rgba(255,255,255,.25);
	box-shadow: 0 1px 1px rgba(0,0,0,.2), inset 0 0 2px rgba(255,255,255,.25);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.3) -89%, rgba(255,255,255,.3) 61%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.3) -89%, rgba(255,255,255,.3) 61%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.3) -89%, rgba(255,255,255,.3) 61%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.3) -89%, rgba(255,255,255,.3) 61%);
	padding:0 20px;
	height:18px;
	line-height:18px;
	color: #676767;
	font-family: "HelveticaNeue",  Arial, sans-serif;
	font-size: 11px;

}*/

/*.filter .checkboxWrap
{
	position:relative;
	top:3px;
}

.checkboxWrap
{
	width:13px;
	height:13px;
	background:url('img/sprite.png?24') no-repeat -496px -528px;
	display:inline-block;
	cursor:pointer;
}

.checkboxWrap.checked
{
	background-position:-496px -128px;
}

.checkboxWrap.filter_images.checked { background-position:-496px -32px; }
.checkboxWrap.filter_images { background-position:-496px -432px; }

.checkboxWrap.filter_jeux.checked { background-position:-496px -64px; }
.checkboxWrap.filter_jeux { background-position:-496px -464px; }

.checkboxWrap.filter_sons.checked { background-position:-496px -16px; }
.checkboxWrap.filter_sons { background-position:-496px -416px; }

.checkboxWrap.filter_loops.checked { background-position:-496px -96px; }
.checkboxWrap.filter_loops { background-position:-496px -496px; }

.checkboxWrap.filter_videos.checked { background-position:-496px 0px; }
.checkboxWrap.filter_videos { background-position:-496px -400px; }

.checkboxWrap.filter_animations.checked { background-position:-496px -48px; }
.checkboxWrap.filter_animations { background-position:-496px -448px; }

.checkboxWrap.filter_news.checked { background-position:-496px -80px; }
.checkboxWrap.filter_news { background-position:-496px -480px; }*/



.file
{
	text-align: center;
	margin-bottom:15px;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;*/


	-webkit-transition: background-color 300ms linear;
	-moz-transition: background-color 300ms linear;
	-o-transition: background-color 300ms linear;
	-ms-transition: background-color 300ms linear;
	transition: background-color 300ms linear;

	position: relative;
	/*left: -13px;*/
	width: 677px;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;



}

.file .top_comment
{
	margin:7px 0;
	line-height: 17px;
	display:block;
	color:#000;
	text-decoration: none;
}

.file .top_comment strong,
.top_comment strong
{
	font-weight: bold;
}

.file .social_bar .vote_up,
.social_bar .vote_up,
.file .social_bar .vote_down,
.social_bar .vote_down
{
	display: block;
	width: 50px;
	height: 41px;
	cursor: pointer;
	margin-bottom: 10px;
	background: #a3bb0f url('img/sprite.png?24') no-repeat;
}

.file .social_bar .vote_up,
.social_bar .vote_up
{
	background-position: -206px -193px;
	margin-bottom: 0;



	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.file .social_bar .vote_down,
.social_bar .vote_down
{
	background-position: -253px -192px;
	background-color: #ce4a2c;



	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

.file .social_bar,
.social_bar
{
	position: absolute;
	left:-80px;
	margin-top:15px;
	width: 70px;
	top:0;
	opacity: 1;
	/*display: none;*/

	-webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    transition: opacity .3s;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

.file .social_bar
{
	opacity: 0;
}

.file.current .social_bar
{
	opacity: 1;
}

.file .social_bar .vote_block,
.social_bar .vote_block
{
	padding: 0 10px 0px 10px;
	width: 50px;
	height:auto;
}

.file .social_bar .social_block,
.social_bar .social_block
{
	padding:0 10px;
	width: 50px;
	position:relative;
}

.file .endscroll
{
	position: absolute;
	bottom:0;
	width:100%;
	height:0;
	left:0;
}
.file .info_file
{
	background: white;

	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	text-align: left;
	padding: 0 10px;
	font-family: "HelveticaNeue",  Arial, sans-serif;
	font-size:12px;
	overflow: hidden;
	height:auto;
	max-height: 0;
	/*margin-top:15px;*/

	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.file.current .info_file
{
	/*min-height: 30px;*/
	max-height:500px;
	height:auto;
	padding:10px;
	overflow:visible;
}

.file .preview
{
	display: block;
	width: 100%;
	height:auto;
	max-width: 100%;
	margin:0 auto;
	position: relative;
}

.file .preview.played img
{
	display: none;
}

.file h2 a
{
	text-decoration: none;
	color:white;
}

.file h2
{
	text-align: left;
	font-family: "netoOTBold";
	font-weight: bold;
	font-size: 17px;
	line-height: 18px;
}

.file h3
{
	text-align: left;
	font-family: "netoOTBold";
	font-weight: normal;
	font-size: 12px;
}

.file_compact .file_compact_detail p.top_comment
{
	margin-top: 10px;
}

.file_compact .file_compact_detail p.top_comment strong
{
	font-weight: bold;
}

.file_compact .file_compact_detail
{
	background: white;
	color:#000000;
	width:100%;
	margin-top: 15px;
	padding: 0 10px;
	max-height: 0;
	overflow:hidden;
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.file_compact.current .file_compact_detail
{
	max-height: 200px;
	padding:10px;
}

.file_compact
{
	cursor: pointer;
	/*height:33px;*/
	min-height:41px;
	/*max-height:auto;*/
	margin-bottom: 10px;
	/*-webkit-transition: all .6s ease-in;
    -moz-transition: all .6s ease-in;
    -o-transition: all .6s ease-in;
    -ms-transition: all .6s ease-in;
    transition: all .6s ease-in;*/
}

.file_compact a
{
	text-decoration: none;
}

.file_compact .file_icon
{
	width:33px;
	height:33px;
	float:left;
	margin-right:8px;
	position:relative;
	top:0;
}

.file_compact .file_container,
.file_compact .file_details
{
	width:595px;
	float:left;
	height:auto;

	color: #373b43;
	font-family: "HelveticaNeue", Arial, sans-serif;
	font-size: 12px;

	position:relative;
	top:7px;
}

.file_compact .file_container .file_title a
{
	text-align: left;
	font-family: "netoOTBold";
	font-weight: bold;
	font-size: 17px;
	color:white;
	display: block;
	padding:5px 9px;
}

.file_compact .file_container .file_author a
{
	font-size:11px;
}

.file_compact .file_container
{
	max-height: 50px;
	overflow:hidden;
	/*display:block;*/
	-webkit-transition:all 0.1s linear;
	-moz-transition:all 0.1s linear;
}

.file_compact .file_details .file_image
{
	width: 119px;
	height: 66px;
	float:left;
	margin-top:6px;
	margin-left:3px;
}

.file_compact .file_icon a
{
	width:33px;
	height:33px;
	display:block;
}

.file_compact.jeu .file_details .file_image
{
	border: 1px solid #f5713f;
	-moz-box-shadow: 0 1px 3px #882f18;
	-webkit-box-shadow: 0 1px 3px #882f18;
	box-shadow: 0 1px 3px #882f18;
}

.file_compact.video .file_details .file_image
{
	border: 1px solid #8bd1b5;
	-moz-box-shadow: 0 1px 3px #387459;
	-webkit-box-shadow: 0 1px 3px #387459;
	box-shadow: 0 1px 3px #387459;
}

.file_compact.image .file_details .file_image
{
	border: 1px solid #bfd900;
	-moz-box-shadow: 0 1px 3px #597100;
	-webkit-box-shadow: 0 1px 3px #597100;
	box-shadow: 0 1px 3px #597100;
}

.file_compact.news .file_details .file_image
{
	border: 1px solid #ddd5cd;
	-moz-box-shadow: 0 1px 3px #89725f;
	-webkit-box-shadow: 0 1px 3px #89725f;
	box-shadow: 0 1px 3px #89725f;
}

.file_compact.flash .file_details .file_image
{
	border: 1px solid #ddd5cd;
	-moz-box-shadow: 0 1px 3px #89725f;
	-webkit-box-shadow: 0 1px 3px #89725f;
	box-shadow: 0 1px 3px #89725f;
}

.file_compact.son .file_details .file_image
{
	border: 1px solid #f9d900;
	-moz-box-shadow: 0 1px 3px #a87300;
	-webkit-box-shadow: 0 1px 3px #a87300;
	box-shadow: 0 1px 3px #a87300;
}

.file_compact.jeu .file_details .file_image
{
	border: 1px solid #f9b345;
	-moz-box-shadow: 0 1px 3px #9b3a00;
	-webkit-box-shadow: 0 1px 3px #9b3a00;
	box-shadow: 0 1px 3px #9b3a00;
}

.file_compact .file_details .file_panel_right
{
	float:left;
	width:340px;
	padding-left:10px;
	padding-top:7px;
	position:relative;
}

.file_compact .file_details .file_panel_right h5
{
	color: #fff;
	font-family: "HelveticaNeue", Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.file_compact .file_details .file_panel_right p.desc
{
	margin-top:7px;
	color: #fff;
	font-family: "HelveticaNeue", Arial, sans-serif;
	font-size: 11px;
	/*height: 28px;*/
}

.file_compact .file_details .file_panel_right p.desc a
{
	display:block;
	padding-bottom: 35px;
	/*height: 28px;*/
}

.file_compact .file_details .file_panel_right p.other
{
	margin-top:9px;
	color: #fff;
	font-family: "HelveticaNeue", Arial, sans-serif;
	font-size: 10px;

	position: absolute;
	bottom: 5px;
}

.file_compact .file_details .file_panel_right h5 a,
.file_compact .file_details .file_panel_right p a
{
	color:#fff;
	display:block;
}

.file_compact .file_details .file_image img
{
	display:block;
	width:100%;
	height:100%;
}

.file_compact .file_details .file_title,
.file_compact .file_title a
{
	color: #000000;
	font-family: "HelveticaNeue", Arial, sans-serif;
	font-size: 10px;
}

.file_compact .file_author, .file_compact .file_author a
{
	color: white;
	font-family: "HelveticaNeue", Arial, sans-serif;
	font-size: 10px;

	padding-top:3px;
}

.file_compact .file_description
{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	background: transparent none bottom left repeat-x;

	/*height:33px;*/
	min-height:41px;
	width:100%;
	float:left;
	/*margin-right: 8px;*/

	overflow: hidden;

	position:relative;

}

/*.file_compact:hover .file_description
{
	background-image: none bottom left repeat-x;
}*/

/* Fond fichiers */
.file_compact.image .file_description { background-color: #e7f0b2; }
.file_compact.loop .file_description { background-color : #fbcec2; }
.file_compact.video .file_description { background-color: #d4ede3; }
.file_compact.flash .file_description { background-color: #e7eaef; }
.file_compact.son .file_description { background-color  : #fcecb2; }
.file_compact.jeu .file_description { background-color  : #fddbc1; }
.file_compact.news .file_description { background-color : #f2eeeb; }


/*.file_compact:hover.loop .file_description { background-image:url('img/filebgloop.jpg'); background-color:#f25d35; }
.file_compact:hover.video .file_description { background-image:url('img/filebgvideo.jpg'); background-color:#71c5a1; }
.file_compact:hover.image .file_description { background-image:url('img/filebgimage.jpg'); background-color:#adcd00; }
.file_compact:hover.news .file_description { background-image:url('img/filebgnews.jpg'); background-color:#b9a799; }
.file_compact:hover.flash .file_description { background-image:url('img/filebgflash.jpg'); background-color:#b0b9ca; }
.file_compact:hover.son .file_description { background-image:url('img/filebgson.jpg'); background-color:#f5b200; }
.file_compact:hover.jeu .file_description { background-image:url('img/filebgjeu.jpg'); background-color:#f78731; }*/

/* Icones */
.file_compact.image .file_icon { background:url('img/sprite.png?24') no-repeat -256px -112px; }
.file_compact.news .file_icon { background :url('img/sprite.png?24') no-repeat -208px -112px; }
.file_compact.video .file_icon { background:url('img/sprite.png?24') no-repeat -160px -112px; }
.file_compact.flash .file_icon { background:url('img/sprite.png?24') no-repeat -304px -112px; }
.file_compact.son .file_icon { background  :url('img/sprite.png?24') no-repeat -352px -112px; }
.file_compact.loop .file_icon { background :url('img/sprite.png?24') no-repeat -400px -112px; }
.file_compact.jeu .file_icon { background  :url('img/sprite.png?24') no-repeat -160px -160px; }

/* COMMENTAIRES */
.file_compact.image .nb_comment_ico { background:url('img/sprite.png?24') no-repeat -176px -64px; }
.file_compact.news .nb_comment_ico { background :url('img/sprite.png?24') no-repeat -160px -208px; }
.file_compact.video .nb_comment_ico { background:url('img/sprite.png?24') no-repeat -176px -208px; }
.file_compact.flash .nb_comment_ico { background:url('img/sprite.png?24') no-repeat -160px -64px; }
.file_compact.son .nb_comment_ico { background  :url('img/sprite.png?24') no-repeat -480px -80px; }
.file_compact.loop .nb_comment_ico { background :url('img/sprite.png?24') no-repeat -192px -64px; }
.file_compact.jeu .nb_comment_ico { background  :url('img/sprite.png?24') no-repeat -192px -48px; }

/*Auteur */
/*.file_compact.image .file_author, .file_compact.image .file_author a { color:#678300; }
.file_compact.news .file_author, .file_compact.news .file_author a { color :#937b69; }
.file_compact.video .file_author, .file_compact.video .file_author a { color:#5ba585; }
.file_compact.flash .file_author, .file_compact.flash .file_author a { color:#7b859b; }
.file_compact.son .file_author, .file_compact.son .file_author a { color  :#bf953d; }
.file_compact.loop .file_author, .file_compact.loop .file_author a { color :#e94323; }
.file_compact.jeu .file_author, .file_compact.jeu .file_author a { color  :#d1631e; }*/

.file_compact .nb_comment_ico
{
	width:16px;
	height:13px;
	float:left;
	position:relative;
	bottom:11px;
	margin-right:5px;
	position: absolute;
	right: 28px;
}

.file_compact .nb_comment_ico a
{
	width:16px;
	height:13px;
	display:block;
}

.file_compact .nb_comment
{
	color: #454b57;
	font-family: "HelveticaNeue",  Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;

	float:left;

	position:relative;
	bottom:12px;
	float:left;
	width:16px;
	text-align: center;
	position: absolute;
	right: 12px;
}

.file_compact .file_description .nb_comment a
{
	color: #454b57;
}

.file_compact:hover .file_description .nb_comment,
.file_compact:hover .file_description .nb_comment a
{
	color:white;
}

.file_compact .nb_hit_ico
{
	width:16px;
	height:16px;
	background:none;
	/*background:url('img/sprite.png?24') no-repeat -176px -48px;*/
	float:left;
	position:relative;
	top:13px;
	margin-right:3px;
}

.file_compact .nb_hit_ico a
{
	width:16px;
	height:16px;
	display:block;
}

.file_compact .nb_hit
{
	color: #454951;
	font-family: "netoOTBold";
	font-size: 19px;
	font-weight: bold;
	position:relative;
	top:11px;
	float:left;
	width:42px;
	text-align: center;
}

.file_compact .nb_hit a
{
	color: #ffffff;
}

.preview.played
{
	background:none!important;
	border:none!important;
}

.preview.news img
{
	max-width: 100%;
}

#news_show img
{
	max-width: 100%;
}

.preview.news
{
	background: #F0F0F0;
	padding:10px;
	text-align: left;
	width:657px;
	font-size: 14px;
	line-height: 1.75em;
	color: #373B43;
	min-height:234px;
	font-family: "HelveticaNeue", Arial, sans-serif;
}

.preview.video,
.preview.son
{
	height:381px;
	width:677px;
	position: relative;
	cursor:pointer;
	overflow: hidden;
}

.preview.played .loadFlash
{
	display: block;
}

.preview .loadFlash,
.preview.played .icon
{
	display:none;
}

.preview.flash .icon,
.preview.jeu .icon,
.preview.loop .icon,
.preview.video .icon,
.preview.son .icon,
.preview.image .icon
{
	width:82px;
	height:59px!important;
	position:absolute;
	left:298px;
	top:169px;
	background:url('img/sprite.png?24') no-repeat -336px -432px;
}

.preview.image.current .icon
{
	display: none;
}

.preview.image .icon
{
	background-position:-144px -544px;
	cursor:pointer;
	top: calc( 50% - 29px );
	top: -moz-calc( 50% - 29px );
	top: -webkit-calc( 50% - 29px );
	top: -ms-calc( 50% - 29px );
}

/*.preview.son .icon
{
	top:70px;
}*/

.preview.loop,
.preview.flash,
.preview.jeu
{
	background:#f35d34;
	position: relative;
	width: 677px;
	height: 397px;
	cursor:pointer;
	overflow: hidden;

}

.preview.loop
{
	background:#f35d34;
}

.preview.video .previewImg
{
	width:100%;
}

.preview.video.current .icon,
.preview.son.current .icon,
.preview.video.current .previewImg,
.preview.son.current .previewImg
{
	display: none;
}

.preview.jeu
{
	background:#f78832;
}

/*.preview.jeu .icon
{
	background-position:-464px -336px;
	width: 39px;
	height: 32px;
	left:319px;
	top:182px;
}*/

.preview.flash
{
	background:#b0b9cb;
}

/*.preview.flash .icon
{
	background-position:-432px -368px;
	height: 32px;
	width: 39px;
	left:319px;
	top:182px;
}

.preview.loop .icon
{
	background-position:-336px -368px;
	height: 32px;
	width: 39px;
	left:319px;
	top:182px;
}*/

.unloadFlash .tooltip
{
	width: 120px;
	bottom:-50px;
	left:-35px;
	height:40px;
	line-height:40px;
}

.unloadFlash:hover .tooltip
{
	display: block;
}

.unloadFlash span
{
	display: block;
	background: white;
	width:25px;
	height:25px;
	position: absolute;
	top:12px;
	left:13px;
}

.unloadFlash
{
	/*position: absolute;
	top:0;
	left:0;
	width:620px;
	height:340px;
	z-index: 5;*/
	cursor: pointer;
	border: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	background-color: #363a45;
	color: #fff;
	font-family: "netoOTBold";
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
	width:50px;
	height:50px;
	margin:0 auto;
	margin-top:10px;
	position: relative;
}

.unloadFlash:after {
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.unloadFlash:after {
	border-color: rgba(54, 58, 69, 0);
	border-left-color: #363a45;
	border-width: 12px;
	top: 50%;
	margin-top: -12px;
}

.fb-async,
.twitter-async,
.plusone-async
{
	width: 50px;
	height:56px;
	display: block;
	background: no-repeat top left url('img/facebook.png');
	position: relative;
	text-decoration: none;
	left:0px;
	margin-bottom:10px;
}

/*.file .fb-async,
.file .twitter-async,
.file .plusone-async
{
	left:0px;
	margin-bottom:10px;
}*/
.file .twitter-async
{
	margin-bottom:0px;
}

.plusone-async
{
	background: no-repeat top left url('img/plusone.gif');
}

.twitter-async
{
	background: no-repeat top left url('img/twitter.png');
}

.twitter-async .tweet-text
{
	color: #333;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	position: absolute;
	right: 4px;
	bottom: 2px;
	text-decoration: none;
	font: normal normal normal 10px 'Helvetica Neue',Arial,sans-serif;
	display: none;
}

.fb-async span,
.twitter-async span,
.plusone-async span
{
	color: #666;
	text-decoration: none;
	display: block;
	width:100%;
	position: relative;
	text-align: center;
	top:10px;

	font-family: "netoOTBold";
	font-weight: bold;
	font-size: 17px;
}

#sidebar
{
	position:absolute;
	top:0;
	left:0;
	width:307px;
}

.vote_bar
{
	width:50px;
	text-align: center;
	margin-bottom: 0px;
	font-family: "netoOTBold";
	font-weight: bold;
	font-size: 17px;
	padding:3px 0;
	background: white;
}

.bloc.blocviewfile
{
	padding:0 0 20px 0;
}

.bloc.blocheight
{
	min-height: 10px;
}

.bloc.marginbottom
{
	margin-bottom: 25px;
	padding-bottom: 0;
}

.bloc.blanc
{
	background:white;
}

.view_file.miniblock
{
	display: inline-block;
}

.bloc.miniblock
{
	display: inline-block;
	width:150px;
	padding:10px;
	text-align: center;
}

.bloc.populairecomment
{
	margin-left:25px;
	cursor: pointer;
}

.bloc.populairecomment.current,
.bloc.populairecomment.current h3
{

	background-color: #363a45;
	color: #fff;
}

.bloc.populairecomment h3:after
{
	content: "Populaire";
}
.bloc.populairecomment.current h3:after
{
	content: "Chronologique";
}

.button.go_up,
.button.button_sidebar
{
	width:100%;
	display: inline-block;
	padding:3px 0;
	margin-bottom: 20px;
}

.button.go_up
{
	display: block;
	width: 50px;
	height: 50px;
	position: relative;
	margin:0 auto;
}

.button.go_up span
{
	width:27px;
	height:36px;
	display: block;
	position: absolute;
	background:url('img/sprite.png?24') no-repeat -464px -400px;
	left:12px;
	top:9px;
}

.lazy {
  display: none;
}

.bloc#cloud_feed
{
	min-height:auto;
	margin-bottom: 15px;
	text-align: center;
	margin:0;
	padding:0;
	/*padding-bottom:5px;*/
	background: none;
	-moz-box-shadow: 0 0 0 0;
	-webkit-box-shadow: 0 0 0 0;
	box-shadow: 0 0 0 0;
	/*line-height: 35px*/
	position: relative;
	top:-43px;
	background: rgba(255, 255, 255, 0.75);
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	padding:5px;
	height:21px;
	position: absolute;
	width:990px;
}

.bloc#cloud_feed a
{
	font-family: Arial;
	font-weight: bold!important;
	/*font-size: 17px;*/
	font-size: 11px!important;
	text-decoration: none;
	color: #3d414d;
	/*text-transform: uppercase;*/
	/*line-height: 23px;*/
	padding:4px 6px;
	display: inline-block;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom:5px;

	/*margin-bottom: 6px;*/
}

.bloc#cloud_feed:after
{
    content: " ________________________________________________________________________________________________";
    line-height: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.file_search
{
	padding:4px;
	/*float:left;*/
	background:red;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	margin-top: 0;
	/*margin-bottom: 10px;*/
	margin:4px;

	/*position:relative;*/
}

.file_search .file_title
{
	display: none;
	width:195px;
	height:195px;
	line-height:195px;
	position:absolute;
	background:rgba(0, 0, 0, 0.75);
	top:10px;
	left:10px;
	display:block;
	text-decoration: none;
	color:white;
	font-family: "netoOTBold";
	font-size: 20px;
	text-align: center;
	opacity:0;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

/*
.file_search:hover .file_title
{
	opacity:1;
}

.file_search .file_title span
{
	vertical-align:middle;
	display:inline-block;
	line-height: 25px;
	width:175px;
	padding:0 10px;
}

.file_search.number1 { margin-left:0; }
.file_search.number2 { margin-left:0; margin-right:0; }
.file_search.number3 { margin-right:0; }

.file_search img
{
	width:195px;
	height:195px;
}*/

.hidden
{
	display:none!important;
}

.bloc.blocheight.marginbottom.commentblock
{
	padding:0;
}

.plusun.disabled,
.minusun.disabled,
.comment:hover .plusun.disabled,
.comment:hover .minusun.disabled
{
	display:none;
}

.comment:hover .plusun,
.comment:hover .minusun
{
	display:block;
}

.plusun,
.minusun
{
	display:none;
	height:19px;
	line-height:16px;
	text-align: center;
	width:19px;
	background:#a3bb0f;
	position:absolute;
	top:5px;
	left:8px;
	text-decoration: none;
	color:white;
	font-family: "Georgia", Arial, sans-serif;
	font-size:15px;
	border-radius: 20px;
}

.minusun
{
	background:#ce4a2c;
	top:45px;
	line-height:16px;
	text-indent: -1px;
}

.noteComment
{
	color:#939393;
	text-decoration: none;
	height:20px;
	line-height:20px;
	text-align: center;
	width:30px;
	position:absolute;
	display:block;
	top:25px;
	left:3px;
}
.comments .top_comment .commentText
{
	margin-bottom:0;
}

.comments .top_comment,
.comments .top_comment:hover
{
	background:#ebf98e;
}

.cloud
{
	/*display:none;*/
}

.fb_button {
	position: absolute;
	top: 48px;
	left: 39px;
	z-index: 1;
	overflow: visible;
	display: block;
	padding: 0.3em 0.6em 0.375em;
	border: 1px solid #999;
	border-bottom-color: #888;
	margin: 0;
	text-decoration: none;
	text-align: center;
	font: bold 11px/normal 'lucida grande', tahoma, verdana, arial, sans-serif;
	white-space: nowrap;
	cursor: pointer;
	zoom: 1;
	border-color: #29447E #29447E #1A356E;
	color: #fff;
	background-color: #5B74A8;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#637bad), to(#5872a7));
	background-image: -moz-linear-gradient(#637bad, #5872a7);
	background-image: -o-linear-gradient(#637bad, #5872a7);
	background-image: linear-gradient(#637bad, #5872a7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#637bad', EndColorStr='#5872a7');
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #8a9cc2;
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #8a9cc2;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #8a9cc2;
	width: 230px;
}

#imagefeed span
{
	color: #24272e;
	font-family: "netoOTBold";
	font-size: 20px;
	width: 310px;
	text-align: center;
	vertical-align:middle;
	display:inline-block;
	line-height: 20px;
	/*text-transform: uppercase;*/
}

#imagefeed
{
	width: 318px;
	height: 138px;
	line-height: 138px;
	text-align: center;
	border:1px solid #cccccc;
	background:#F8F8F8 none no-repeat center center;
	position:relative;
	cursor: pointer;
}

#imagefeed .loading
{
	position:absolute;
	width:32px;
	height:32px;
	left:143px;
	top:53px;
	background:url('img/loading.gif');
	display: none;
}

#imagefeed.loading .loading
{
	display:block;
}

.parallax img
{
	position:absolute;
}

.parallax
{
	z-index: 0;
	position:fixed;
	top:0;
	left:0;
}

#parallax1.parallax
{
	position:absolute;
}

#avatar span
{
	color: #24272e;
	font-family: "netoOTBold";
	font-size: 13px;
	width: 100px;
	text-align: center;
	vertical-align:middle;
	display:inline-block;
	line-height: 20px;
	/*text-transform: uppercase;*/
}

#avatar
{
	width: 115px;
	height: 115px;
	line-height: 115px;
	text-align: center;
	border:1px solid #cccccc;
	background:#F8F8F8 none no-repeat center center;
	position:relative;
	cursor: pointer;
	float:left;
	margin-right: 15px;
	margin-bottom: 10px;
}

#avatar .loading
{
	position:absolute;
	width:32px;
	height:32px;
	left:41px;
	top:41px;
	background:url('../../img/loading.gif');
	display: none;
}

#avatar.loading .loading
{
	display:block;
}

.report_file
{
	float:right;
	margin:7px 0px 7px 7px;
}

.upload_feed
{
	padding:5px;
	border-radius: 5px;
	text-decoration: none;
	font-weight:bold;
	height: 32px;
	line-height: 32px;

}

.infofeed a.imgfeed
{
	float:left;
	margin-right:10px;
}

.infofeed a.titlefeed
{

	color: #24272e;
	font-family: "netoOTBold";
	font-size: 20px;
	font-weight: bold;

}

.infofeed p.suscribersfeed
{
	font-family: "HelveticaNeue",  Arial, sans-serif;
	font-size: 17px;
	margin-top: 5px;
}

b { font-weight: bold; }
i { font-style: italic; }
u { text-decoration: underline; }
stroke { text-decoration:line-through; }
*:focus { outline: none; }

.member_avatar
{
	float:left;
	margin-right: 10px;
}

.memberinfo p
{
	margin-bottom:10px;
}

.memberinfo p strong
{
	font-weight: bold;
}

.moderate_comment
{
    color:#999999;
    font-style: italic;
}

label.big,
.upload_form label
{
	display:block;
	width:365px;
	font-family: "netoOTBold";
	font-size: 18px;
	font-weight:bold;
	margin:0;
	color:#363a45;
	margin-bottom: 10px;
	clear:both;
}

.browse
{
	width:110px;
	float:left;
	margin-right: 15px;
}

.browse .button
{
	position: static;
	padding:10px 10px;
	height:auto;
	line-height:17px;
}

.browse input
{
	/*display: none;*/
	opacity:0;width:0px;height:0px;
}

#upload_frame
{
	float: left;
	width: 525px;
	border: 0;
	height: 37px;
}

#createfeed_bloc .txt.upload_txt
{
	float: none;
	width: 554px;
	height: 35px;
	line-height: 35px;
	position: relative;
	top: -2px;
}

.upload_form h1
{
	font-size: 22px;
}

.upload_form label
{
	margin-top:15px;
	margin-bottom:9px;
	position: relative;
}

.upload_form .txt,
.upload_form textarea
{
	padding:0 5px;
	width:636px;
	height:25px;
	line-height:25px;
	border-radius: 3px;
	background: white;
	border:1px solid #cccccc;
}

.upload_form textarea
{
	resize:none;
	height:60px;
	width:634px;
	line-height: 20px;
	padding:5px;
}

/*
Version: 3.4.0 Timestamp: Tue May 14 08:27:33 PDT 2013
*/
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input{
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
   -khtml-box-sizing: border-box; /* konqueror */
     -moz-box-sizing: border-box; /* firefox */
      -ms-box-sizing: border-box; /* ie */
          box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;

    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;

    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;

    -webkit-background-clip: padding-box;
       -moz-background-clip: padding;
            background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
    background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
    background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
    background-image: -o-linear-gradient(bottom, #eeeeee 0%, #ffffff 50%);
    background-image: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%);
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;

    -webkit-border-radius:0 0 4px 4px;
       -moz-border-radius:0 0 4px 4px;
            border-radius:0 0 4px 4px;

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.9, white));
    background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 90%);
    background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 90%);
    background-image: -o-linear-gradient(bottom, #eeeeee 0%, white 90%);
    background-image: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
    background-image: linear-gradient(top, #eeeeee 0%,#ffffff 90%);
}

.select2-container.select2-allowclear .select2-choice span {
    margin-right: 42px;
}

.select2-container .select2-choice span {
    margin-right: 26px;
    display: block;
    overflow: hidden;

    white-space: nowrap;

    -ms-text-overflow: ellipsis;
     -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url('img/select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9998;
}

.select2-drop {
    width: 100%;
    margin-top:-1px;
    position: absolute;
    z-index: 9999;
    top: 100%;

    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;

    -webkit-border-radius: 0 0 4px 4px;
       -moz-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;

    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
       -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;

    -webkit-border-radius: 4px 4px 0 0;
       -moz-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;

    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
       -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-container .select2-choice div {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

    border-left: 1px solid #aaa;
    -webkit-border-radius: 0 4px 4px 0;
       -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;

    -webkit-background-clip: padding-box;
       -moz-background-clip: padding;
            background-clip: padding-box;

    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -o-linear-gradient(bottom, #ccc 0%, #eee 60%);
    background-image: -ms-linear-gradient(top, #cccccc 0%, #eeeeee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(top, #cccccc 0%, #eeeeee 60%);
}

.select2-container .select2-choice div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('img/select2.png') no-repeat 0 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border: 1px solid #aaa;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;

    background: #fff url('img/select2.png') no-repeat 100% -22px;
    background: url('img/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: url('img/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('img/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('img/select2.png') no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background: url('img/select2.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    background: url('img/select2.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: #fff url('img/select2-spinner.gif') no-repeat 100%;
    background: url('img/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: url('img/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('img/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('img/select2-spinner.gif') no-repeat 100%, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background: url('img/select2-spinner.gif') no-repeat 100%, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    background: url('img/select2-spinner.gif') no-repeat 100%, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
       -moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
            box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
       -moz-box-shadow: 0 1px 0 #fff inset;
            box-shadow: 0 1px 0 #fff inset;

    -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
            border-bottom-left-radius: 0;

    -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
            border-bottom-right-radius: 0;

    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eeeeee));
    background-image: -webkit-linear-gradient(center bottom, white 0%, #eeeeee 50%);
    background-image: -moz-linear-gradient(center bottom, white 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(bottom, white 0%, #eeeeee 50%);
    background-image: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
    background-image: linear-gradient(top, #ffffff 0%,#eeeeee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(0.5, #eeeeee));
    background-image: -webkit-linear-gradient(center top, white 0%, #eeeeee 50%);
    background-image: -moz-linear-gradient(center top, white 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: -ms-linear-gradient(bottom, #ffffff 0%,#eeeeee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
    background-image: linear-gradient(bottom, #ffffff 0%,#eeeeee 50%);
}

.select2-dropdown-open .select2-choice div {
    background: transparent;
    border-left: none;
    filter: none;
}
.select2-dropdown-open .select2-choice div b {
    background-position: -18px 1px;
}

/* results */
.select2-results {
    text-align: left;
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results ul.select2-result-sub > li .select2-result-label { padding-left: 20px }
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 40px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 60px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 80px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 100px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 110px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 120px }

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: white;
    color: #000;
}


.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('img/select2-spinner.gif') no-repeat 100%;
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice div {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;

    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;

    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
    background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
       -moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
            box-shadow: 0 0 5px rgba(0,0,0,.3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;

    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('img/select2-spinner.gif') no-repeat 100% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;

    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;

    -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
       -moz-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
            box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);

    -webkit-background-clip: padding-box;
       -moz-background-clip: padding;
            background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0 );
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
}
.select2-container-multi .select2-choices .select2-search-choice span {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;

    font-size: 1px;
    outline: none;
    background: url('img/select2.png') right top no-repeat;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices{
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
    background:none;
}
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    border: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    outline: 0;
    left: 0px;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}

/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi)  {
  .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice div b {
      background-image: url('img/select2x2.png') !important;
      background-repeat: no-repeat !important;
      background-size: 60px 40px !important;
  }
  .select2-search input {
      background-position: 100% -21px !important;
  }
}

.upload_form label.second_checkbox {
	margin-top: 5px;
}

.upload_form .select2
{
	width:635px;
}

.select2-results:after, .select2-results:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.select2-results:after {
	border-color: rgba(244, 244, 244, 0);
	border-bottom-color: #f4f4f4;
	border-width: 10px;
	left: 50%;
	margin-left: -10px;
}
.select2-results:before {
	border-color: rgba(204, 204, 204, 0);
	border-bottom-color: #aaaaaa;
	border-width: 11px;
	left: 50%;
	margin-left: -11px;
}

.select2-results
{
	position: absolute;
	width: auto;
	left:5%;
	right:5%;
	top: 37px;
	padding: 10px;
	background: #f4f4f4;
	border-radius: 3px;
	border:1px solid #aaaaaa;
	overflow: visible;
}

.select2-search input
{
	top: -1px;
	position: absolute;
	width:98%;
	background: white;
	border:0;
	outline: none;
}

.select2-container .select2-choice {
	background: white;
	border-radius:3px;
}

div.tagsinput { border:1px solid #CCC; background: #FFF; padding:5px; width:300px; height:100px; overflow-y: auto; margin:0; cursor: text; }
div.tagsinput span.tag { border: 1px solid #a5d24a; -moz-border-radius:2px; -webkit-border-radius:2px; display: block; float: left; padding: 5px; text-decoration:none; background: #cde69c; color: #638421; margin-right: 5px; margin-bottom:5px;font-family: helvetica;  font-size:13px;}
div.tagsinput span.tag a { font-weight: bold; color: #82ad2b; text-decoration:none; font-size: 11px;  }
div.tagsinput input { width:80px; margin:0px; font-family: helvetica; font-size: 13px; border:1px solid transparent; padding:5px; background: transparent; color: #000; outline:0px;  margin-right:5px; margin-bottom:5px; }
div.tagsinput div { display:block; float: left; }
.tags_clear { clear: both; width: 100%; height: 0px; }
.not_valid {background: #FBD8DB !important; color: #90111A !important;}

.is_nsfw
{
	width:40%;
	float:left;
}

.createfeed.tags
{
	float:none;
	width:100%;
	margin-top: 10px;
}

.createfeed.tags label
{
	font-weight: bold;
	float:none;
}

#tags2_tagsinput
{
	margin-top:10px;
	margin-bottom:10px;
}

.tags
{
	float:right;
	width:54%;
}

.upload_form .is_nsfw label
{
	width:195px;
}

.in_feed
{
	padding:3px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	font-weight: bold;
}

.title_feed_upload .in_feed
{
	font-size: 20px;
}

.title_feed_upload
{
	font-size:25px;
	margin-bottom: 10px;
	position: relative;
	left:-5px;
	top:-12px;
}

.subscribe_item
{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #cccccc;
}

.subscribe_item:last-child
{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom:0;
}

.subscribe_item h3
{
	margin-top: 5px;
	margin-bottom: 15px;
}

.subscribe_item .in_feed
{
	font-weight: bold;
	font-size: 17px;
	padding: 5px 10px;
}

.s_img
{
	float:left;
	width:320px;
	height:140px;
	margin-right: 10px;
}

.s_img img
{
	max-width: 100%;
	width:320px;
	height:140px;
}

.s_description
{
	float:left;
	width:320px;
	height:140px;
}

.s_action
{
	/*background: red;*/
	float:right;
	width: 230px;
	overflow: hidden;
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
}

.s_action .button {
	margin-bottom: 10px!important;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	padding:0;
}

.s_action .button.unsubscribe {
	background-color: #e74c3c;
}

.s_description p
{
	height: 50px;
	display: block;
	text-align: justify;
	font-size: 12px;
	font-family: "HelveticaNeue",  Arial, sans-serif;
}

.s_description span {
	font-style: italic;
	font-size: 11px;
}

.report_file
{
	width:36px;
	height:34px;
	position: absolute;
	bottom:3px;
	/*right:54px;*/
	right:55px;
	background:url('img/sprite.png?24') no-repeat -448px -496px;
}

.remove_file
{
	width:31px;
	height:34px;
	position: absolute;
	bottom: 9px;
	right: 100px;
	background:url('img/sprite.png?24') no-repeat -0px -544px;
}

.edit_file
{
	width:32px;
	height:32px;
	position: absolute;
	bottom: 10px;
	right: 135px;
	background:url('img/sprite.png?24') no-repeat -80px -544px;
}

.selection_file
{
	width:35px;
	height:32px;
	position: absolute;
	bottom: 10px;
	right: 175px;
	background:url('img/sprite.png?24') no-repeat -32px -544px;

}

.report_file:hover .tooltip,
.my_feed:hover .tooltip,
.remove_file:hover .tooltip,
.edit_file:hover .tooltip,
.selection_file:hover .tooltip
{
	display: block;
}

.report_file .tooltip,
.my_feed .tooltip,
.remove_file .tooltip,
.edit_file .tooltip,
.selection_file .tooltip
{
	top: -42px;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	left: -41px;
	font-weight: bold;
}

.my_feed .tooltip
{
	width: 158px;
	left: -60px;
}

.report_file .tooltip:after, .report_file .tooltip:before,
.my_feed .tooltip:after, .my_feed .tooltip:before,
.remove_file .tooltip:after, .remove_file .tooltip:before,
.edit_file .tooltip:after, .edit_file .tooltip:before,
.selection_file .tooltip:after, .selection_file .tooltip:before
{
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.report_file .tooltip:after,
.my_feed .tooltip:after,
.remove_file .tooltip:after,
.edit_file .tooltip:after,
.selection_file .tooltip:after
{
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 8px;
	left: 50%;
	margin-left: -8px;
}

.report_file .tooltip:before,
.my_feed .tooltip:before,
.remove_file .tooltip:before,
.edit_file .tooltip:before,
.selection_file .tooltip:before
{
	border-color: rgba(204, 204, 204, 0);
	border-top-color: #cccccc;
	border-width: 9px;
	left: 50%;
	margin-left: -9px;
}

.my_feed
{
	width:37px;
	height:36px;
	background:url('img/sprite.png?24') no-repeat -432px -448px;
	position:absolute;
	right:10px;
	bottom:10px;
}

.my_feed.removefeed
{
	background-position:-400px -496px;

}

.list_feed .sort
{
	display: inline-block;
	height:16px;
	width:16px;
	background:url('img/sprite.png?24') no-repeat -416px -416px;
	cursor:pointer;
}

.list_feed .sort.asc
{
	background-position:-432px -416px;
}


.list_feed .sort.desc
{
	background-position:-448px -416px;
}

.list_feed
{
	list-style:none;
	margin-top:15px;
}

.list_feed li
{
	height:75px;
	line-height:75px;
}

.list_feed .feed_image a
{
	position: relative;
	top:5px;
}
.list_feed .feed_image
{
	width:30%;
	float:left;
	text-align: center;
	line-height: 75px;
	height: 75px;
}

.list_feed .header_feed .feed_name
{
	height:30px;
	line-height:30px;
}

.list_feed .feed_name
{
	width:35%;
	float:left;
	text-align: left;
	line-height:16px;
}

.list_feed .feed_name p
{
	height: 33px;
	overflow: hidden;
}

.list_feed.not_logged .feed_description
{
	width: 55%;
}

.list_feed .feed_description
{
	width:35%;
	float:left;
}

.list_feed .feed_subscribers
{
	width:15%;
	float:left;
	text-align: center;
}

.list_feed.not_logged .feed_subscribe
{
	display: none;
}

.list_feed .feed_subscribe
{
	width:20%;
	float:left;
	text-align: center
}

.upload_form label.radio_label
{
	float:left;
	/*font-size:14px;*/
	/*font-weight: normal;*/
	width:31%;
	clear:none;
}

.infofeed,
#my_sub
{
	z-index: 1;
}

#my_sub .in_feed
{
	display: inline-block;
	height: 13px;
	line-height: 13px;
	margin-bottom: 8px;
}

.list_feed li.alt
{
	background: #F0f0f0;
}

.list_feed input
{
	width:12px;
	padding:0 5px;
	margin-left:5px;
	text-align: right;
}

.list_feed .page_previous,
.list_feed .page_next
{
	display: inline-block;
	background:url('img/sprite.png?24') no-repeat -176px -240px;
	width:10px;
	height:15px;
	position: relative;
	top:3px;
	cursor: pointer;
}

.list_feed .page_next
{
	background-position:-176px -224px;
	margin-left:3px;
}

.left_color
{
	width:255px;
	float:right;
	position: relative;
	top:-5px;
}

.right_feed
{
	width:312px;
	float:right;
	position:relative;
	top:10px;
}

.action_feed
{
	float:right;
	width:200px;
	text-align: right
}

.left_member img
{
	max-width: 130px;
}

.left_member
{
	width:140px;
	float:left;
}

.right_member
{
	float:left;
}

#contenu
{
	padding: 0 5px;
	width: 636px;
	height: 300px;
	line-height: 25px;
	border-radius: 3px;
	background: white;
	border: 1px solid #cccccc;
	overflow-y: scroll;
	resize: vertical;
}

.btn-toolbar
{
	margin-bottom: 10px;
}

.btn-toolbar input
{
	cursor: pointer;
}

.btn-toolbar a
{
	/*float:left;
	height:25px;
	line-height:25px;
	display: block;
	cursor:pointer;
	padding:0 8px;
	background:#363a45;
	border-radius:3px;
	color:white;
	margin-right: 5px;*/
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #cccccc;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

#contenu img
{
	max-width: 100%;
}

.contenu_editable
{
	display: none;
}

.under_block {
	background: white;
	padding: 8px;
	margin: 0 auto;
	display: block;
	text-align: center;
	width: 85%;
	border-radius: 0 0 5px 5px;
	position: relative;
	top: -10px;
	z-index: 0;
	text-decoration: none;
}

.img_related
{
	border-radius: 5px;
	float: left;
	margin-right: 10px;
	border:2px solid;
}

.related_animation { border-color:rgb(176, 185, 203); }
.related_images { border-color:rgb(174, 205, 0); }
.related_jeux { border-color:rgb(248, 146, 54); }
.related_liens { border-color:rgb(91, 188, 212); }
.related_loops { border-color:rgb(243, 93, 52); }
.related_sons { border-color:rgb(244, 192, 0); }
.related_threads { border-color:rgb(212, 156, 91); }
.related_video { border-color:rgb(113, 197, 161); }

.similar_list
{
	margin-bottom: 10px;
	height: 67px;
}

.similar_list a
{
	color: #000000;
	font-family: "netoOTBold";
	font-size: 15px;
	text-decoration: none;
	height:70px;
	display: block;
}

.croix_rose,
.croix_noire
{
	display: block;
	width:16px;
	height:16px;
	line-height:16px;
	display: inline-block;
	background:url('img/sprite.png?24') no-repeat -336px -336px;
	position: relative;
	top: 2px;
}

.croix_noire
{
	background-position:-352px -336px;
}

.center
{
	text-align: center;
}

.hide_croix
{
	display: block;
	width:100%;
	background: black;
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	color:white;
	font-family: "netoOTBold";
	font-size: 20px;
	cursor:pointer;
	text-align: center;
}

.hide_croix span
{
	position: absolute;
	top:45%;
	left:0;
	width: 657px;
	padding: 0 10px;
}

.hide_croix.hide_croix_rose
{
	background: #f72183;

}

.jwlogo
{
	display:none!important;
	visibility:hidden!important;
	opacity:0!important;
}

.relative
{
	position: relative;
}

.view_file .relative
{
	min-height:100px;
}

.upload_form_final h1
{
	margin-bottom:15px;
}

.upload_form_final p
{
	margin-bottom:10px;
	line-height: 16px;
}

.upload_form_final strong
{
	font-weight: bold;
}

.myfeedbutton
{
	position: absolute;
	top: 330px;
	right: 15px;
}

.tab_feed
{
	list-style: none;
	margin:20px 0;
	width: 100%;
	border: 1px solid #aaaaaa;
}

.tab_feed li
{
	display:block;
	height:30px;
	line-height:30px;
}

.head_tab
{
	background: #f0f0f0;
	font-weight: bold;
}

.tab_feed .alt
{
	background: #f8f8f8;
}

.tab_feed .first_tab,
.tab_feed .second_tab,
.tab_feed .third_tab
{
	width:45%;
	float:left;
	text-align: center;
}

.tab_feed .third_tab
{
	width:10%;
}

.tab_feed.signal_feed .first_tab
{
	width:45%;
}

.tab_feed.signal_feed .second_tab
{
	width:30%;
}

.tab_feed.signal_feed .third_tab
{
	width:15%;
}

.tab_feed.signal_feed .fourth_tab
{
	width:10%;
}

.subscribe_item
{
	line-height: 16px;
	position: relative;
}

.edit_feed_bloc strong
{
	font-weight: bold;
}
.edit_feed_bloc .select2
{
	width:650px;
	margin-top:10px;
}

.remove_moderator
{
	background:url('img/sprite.png?24') no-repeat -464px -160px;
	width:21px;
	height:21px;
	display: inline-block;
	position: relative;
	top:4px;
}

.action_feed .button
{
	font-size: 11px;
	padding: 5px;
	margin-bottom: 10px;
}

.infobule_feed
{
	display: block;
	float: right;
	width: 455px;
	position: relative;
	text-align: center;
	padding: 3px;
	background: white;
	border:1px solid #cccccc;
	border-radius: 5px;
	line-height: 16px;
	font-family: "HelveticaNeue",  Arial, sans-serif;

}

.infobule_feed:after, .infobule_feed:before {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.infobule_feed:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 5px;
	top: 50%;
	margin-top: -5px;
}
.infobule_feed:before {
	border-color: rgba(204, 204, 204, 0);
	border-right-color: #cccccc;
	border-width: 6px;
	top: 50%;
	margin-top: -6px;
}

.feed_center
{
	padding:5px;
	text-align: center;
}

.tooltip.bottom
{
	padding:9px;
	text-align: center;
}

.tooltip.bottom:after, .tooltip.bottom:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.tooltip.bottom:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 5px;
	left: 50%;
	margin-left: -5px;
}
.tooltip.bottom:before {
	border-color: rgba(204, 204, 204, 0);
	border-top-color: #cccccc;
	border-width: 6px;
	left: 50%;
	margin-left: -6px;
}

#tooltip_file
{
	position: absolute;
	top: 8px;
	right: -68px;
	width: 232px;
	height: 45px;
}

#tooltip_upload
{
	position: absolute;
	top: 94px;
	left: -68px;
	width: 232px;
	height: 45px;
}

#tooltip_post
{
	position: absolute;
	top: 198px;
	left: -44px;
	width: 232px;
}

#tooltip_selection
{
	position: absolute;
	top: -40px;
	/*left: 82px;*/
	left: 0px;
	/*width: 232px;*/
	width: 535px;
}

#tooltip_populaire
{
	position: absolute;
	top: -55px;
	left:-69px;
	width: 232px;
}

#tooltip_abonnement
{
	position: absolute;
	top: -55px;
	/*left: 238px;*/
	left: 172px;
	width: 232px;
}

#tooltip_new
{
	position: absolute;
	top: -55px;
	/*left: 403px;*/
	left: 394px;
	width: 232px;
}

#tooltip_add
{
	position: absolute;
	top: -40px;
	left: 20px;
	width: 232px;
}

.selection_feed #tooltip_new.member_feed
{
	top:-40px;
}

#tooltip_more
{
	position: absolute;
	top: 24px;
	left: -86px;
	width: 232px;
}

#tooltip_more:after
{
	display: none;
}

#tooltip_more:before
{
	display: none;
}

p, div, td
{
	word-wrap: break-word;
}

#createfeed_bloc.contact_page .txt
{
	width:637px;
	float:none;
}

#createfeed_bloc.contact_page textarea.txt
{
	height:100px!important;
}

#createfeed_bloc.contact_page .button
{
	float:right;
}

.recaptcha_wrap
{
	float:left;
}

.gauche .bloc.fichier #selection.selection_feed .populaire a
{
	margin-left:0;
}

.gauche .bloc.fichier #selection.selection_feed a
{
	padding-left: 115px;
	padding-right: 115px;
}

.selection_feed #tooltip_populaire
{
	left:17px;
}

.selection_feed #tooltip_new
{
	left:341px;
}

.selection_feed .options_tooltip
{
	left:632px;
}

.selection_feed #choice_populaire
{
	left: 0px;
	width: 289px;
}

.require_fields, sup
{
	color:red;
}

.forgot
{
	text-align:center;
	font-weight: bold;
}

#connexion .close_login
{
	position:absolute;
	top: 48px;
	right: 21px;
	width:21px;
	height:21px;
	background:url('img/sprite.png?24') no-repeat -464px -160px;
	text-indent: -9999px;
	cursor: pointer;
}

label.label_thematique
{
	width:600px;
}

h4
{
	position:relative;
	cursor: default;
}

label:hover .tooltip,
.upload_feed:hover .tooltip,
.mode_affichage:hover .tooltip,
.social_block_icon:hover .tooltip,
.button:hover .tooltip.bottom,
h4:hover .tooltip.bottom
{
	display: block;
}

.upload_feed
{
	position: relative;
}

label .tooltip,
.upload_feed .tooltip,
.mode_affichage .tooltip,
.social_block_icon .tooltip,
.button .tooltip.bottom,
h4 .tooltip.bottom
{
	position: absolute;
	bottom: 29px;
	left: -110px;
	width: 250px;
}

.upload_feed .tooltip
{
	bottom:37px;
}

.is_nsfw label .tooltip
{
	left: -72px;
}

#tooltip_send
{
	bottom: 70px;
	left: -118px;
}

.show_feed .tooltip
{
	left:-73px;
	bottom:24px;
}

.mode_affichage .tooltip
{
	bottom: 33px;
	left: -94px;
}

.type_feed .tooltip
{
	left:-91px;
}

.social_block_icon
{
	position: relative;
}

.social_block_icon .tooltip
{
	bottom: 67px;
	left: -57px;
	width: 147px;
}

.button .tooltip.bottom
{
	bottom: 31px;
}

#tooltip_feed
{
	position: absolute;
	top: -2px;
	left: 25px;
	width: 250px;
}

h4 .tooltip
{
	bottom: 34px;
	left: -59px;
}

#createfeed_bloc textarea
{
	resize:none;
}

#tooltip_namefeed
{
	display: none;
	position: absolute;
	left: 30px;
	top: 14px;
	width: 345px;
}

#tooltip_titlefeed
{
	position: absolute;
	top: 53px;
	width: 368px;
	left: 149px;
}

#tooltip_imagefeed
{
	position: absolute;
	top: 104px;
	left: 64px;
}

#tooltip_descriptionfeed
{
	position: absolute;
	top: 89px;
	left: 366px;
	width: 270px;
}

#tooltip_createfeed
{
	position: absolute;
	top: 359px;
	width: 200px;
	left: -14px;
}

#tooltip_keywordsfeed
{
	position: absolute;
	top: 224px;
	left: 10px;
	width: 202px;
}

#tooltip_sensitive
{
	position: absolute;
	top: 316px;
	width: 304px;
	left: -23px;
}

.thread_detail .detail_author
{
	padding-top:0;
}

#insert_image_comment.active
{
	width:404px;
	border-radius: 4px;
}

#insert_image_comment
{
	position: absolute;
	width: 80px;
	left: 13px;
	height: 110px;
	bottom: 66px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px 0 0 4px;
	background-color: #fff;
	-moz-box-shadow: inset 0px 0px 3px rgba(103,119,150,.25);
	-webkit-box-shadow: inset 0px 0px 3px rgba(103,119,150,.25);
	box-shadow: inset 0px 0px 3px rgba(103,119,150,.25);
	border: 1px solid #cccccc;

	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-khtml-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;

	overflow:hidden;
}

#insert_image_comment .insert_image_toggle
{
	cursor:pointer;
	left:0;
	top:0;
	width:80px;
	height:110px;
}

#insert_image_comment .insert_image
{
	cursor:pointer;
	position: absolute;
	font-family: "netoOTBold";
	font-size: 18px;
	font-weight: bold;
	top:37px;
	width:60px;
	left:10px;
	text-align: center;
	line-height: 16px
}

.insert_image_inside
{
	position: absolute;
	left: 88px;
	top: 9px;
	width: 313px;
	height: 97px;
}

#insert_image_comment .close_image
{
	position: absolute;
	top: -8px;
	right: -2px;
	width: 21px;
	height: 21px;
	background: url('img/sprite.png?24') no-repeat -464px -160px;
	text-indent: -9999px;
	cursor: pointer;
}

.notification .first_tab
{
	width:auto;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

.file_search a
{
	display:block;
}

.upload_form a.upload_feed
{
	margin-right:3px;
	height: 15px;
	line-height: 15px;
	display: inline-block;
	margin-bottom: 7px;
}

.in_feed.relative:hover .tooltip
{
	display: block;
}

.in_feed.relative .tooltip
{
	position: absolute;
	width: 250px;
	bottom: 32px;
	left: -5px;
}

.in_feed.relative .tooltip:before,
.in_feed.relative .tooltip:after
{
	left: 10%;
}

.list_feed li.header_feed,
.list_feed .header_feed .feed_image
{
	height:30px;
	line-height:30px;
}

.bump
{
	height:8px;
}

.center .search_icon
{
	display: inline-block;
	width:16px;
	height:16px;
	background:url('img/sprite.png?24') no-repeat -160px -48px;
	margin-right:7px;
	position: relative;
	top:6px;
}

.center .txt
{
	width: 228px;
	height: 26px;
	height: line-26px;
	border: 1px solid rgba(134,153,186,.35);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;

	color: #88898b;
	font-family: "HelveticaNeue",  Arial, sans-serif;
	font-size: 12px;

	padding:0 10px;
	margin-bottom:16px;
}

.sensitive
{
	display: block;
	width: 16px;
	height: 16px;
	background: url('img/sprite.png?24') no-repeat -336px -352px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	float: left;
}

.link_text
{
	display: block;
	width:100%;
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	color:white;
	font-family: "netoOTBold";
	font-size: 20px;
	cursor:pointer;
	text-align: center;
	text-decoration: none;
}

.link_text span
{
	top:45%;
	position: absolute;
	width:100%;
	text-align: center;
	left:0;
}

.link_text span div
{
	display: inline-block;
	text-align: center;
	margin:0;
	padding:10px;
	background:black;
	border-radius: 10px;
}

.file h2 a
{
	display:block;
	padding: 6px;
}

.list_feed.listmyfeed li {
	height:35px;
	line-height:35px;
}

.list_feed.listmyfeed .feed_name {
	width:30%;
	text-align: center;
}

.list_feed.listmyfeed .in_feed {
	position: relative;
	top:11px;
}

.lombwik
{
	display: block;
	width:44px;
	height:44px;
	background:url('img/sprite.png?24') no-repeat -336px -528px;
	position: relative;
	top: 5px;
}

.tab_feed.notification li a:hover
{
	background: #eeeeee;
}

.tab_feed.notification li.not_seen a:hover
{
	background: #b8caff;
}

.tab_feed.notification li a
{
	display: block;
	height:auto;
	line-height:15px;
	padding:10px 10px;
	text-decoration: none;
	color:#252525;
}

.notification_header
{
	width: 19px;
	border-radius: 20px;
	height: 19px;
	display: inline-block;
	position: relative;
	top: -9px;
	left: 5px;
	text-align: center;
	background: #e84c3d;
	font-size: 9px;
	font-family: "Arial";
	color: white;
	line-height: 19px;
}

.notification_header .tooltip
{
	width: 322px;
	left: -152px;
	top: 28px;
	z-index:8;
}

#header .notification_header ul
{
	width:100%;
	height:auto;
}
#header .notification_header li
{
	display: block;
	height:auto;
	line-height:100%;
	border-top:1px solid #dddddd;
	float:none;
}

.tab_feed.notification li.not_seen
{
	background: #c7d5ff!important;
}

#header .notification_header li:first-child
{
	border:0;
}

#header .notification_header li a
{
	padding: 15px 10px;
	display: block;
	text-align: left;
	text-shadow:0 0 0;
	font-size:11px;
	color:#252525;
	text-decoration: none;
}

#header .notification_header .close_notification
{
	position:absolute;
	top: 3px;
	right: 3px;
	width:21px;
	height:21px;
	background:url('img/sprite.png?24') no-repeat -464px -160px;
	text-indent: -9999px;
	cursor: pointer;
}

.tab_feed.notification
{
	border:0;
}

.tab_feed.notification li:first-child
{
	border-top:0;
}

.tab_feed.notification li
{
	background: white!important;
	border-top:1px solid #dddddd;
	height:auto;
	line-height:100%;
}

#header .notification_header li.all_notification a
{
	text-align:center;
	font-weight:bold;
	text-decoration: underline;
}

.date_notification
{

}

.in_feed_notification
{
	width: 19px;
	border-radius: 20px;
	height: 19px;
	display: inline-block;
	position: absolute;
	top: -9px;
	right: -9px;
	text-align: center;
	background: #e84c3d;
	font-size: 9px;
	font-family: "Arial";
	color: white;
	line-height: 19px;
}

.next_block .view_file h3,
.previous_block .view_file h3
{
	padding:0;
}

.bloc.miniblock.next_block,
.bloc.miniblock.previous_block
{
	width:100px;
	position:absolute;
	right:0;
	display: block;
	text-decoration: none;
	top:0;
}

.bloc.miniblock.previous_block
{
	right:auto;
	left:0;
}

.next_file,
.previous_file
{
	width:10px;
	height:15px;
	background:url('img/sprite.png?24') no-repeat -176px -224px;
	display: inline-block;
	position: relative;
	top:2px;
	margin-left:5px;
}

.previous_file
{
	margin-left:0px;
	margin-right:5px;
	background:url('img/sprite.png?24') no-repeat -176px -240px;
}

.previous_block .view_file h3 {
	float:none;
}

.next_block:hover .tooltip,
.previous_block:hover .tooltip
{
	display:block;
}

.next_block .tooltip,
.previous_block .tooltip
{
	width: 150px;
	padding: 10px;
	position: absolute;
	top: 50px;
	left: -26px;
}

.bump_center
{
	height:70px;
}

.gauche .bloc.fichier #selection.selection_feed .populaire a.mode_add
{
	padding-left:119px;
	padding-right:119px;
}

.preview.crop
{
	height:250px;
	overflow: hidden;
}

.file_compact_detail .top_comment
{
	padding-top: 11px;
	display: block;
}

#load_items h5
{
	color:#252525;
	font-family: "netoOTBold";
	font-size:25px;
}

#connexion p
{
	font-family: "HelveticaNeue", Arial, sans-serif;
	font-size: 12px;
	display: block;
	height: 16px;
	text-align: center;
	width: 258px;
	padding-top: 6px;
}

.sort_comment
{
	position:absolute;
	top:0;
	left:0;
	width: 170px;
	height: 39px;
	line-height: 39px;
	overflow:hidden;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.sort_comment.chrono h3.sort_populaire
{
	left:-170px;
}

.sort_comment.chrono h3.sort_chrono
{
	left:0;
}

.sort_comment h3
{
	display: block;
	width:170px;
	height: 39px;
	line-height: 39px;
	padding:0;
	background:none;
	position:absolute;
	left:0;
	top:0;
	cursor:pointer;

	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-khtml-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
}

.sort_comment h3.sort_chrono
{
	left:170px;
}

.response
{
	font-size:10px;
	position:relative;
	padding-top:0;
	top:1px;
}

.response .tooltip
{
	display:none;
	position:absolute;
	bottom:25px;
	width:760px;
	padding:10px;
	left:10px;
}

.response:hover .tooltip
{
	display:block;
}

.response .tooltip:after, .response .tooltip:before {
	top: 100%;
	left: 5%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.response .tooltip:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 8px;
	margin-left: -8px;
}
.response .tooltip:before {
	border-color: rgba(226, 229, 235, 0);
	border-top-color: #cccccc;
	border-width: 9px;
	margin-left: -9px;
}

.sort_ico
{
	display:inline-block;
	height:10px;
	width:10px;
	position:relative;
	top:2px;
	background:white;
	border:2px solid #575f6d;
	border-radius:15px;
}

.img_response_avatar
{
	float:left;
	margin-right:10px;
}

.img_response_avatar img
{
	max-width:60px;
	max-height:60px;
}

.text_response_avatar
{
	width:85%;
	float:right;
}

.text_response_name
{
	font-size:12px;
	font-weight: bold;
	padding-bottom:10px;
}

.text_response_rank
{
	font-size:9px;
	font-weight: normal;
	padding-left:10px;
}

.text_response_info
{
	font-size:9px;
	color:#979797;
	clear:both;
	float: right;
}

.reputation
{
	position: absolute;
	right:10px;
	top:10px;
	background: white;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	-moz-box-shadow: 0px 0px 5px rgba(25,25,25,.5);
	-webkit-box-shadow: 0px 0px 5px rgba(25,25,25,.5);
	box-shadow: 0px 0px 5px rgba(25,25,25,.5);
	padding: 7px;
	width:200px;
}

.reputation h4
{
	margin: 0;
	padding: 0;
	color: #373b41;
	font-family: "netoOTBold";
	font-size: 15px;
	font-weight: bold;
	margin:0;
	padding-bottom:5px;
}

.reputation p
{
	margin:0px;
	margin-top:5px;
}

.classement th
{
	color:white;
	background-color: #373b41;
	font-family: "netoOTBold";
	text-align: left;
	padding:8px;
	font-size:15px;
	font-weight: bold;
}

.classement th a
{
	text-decoration: none;
	color:white;
}

.classement th.right_td,
.classement td.right_td
{
	text-align: right;
}

.classement tr.alt td
{
	background: #EFEFEF
}

.classement td.center_td
{
	text-align: center;
}

.classement td
{
	text-align: left;
	padding:8px;
	font-size:12px;
	background: #f8f8f8
}

.social_block_icon_home .tooltip
{
	bottom: 52px;
}

.social_block_icon_home
{
	width:50px;
	height:50px;
}

.social_block_icon_home img
{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.social_block_first
{
	margin-bottom:10px;
}

.zoom_in
{
	cursor: url(img/zoom.cur),default;
}

.zoom_overlay
{
	cursor: url(img/zoom.cur),default;
	background: rgba(0, 0, 0, 0.75);
	display:none;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	z-index:99999;
}

.zoom_overlay img
{
	cursor: url(img/zoom.cur),default;
	position: absolute;
	display: block;
}

small
{
	font-size:10px;
}

/*.start_video
{
	float:left;
	width:49%;
}*/

.start_video input.txt,
.end_video input.txt
{
	width: 16px;
	text-align: center;
	height: 20px;
	line-height: 20px;
}

/*.end_video
{
	float:right;
	width:49%;
}*/

.start_video label
{
	display:inline-block;
	width:175px;
}

.url_link_image
{
	max-height: 500px;
	overflow:hidden;
}

.top_comment_image
{
	position:relative;
	color:#586c99;
}

.top_comment_image:hover .preview_top_comment_image
{
	display: block;
}

.top_comment_image .preview_top_comment_image
{
	display: none;
	padding:10px;
	background: white;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	position: absolute;
	bottom:25px;
	border:1px solid #cccccc;
	left:-10%;
	z-index:10;
}

.top_comment_image .preview_top_comment_image img,
.top_comment_image .preview_top_comment_image video
{
	max-width: 200px
}

#container_video
{
	position:relative;
}

#more_videos
{
	background:#000000;
	background:rgba(0, 0, 0, 0.75);
	position: absolute;
	top:15px;
	left:15px;
	width:647px;
	height:350px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 5;
	display: none;
}

#more_videos a
{
	text-align:center;
	color:white;
	text-decoration: none;
}

#more_videos .img_related.related_video
{
	border:0;
	float:none;
	margin:0 auto 10px auto;
	display: block
}

#rejouer div
{
	width:18px;
	height:18px;
	display:inline-block;
	margin-bottom:8px;
	background:url('img/sprite.png?24') no-repeat -384px -544px;
}

#rejouer
{
	color:white;
	font-family: "netoOTBold";
	text-align:center;
	position:absolute;
	top:15px;
	left:15px;
	font-size:12px;
	width:50px;
	padding:5px;
	cursor:pointer;
}

#fermer div
{
	width:18px;
	height:18px;
	display:inline-block;
	margin-bottom:8px;
	background:url('img/sprite.png?24') no-repeat -416px -544px;
}

#fermer
{
	color:white;
	font-family: "netoOTBold";
	text-align:center;
	position:absolute;
	top:15px;
	right:15px;
	font-size:12px;
	width:50px;
	padding:5px;
	cursor:pointer;
}

#facebook_video,
#twitter_video
{
	width:244px;
	height:49px;
	position:absolute;
	display: block;
	text-decoration: none;
	top:95px;
	left:25px;
	background:url('img/sprite.png?24') no-repeat 0 -608px;
	cursor:pointer;
}

#twitter_video
{
	left:auto;
	right:25px;
	background-position:-256px -608px;
}

#similar_video
{
	width:100%;
	position: absolute;
	left:0;
	top:180px;
	color:white;
	font-family: "netoOTBold";
	text-align:center;
	font-size:14px;
}

#similar_video .title_similar_video
{
	font-size: 18px;
	margin-bottom: 20px;
}

#similar_video a
{
	display: inline-block;
	margin:0 35px;
	width:138px;
	height:130px;
	overflow: hidden;
}

#selection .tooltip:after,
#selection .tooltip:before
{
	display: none!important;
}

#selection .tooltip
{
/*	bottom: 46px!important; */
	top: auto!important;
	padding: 5px!important;
}

.file_box .hide_croix span
{
	width: 171px;
	top:29px;
	font-size:12px;
}

.file_box
{
	position: relative;
	width:94%;
	margin-left: auto;
	background: white;
	padding:5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-bottom:1px solid #cccccc
}

.file.file_box .info_file
{
	position: absolute!important;
	height: auto!important;
	min-height: 0!important;
	max-height: 300px!important;
	display: block!important;
	bottom: -3px!important;
	right: 5px!important;
	width: 65%!important;
	width: 65.3%!important;
	background: none!important;
	padding: 10px!important;
}

.file.file_box.thread .info_file
{
	width: 96%!important;
}

.file_box .image_cache
{
	position: absolute;
	width: 30%;
	height: 10px;
	top: 134px;
	background: url('img/sprite.png?24') no-repeat -246px -576px;
	display: none;
}

.file_box .preview
{
	width:30%;
	height:114px;
	float:left;
	margin-right:10px;
	/*max-height: 89px;*/
	overflow: hidden;
}

.file_box .preview.image .icon
{
	width:48px!important;
	height:32px!important;
	left:71px!important;
	top:41px!important;
	background: url('img/sprite.png?24') no-repeat -288px -544px!important;
}

.file_box .preview.image.is_gif .icon
{
	background-position:-240px -544px!important;
}

.file_box .preview img
{
	width:100%;
	height: auto;
	min-height: 114px;
	max-height: none;
}

.file_box .preview img.fixheight
{
	width:auto;
	height: 100%;
	min-height: 114px;
	max-height: none;
}

.file_box .preview.flash .icon,
.file_box .preview.jeu .icon,
.file_box .preview.loop .icon,
.file_box .preview.video .icon,
.file_box .preview.son .icon,
.file_box .preview.image .icon
{
	left:57px;
	/*top:10px;*/
}

.file_box .social_bar
{
	left: -30px!important;
	width: 30px;
	opacity: 1!important;
	display: block!important;
}

.file_box.file .social_bar .vote_block
{
	width:30px;
	height:30px;
	padding:0;
}

.file_box.file .social_bar .vote_up,
.file_box.file .social_bar .vote_down,
.file_box.file .social_bar .vote_down
{
	width:30px;
	height:30px;
	padding:0;
}

.file.file_box .social_bar .vote_down
.file.file_box .social_bar .vote_bar
{
	line-height: 30px;
}

.file.file_box .social_bar .vote_bar
{
	width:30px;
}

.file_box.file h2,
.file_box.file h2 a
{
	color:white;
	margin:0;
	padding:0;
	display: block;
	border-radius: 3px;
}

.file_box.file h2
{
	margin-bottom:10px;
}

.file_box.file h2 a
{
	padding:3px;
}

.under_file
{
	background: white;
	border-radius: 0 0 4px 4px;
	width: 91%;
	margin: 0 10px 0px auto;
	padding: 5px;
	position: relative;
	top: -15px;
	color:#000;
	text-decoration: none;

	border:1px solid #cccccc;
	border-top:0;
}

.under_file a.top_comment
{
	color:#000;
	text-decoration: none;
}

.file_box.file .social_bar, .social_bar
{
	margin-top:6px;
}

.file_box.file .social_bar .vote_up span, .social_bar .vote_up span
{
	display: block;
	width:10px;
	height:10px;
	background:url('img/sprite.png?24') no-repeat -307px -227px;
	margin:0 auto;
	position:relative;
	top:10px;
}

.file_box.file .social_bar .vote_down span, .social_bar .vote_down span
{
	display: block;
	width:10px;
	height:10px;
	background:url('img/sprite.png?24') no-repeat -323px -227px;
	margin:0 auto;
	position:relative;
	top:10px;
}

.file_box.file a.description_file
{
	float: left;
	color: black;
	text-decoration: none;
	display: block;
	/* margin-top: 5px; */
	text-align: left;
	/*height: 38px;*/
	line-height: 14px;
	display: none;
}

.description_file_box
{
	float:right;
	width:68%;
}

.file_box.thread
{
	height:96px;
}

.file_box.thread h2
{
	margin-bottom: 8px;
	margin-top: 2px;
}

.file_box.thread .description_file_box
{
	float: none;
	width: 98%;
	margin: 0 auto;
}

.file_box.file .social_bar .vote_up
{
	background-image: none;

	-moz-border-radius: 4px 0 0 0;
	-webkit-border-radius: 4px 0 0 0;
	border-radius: 4px 0 0 0;
}

.file_box.file .social_bar .vote_down
{
	background-image: none;

	-moz-border-radius: 0 0 0 4px;
	-webkit-border-radius: 0 0 0 4px;
	border-radius: 0 0 0 4px;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url('/template/ellipsis.xml#ellipsis');
}

.vote_selection
{
	width:108%;
	background:#e9edf3;
	position: relative;
	left:-4%;
	height:100px;
	margin-top:10px;
	box-shadow:1px 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow:1px 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.3);
	-o-box-shadow:1px 1px 3px rgba(0,0,0,0.3);
	-ms-box-shadow:1px 1px 3px rgba(0,0,0,0.3);
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	overflow: hidden;
}

.vote_selection h4
{
	padding-left:10px;
	padding-top:10px;
	color: #252525;
	font-family: "netoOTBold";
	font-size: 18px;
	font-weight: bold;
}

.vote_selection p.feature_selection
{
	padding-left:10px;
	padding-top:10px;
	font-size:15px;
	font-family: "netoOT";
}

.vote_selection p.end_selection
{
	position: absolute;
	bottom:10px;
	left:10px;
	color:#888888;
}

.vote_selection .vote_selection_panel_one
{
	width:100%;
	top:0;
	left:0;
	position:absolute;
	height:100px;
}

.vote_selection .vote_selection_panel_two
{
	width:100%;
	top:0;
	left:100%;
	position:absolute;
	height:100px;
}

.vote_selection .bar_vote_selection_plus,
.vote_selection .bar_vote_selection_minus
{
	height:25px;
	position: absolute;
	top:0;


	font-family: "netoOTBold";
	color:white;
	text-align: center;
	line-height:25px;
	overflow: hidden;
}

.vote_selection .bar_vote_selection_plus
{
	left:0;
}

.vote_selection.thread_selection
{
	margin-top:-37px;
	width:104%;
	left:-2%;
}

.bump_selection
{
	height:54px;
}

.vote_selection .bar_vote_selection_minus
{
	right:0;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	box-shadow:inset 0px 0px 2px rgba(0,0,0,0.3);
	-moz-box-shadow:inset 0px 0px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow:inset 0px 0px 2px rgba(0,0,0,0.3);
	-o-box-shadow:inset 0px 0px 2px rgba(0,0,0,0.3);
	-ms-box-shadow:inset 0px 0px 2px rgba(0,0,0,0.3);
	background: #ce4a2c;
}

.vote_selection .bar_vote_selection
{
	height: 25px;
	top: 39px;
	width: 98%;
	position: absolute;
	left: 1%;
	background: #a3bb0f;

	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	box-shadow:inset 0px 0px 2px rgba(0,0,0,0.3);
	-moz-box-shadow:inset 0px 0px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow:inset 0px 0px 2px rgba(0,0,0,0.3);
	-o-box-shadow:inset 0px 0px 2px rgba(0,0,0,0.3);
	-ms-box-shadow:inset 0px 0px 2px rgba(0,0,0,0.3);
}

.vote_selection .btn_selection
{
	cursor:pointer;
	width:110px;
	height:40px;
	position: absolute;
	bottom:32px;
	right:145px;
	background:#a3bb0f;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	box-shadow:inset 0px 0px 2px rgba(0,0,0,0.3);
	-moz-box-shadow:inset 0px 0px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow:inset 0px 0px 2px rgba(0,0,0,0.3);
	-o-box-shadow:inset 0px 0px 2px rgba(0,0,0,0.3);
	-ms-box-shadow:inset 0px 0px 2px rgba(0,0,0,0.3);
}

.vote_selection .btn_selection.vote_selection_minus
{
	right:15px;
	background: #ce4a2c;
}

.vote_selection .icon_selection
{
	width:27px;
	height:27px;
	background:url('img/sprite.png?24') no-repeat -80px -576px;
	position: absolute;
	top:6px;
	left:10px;
}

.vote_selection .text_selection
{
	position: absolute;
	font-family: "netoOTBold";
	color:white;
	right:25px;
	top:13px;
	font-size:16px;
}

.vote_selection .btn_selection.vote_selection_minus .icon_selection
{
	background-position:-112px -576px;
}

.mode_selection
{
	margin-left:0!important;
}

@media screen and (max-width: 677px) {
	#sidebar {
		position:relative!important;
		top:0!important;
		left:0!important;
		height:auto!important;
	}
	.droite {
		position:relative!important;
		top:0!important;
		left:0!important;
		float:none!important;
		margin:0 auto;
		height:auto!important;
	}
	/*#sidebar { display:none; }*/
	/*.droite { display:none; }*/
	.conteneur { width:100%; }
	#header { height:auto; }
	#cloud_feed { display:none; }
	.gauche { width:100%; clear:both; float:none!important; margin-bottom:10px; }
	.file { width:90%; margin-left:auto; margin-right:auto; height:auto; }
	.file img { max-width:100%; height: auto; }
	.preview.flash .icon, .preview.jeu .icon, .preview.loop .icon, .preview.video .icon, .preview.son .icon
	{
		left:40%;
		top: -moz-calc(100% - 50% - (59px / 2));
		left: -moz-calc(100% - 50% - 82px / 2));
		top: -webkit-calc(100% - 50% - (59px / 2));
		left: -webkit-calc(100% - 50% - (82px / 2));
		top: calc(100% - 50% - (59px / 2));
		left: calc(100% - 50% - (82px / 2));
		z-index: 1;
	}

	.tooltip, #tooltip_populaire, .social_bar { display: none!important; }
	#choice_populaire { display: none!important; }

	.gauche .bloc.fichier #selection .populaire:hover
	{
		height:auto!important;
	}

	.gauche .bloc.fichier #selection
	{
		height: auto;
		text-align: center;
	}

	.gauche .bloc.fichier #selection div
	{
		float:none;
		display: inline-block;
	}

	#load_items h5
	{
		padding-left:5%!important;
	}

	.file .jwplayer
	{
		max-width: 100%;
	}

	.file .preview
	{
		width:100%!important;
		height:auto!important;
	}

	.imageComment
	{
		max-width: 100%;
	}

	.file .preview *
	{
		max-width:100%!important;
		height:auto!important;
	}

	.description_file_box
	{
		float:none!important;
		width:auto!important;
		text-align: left!important;
	}

	.under_file
	{
		width:87%!important;
		margin: 0 auto!important;
	}

	.file_box.file h2
	{
		padding: 4px 5px 1px 5px!important;
	}

	.file_box .preview
	{
		float:none!important;
		margin-right:0!important;
	}

	.file_box.file a.description_file
	{
		float:none!important;
		text-align: left!important;
		padding: 5px!important;
	}

	.file.file_box .info_file {
		position: relative!important;
		height: auto!important;
		min-height: auto!important;
		max-height: auto!important;
		display: block!important;
		bottom: auto!important;
		right: auto!important;
		left: auto!important;
		top: auto!important;
		width: 100%!important;
		background: none!important;
		padding: 5px!important;
	}

	.file_box.file .social_bar, .social_bar {
		display:none!important;
	}

	.file.file_box .info_file
	{
		width:auto!important;
	}

	#selection .options_tooltip.tooltip:before,
	.options_tooltip:before,
	#selection .options_tooltip.tooltip:after,
	.options_tooltip:after
	{
		display: none!important;
	}

	#selection .options_tooltip.tooltip,
	.options_tooltip
	{
		width: 300px;
		height: 200px;
		left:0!important;
		top:0!important;
		position: relative;
		margin: 0 auto;
	}

	#selection .tooltip.current
	{
		display: block!important;
	}

	#header ul
	{
		height: auto;
		position: relative
	}

	.changelog
	{
		display: none;
	}

	#header li:nth-child(4)
	{
		float:left;
		width:50%;
		margin:0;
		position: static
	}

	#header li:nth-child(5)
	{
		float:right;
		width:50%;
		margin:0;
	}

	#header li:nth-child(2)
	{
		display: none;
	}

	#header li
	{
		float:none;
		display: block;
	}

	#logo
	{
		padding-top:5px;
		margin-left:auto;
		margin-right:auto;
		position: relative;
		left:0;
		top:0;
	}

	#rechercheheader
	{
		width:70%;
		margin-left:auto;
		margin-right:auto;
	}

	.parallax
	{
		display: none;
	}

	#logo span.name_logo
	{
		top:8px;
	}

	#connexion
	{
		left: calc(100% - 50% - (331px / 2));
		left: -webkit-calc(100% - 50% - (331px / 2));
		left: -moz-calc(100% - 50% - (331px / 2));
		top: auto;
		bottom: -286px;
	}

	#login div
	{
		display: static;
	}
	#login div,
	#connexion div
	{
		margin-left:auto;
		margin-right:auto;
	}

	.view_file .detail_author {
		padding:10px!important;
	}

	.view_file .detail_author .author
	{
		width:-moz-calc(100% - 100px);
		width:-webkit-calc(100% - 100px);
		width:calc(100% - 100px);
	}

	.bloc.blocviewfile {
		width:95%;
		margin:0 auto 10px auto;
	}

	.view_file .views
	{
		margin-right: 10px
	}

	.view_file_item
	{
		width:100%!important;
	}

	.view_file .comment p.head span.name
	{
		font-size: 16px
	}

	.view_file .comment .commentText
	{
		width:60%!important;
		width:-moz-calc(100% - 80px)!important;
		width:-webkit-calc(100% - 80px)!important;
		width:calc(100% - 80px)!important;
	}

	.view_file .detail_file { width: 100%!important; }
	.view_file .comment .avatar { margin-left:10px; margin-right:10px; }

	.view_file object,.view_file embed,.view_file iframe { width: 100%!important; height:200px; }

	.nb_comment_block
	{
		position: absolute!important;
		bottom: 0!important;
		left: 0!important;
		margin-bottom: 10px!important;
	}

	#header li#account
	{
		width:100%!important;
		box-sizing:border-box!important;
		-moz-box-sizing:border-box!important;
		-webkit-box-sizing:border-box!important;
		margin:0!important;
		position: relative!important;
	}

	#header li#account .expand
	{
		width:100%!important;
		box-sizing:border-box!important;
		-moz-box-sizing:border-box!important;
		-webkit-box-sizing:border-box!important;
		padding-left:10px;
	}

	#account .logout
	{
		width:100%!important;
		top:146px!important;
	}

	#account .actionAccount li
	{
		float:none!important;
		width:auto!important;
		margin-bottom:13px!important;
		font-size:13px!important;
	}

	#load_items
	{
		margin:0 auto!important;
	}

	.chronofile
	{
		position: absolute!important;
		bottom: 0!important;
		right: 0!important;
		margin-bottom: 10px!important;
	}

	.chronothread
	{
		position: absolute!important;
		bottom: 0!important;
		left: 40%!important;
		left: -webkit-calc(100% - 50% - (170px / 2))!important;
		left: -moz-calc(100% - 50% - (170px / 2))!important;
		left: calc(100% - 50% - (170px / 2))!important;
		margin-bottom: 10px!important;
	}

	.center.relative
	{
		width:95%!important;
		margin-left:auto!important;
		margin-right:auto!important;
		height:100px;
	}

	.view_comments
	{
		width:100%!important;
		margin-left:auto!important;
		margin-right:auto!important;
	}

	.view_file .comment p
	{
		font-size: 12px
	}

	.bloc.blocheight.marginbottom.commentblock
	{
		width:95%!important;
		margin-left:auto!important;
		margin-right:auto!important;
	}

	#inscriptionLightbox .lightboxes .inscrire, #inscriptionLightbox .lightboxes .profil {
		width:100%;
		background: white;
	}

	#inscriptionLightbox .lightboxes
	{
		background: white!important;
		width:100%!important;
	}

	#inscriptionLightbox .lightboxes .inter
	{
		margin:10px auto!important;
		text-align: center;
		width:auto!important;

	}

	#lelombrikland
	{
		background-position: bottom right;
	}

	#lelombrikland #connecte
	{
		display: none;
	}

	#main_content .conteneur
	{
		min-height: 10px;
	}

	#footer .footer
	{
		float: none;
		width:90%;
		padding-top:10px;
		margin:0 auto;
		height: auto;
	}

	.file_compact *
	{
		max-width: 100%!important;
	}

	.file_separator
	{
		display: none;
	}

	.file_nb_comment_bottom
	{
		margin-top: 8px;
		display: block;
	}
	.file_compact
	{
		width:95%;
		margin-left:auto;
		margin-right:auto;
	}

	.file_compact .nb_hit_ico,
	.file_compact .nb_hit a
	{
		display:none!important;
	}

	#footer .footer h5
	{
		width:265px;
	}

	#footer .footer ul li a
	{
		font-size: 15px
	}

	#footer .footer ul
	{
		margin-top:10px;
	}

	#logofooter
	{
		margin-top: -75px
	}

	.view_file_item #container
	{
		width:100%!important;
		height:200px!important;
	}

	.addcomment
	{
		width:88%!important;
		width:-moz-calc(100% - 48px)!important;
		width:-webkit-calc(100% - 48px)!important;
		width:calc(100% - 48px)!important;
		margin-left:auto!important;
		margin-right:auto!important;
	}

	#footer
	{
		height: auto;
		background-color: #32363f;
	}

	.connexionComment span
	{
		display: block;
		margin-top:5px;
		font-size:12px;
	}

	.buttoncomment
	{
		display: inline-block;
	    width: 90px;
	    margin: 0px 4px;
	    height: 25px;
	    line-height: 25px;
	    font-size: 12px;
	}

	#signin div
	{
		margin-left:auto!important;
		margin-right:auto!important;
	}

	.view_file .detail_author p
	{
		font-size:11px;
	}

	.preview.video .previewImg
	{
		display: block;
	}

	#account .actionAccount li a span
	{
		font-size: 14px!important;
	}

	#header li#account.active
	{
		height:195px;
	}

	#account .actionAccount li:nth-child(3),
	#account .actionAccount li:nth-child(4)
	{
		display: none!important;
	}

	#account.active .actionAccount
	{
		height:75px!important;
	}

	.view_file #commentaire
	{
		width:70%;
		max-width:70%;
		min-width:70%;
		width: -webkit-calc(100% - 103px);
		max-width: -webkit-calc(100% - 103px);
		min-width: -webkit-calc(100% - 103px);
		width: -moz-calc(100% - 103px);
		max-width: -moz-calc(100% - 103px);
		min-width: -moz-calc(100% - 103px);
		width: calc(100% - 103px);
		max-width: calc(100% - 103px);
		min-width: calc(100% - 103px);
		border-radius: 0 5px 5px 0

	}

	.gauche.memberinfo .bloc
	{
		padding-bottom:90px;
	}

	.gauche.memberinfo .reputation
	{
		top:auto!important;
		right:auto!important;
		bottom:10px!important;
		left:20%!important;
		left:-moz-calc(100% - 50% - (214px / 2))!important;
		left:-webkit-calc(100% - 50% - (214px / 2))!important;
		left:calc(100% - 50% - (214px / 2))!important;
	}

	.gauche.memberinfo .bloc.fichier #selection.selection_feed .populaire a.mode_add,
	.gauche.memberinfo .bloc.fichier #selection.selection_feed a
	{
	    padding-left: 10px;
	    padding-right: 10px;
	}

	.hide_croix span
	{
		left:10%;
		left:-moz-calc(100% - 50% - (80% / 2))!important;
		left:-webkit-calc(100% - 50% - (80% / 2))!important;
		left:calc(100% - 50% - (80% / 2))!important;
		width:80%;
	}

	.comment_image_zone
	{
		width: 60%;
		width: -moz-calc(100% - 55px);
		width: -webkit-calc(100% - 55px);
		width: calc(100% - 55px);
	}

	.actionComments {
		display: block;
		height:20px;
		min-height:20px;
	}

	.plusun, .minusun {
		display: block;
	}

	.lightboxes iframe
	{
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-o-transform: scale(0.9);
		-ms-transform: scale(0.9);
	}

	#inscriptionLightbox
	{
		position: relative;
	}

	#inscriptionLightbox .lightboxes .close {
	    top: 5px;
	    right: 5px;
	}

	#createfeed_bloc.contact_page .txt
	{
		width:95%;
		width:-webkit-calc(100% - 15px);
		width:-moz-calc(100% - 15px);
		width:calc(100% - 15px);
	}

	#more_videos
	{
		display: none!important;
	}

	.bloc#cloud_feed
	{
		display: none;
	}
}

#messagerie,
.messagerie_contact
{
	width:250px;
	background: white;
	border:1px solid #cccccc;
	border-bottom:0;
	height:30px;
	position:fixed;
	right:10px;
	bottom:0;
	z-index: 300;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	transition: height 0.8s;
	-moz-transition: height 0.8s;
	-o-transition: height 0.8s;
	-khtml-transition: height 0.8s;
	-webkit-transition: height 0.8s;
	-ms-transition: height 0.8s;
}

#messagerie .title_messagerie,
.messagerie_contact .title_messagerie
{
	position:absolute;
	top:0;
	height:30px;
	line-height:30px;
	left:0;
	width:96%;
	font-family: "netoOTBold";
	font-size:13px;
	text-align:center;
}

#messagerie .closed .title_messagerie
{
	cursor:pointer;
	width:100%;
}

.messagerie_contact .title_messagerie
{
	padding-left:10px;
	text-align:left;
}

#messagerie .expanded,
.messagerie_contact .expanded,
#messagerie .closed,
.messagerie_contact .closed
{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-khtml-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-ms-transition: all 0.8s;
}

#messagerie .expanded
{
	opacity:0;
	z-index:-50;
}

#messagerie.expand .closed
{
	opacity:0;
	z-index:-50;
}

#messagerie.expand .expanded
{
	opacity:1;
	z-index:inherit;
}
#messagerie.expand,
.messagerie_contact.expand
{
	height:300px;
}

#messagerie .onglets
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:30px;
	border-bottom:1px solid #cccccc;
}

#messagerie .onglet
{
	width:80%;
	float:left;
	height:30px;
	line-height:30px;
	text-align:center;
	border:1px solid #cccccc;
	border-left:0;
	border-top:0;
	border-radius: 0 0 3px 0;
	font-family: "netoOTBold";
	font-size:13px;
	font-weight: bold;
	cursor:pointer;
}

#messagerie .onglet.current_onglet
{
	border-bottom:1px solid #ffffff;
	cursor:default;
}

#messagerie .onglet.onglet_contact
{
	width:125px;
}

#messagerie .onglet.onglet_config
{
	width: 45px
}

#messagerie .onglet.onglet_config span
{
	display: inline-block;
	background: url('img/sprite.png?24') no-repeat -448px -560px;
	width: 24px;
	position:relative;
	height: 24px;
	top:3px;
}

#messagerie .close_messagerie
{
	position: absolute;
	top: 6px;
	right: 6px;
	display: block;
	width: 15px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	font-family: "netoOTBold";
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	color: #bbbbbb;
	border: 1px solid #bbbbbb;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}

#add_friend_input
{
	width: 93%;
	width: 92.6%;
	margin: 0 auto;
	position: absolute;
	top: 264px;
	left: 2%;
	height: 23px;
	line-height: 23px;
	outline:none;
	padding: 3px;
	border-radius: 2px;
	box-shadow: 0 0 0 0;
	border: 1px solid #cccccc;
}

/*#add_friend_input
{
}*/

#messagerie #contacts,
.chat_layer
{
	position: absolute;
	bottom: -229px;
	left: 2%;
	height: 155px;
	width: 95%;
	border: 1px solid #cccccc;
	overflow-y: scroll;
	padding: 7px 0;

	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-khtml-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
}

.chat_layer
{
	bottom:38px;
	height: 200px;
}

.chat_layer div
{
	padding:3px 5px;
	font-size:11px;
	line-height:12px;
}

.chat_layer strong
{
	font-weight:bold;
}

.chat_layer em
{
	font-style:italic;
	font-size:11px;
	color:#aaaaaa;
}

#messagerie #contacts.contract
{
	height:170px;
}

#add_friend
{
	position: absolute;
	top: 76px;
	left: 5px;
	height:0;
	display: none;
	overflow:hidden;
	cursor:pointer;
	opacity:0;

	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-khtml-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-ms-transition: all 0.4s;

}

#add_friend.expand_btn
{
	display: block;
	opacity:1;
	width: 235px;
	height: 22px;
}

.friend_li_title,
.friend_li,
.no_contact
{
	padding:5px 7px;
	cursor:pointer;
	position:relative;
}

.friend_li_title
{
	color:#aaaaaa;
	font-style: italic;
	margin-top:5px;
	cursor:default;
}

.friend_li_title:first-child
{
	margin-top:0;
}

.friend_li:hover
{
	background: #cde6ff
}
.friend_li.active
{
	background: #cde6ff
}

.send_message_form
{
	position:absolute;
	bottom:10px;
	height:20px;
	left:2px;
}

/*.accept_friend,
.refuse_friend
{
	position: absolute;
	top:4px;
	right:25px;
	height:16px;
	width:16px;
	background:url('img/sprite.png?24') no-repeat -496px -160px;
}*/

/*.refuse_friend
{
	background-position:-496px -144px;
	right:5px;
}*/

#status_connexion,
.status_connexion
{
	width:9px;
	height:9px;
	display: inline-block;
	margin-right:10px;
	cursor:pointer;
	position: relative;
	top: 1px;
	background:url('img/sprite.png?24') no-repeat;
}

#status_connexion
{
	width:16px;
	height:16px;
}

.status_connexion
{
	top:1px;
	margin-right:5px;
	width:10px;
	height:10px;
}

.friend_li.cannot_send.status_0,
.friend_li.cannot_send.status_1,
.friend_li.cannot_send.status_2,
.friend_li.cannot_send.status_3,
.friend_li.cannot_send.status_4
{
	background-position:-64px -576px!important;
}

.status_0
{
	background-position:0px -576px!important;
}

.status_1
{
	background-position:-16px -576px!important;
}

.status_2
{
	background-position:-32px -576px!important;
}

.status_3
{
	background-position:-48px -576px!important;
}

.status_4
{
	background-position:-64px -576px!important;
}

#status_connexion.status_0
{
	background-position:0px -592px!important;
}

#status_connexion.status_1
{
	background-position:-16px -592px!important;
}

#status_connexion.status_2
{
	background-position:-32px -592px!important;
}

#status_connexion.status_3
{
	background-position:-48px -592px!important;
}

#status_connexion.status_4
{
	background-position:-64px -592px!important;
}

.content_messagerie
{
	width: 250px;
	height: 271px;
	position: absolute;
	top: 29px;
}

.close_contact
{
	position: absolute;
	top: 6px;
	right: 6px;
	display: none;
	width: 15px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	font-family: "netoOTBold";
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	color: #bbbbbb;
	border: 1px solid #bbbbbb;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}

.expand .close_contact,
.expand .minimize_contact
{
	display:block
}

.minimize_contact
{
	position: absolute;
	top: 6px;
	right: 26px;
	display: none;
	width: 15px;
	height: 14px;
	line-height: 10px;
	text-align: center;
	font-family: "netoOTBold";
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	color: #bbbbbb;
	border: 1px solid #bbbbbb;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}

.minimize_contact.maximize
{

}

.notification_contact span
{
	display: inline-block;
	background: #e84c3d;
	font-size: 9px;
	font-family: "Arial";
	color: white;
	line-height: 19px;
	width: 17px;
	border-radius: 20px;
	height: 17px;
	position: relative;
	top: -1px;
	margin-left: 7px;
	text-align: center;
}

.info_user_div
{
	position: absolute;
	left: 7px;
	top: 40px;
	height:40px;
	width:95%;
	cursor:pointer;
}

.info_user_div .select_status
{
	width:10px;
	height:5px;
	background:url('img/sprite.png?24') no-repeat -496px -176px;
	position:absolute;
	right:10px;
	top:5px;
}

.option_click
{
	width:26px;
	height:22px;
	background:url('img/sprite.png?24') no-repeat -493px -175px;
	position:absolute;
	right:10px;
	top:0px;
	cursor:pointer;
}

.info_user_messagerie
{
	float:left;
	height:40px;
	line-height:40px;
	vertical-align: middle;
	width:40px;
	margin-right:10px;
}

.info_user_messagerie img
{
	vertical-align: middle;
	display:inline;
	max-width:100%;
	max-height:100%;

}

#friend_list_fetch,
.options_contact,
#change_status
{
	position: absolute;
	width: 97%;
	background: white;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #e0e0e0;
	-moz-box-shadow: 1px 2px 3px rgba(103,119,150,.5);
	-webkit-box-shadow: 1px 2px 3px rgba(103,119,150,.5);
	box-shadow: 1px 2px 3px rgba(103,119,150,.5);
	bottom: -228px;
	left: 3px;
	z-index: 10;
}

.options_contact
{
	top: 23px;
	width: 118px;
	right: 10px;
	left: auto;
	display: none;
	bottom:auto;
	z-index: 9;
}

#change_status
{
	bottom: -175px;
	width: 181px;
	left: 56px;
	display: none;
}

.options_contact div a
{
	padding:6px 8px;
	text-decoration: none;
	color:black;
	display: block;
}

#friend_list_fetch div,
#change_status div
{
	padding: 8px;
}

#friend_list_fetch div strong
{
	font-weight: bold;
}

#friend_list_fetch div:hover,
#change_status div:hover,
.options_contact a:hover
{
	background: #e1eaff;
	cursor:pointer;
}

.config_panel span
{
	position: relative;
	top:-2px;
}
.config_panel
{
	position: absolute;
	bottom: -262px;
	/*background: white;*/
	width: 227px;
	height: 200px;
	left: 13px;
	display: none;
}

.title_messagerie
{
	cursor:pointer;
}
.expand .title_messagerie
{
	cursor:default;
}

.title_messagerie img
{
	display: none;
}

.expand .title_messagerie img
{
	max-height:30px;
	max-width:40px;
	margin-right:5px;
	margin-top:10px;
	float:left;
	display: block;
}

span.localdate_chat
{
	display: none;
	font-size: 8px;
	color: #505050;
	padding-right: 5px;
	position: relative;
	top: -1px;
	font-style: normal!important;
}

span.localdate_chat.date_done
{
	display: inline;
}

#send_message_chat
{
	height: 22px;
	line-height: 20px;
	font-size: 9px;
	font-family: arial;
	position: absolute;
	top: 2px;
	right: -52px;
}

.send_message
{
	width: 176px;
	margin-left: 3px;
	margin-right: 5px;
	height: 20px;
	line-height: 20px;
	resize: none;
	overflow:hidden;
}

.status_perso
{
	z-index: 5;
	position: absolute;
	left: 54px;
	top: 62px;
	width: 187px;
	font-size: 11px;
	height: 14px;
	line-height: 14px;
}

.messagerie_contact
{
	overflow: hidden;
}

/*.messagerie_contact.expand
{
	overflow: visible;
}*/

.messagerie_contact.expand .personnal_statut
{
	display: inline;
}

.messagerie_contact .personnal_statut
{
	display: none;
	position: absolute;
	top: 18px;
	left: 0;
	font-size: 9px;
	font-family: Arial;
	width: 180px;
	height: 16px;
	padding: 0;
	margin: 0;
	line-height: 16px;
	color: #505050;
	overflow: hidden;
}

.title_contact_space
{
	position: relative;
}

#get_archives h2
{
	margin:0;
	padding:0;
	margin-bottom:5px;

	color: #373b41;
	font-family: "netoOTBold";
	font-size: 15px;
	font-weight: bold;
}

#get_archives div.archive_li,
#get_archives div.archive_result
{
	cursor:pointer;
	border:1px solid #f0f0f0;
	padding:5px;
}

#get_archives div.archive_result
{
	cursor:default;
}

#get_archives div.archive_li:hover
{
	background: #e1eaff;
}

#get_archives div.archive_result
{
	display: none;
}

#get_archives div.archive_result div
{
	padding:5px;
}

.chat_layer div.date_chat
{
	font-weight:bold;
	font-size:10px;

}

.accept_friend.button
{
	font-size: 12px;
	padding:5px;
}

.view_file .comment p.head span.name a.group5,
.view_file .comment p.head span.name a.group6
{
	color:#008000;
}

.view_file .comment p.head span.name a.group3
{
	color:#990000;
}

.similar_list span
{
	display: block;
	float: right;
	width: 143px;
	height: 74px;
	overflow: hidden;
	word-break: break-word;
}

.donation_block
{
	padding:5px;
	border-bottom: 1px solid #eAEAEA;
}

.donation_block img
{
	float:left;
	margin-right:20px;
}

.donation_block form img
{
	float:right;
	margin:0;
}

.donation_block strong
{
	font-weight: bold;
}

.donation_block span
{
	position: relative;
	top:23px;
}


.donation_block form
{
	position: relative;
	top:12px;
}

canvas { pointer-events:none; }

#overlay_alert
{
	position:fixed;
	left:0;
	width:100%;
	top:0;
	bottom:0;
	z-index: 9999999999999999;
	background:rgba(0,0,0,0.4);
	text-align: center;
}

#overlay_alert img
{
	vertical-align: middle;
	position: absolute;
	top:20%;
	cursor:pointer;
}


#sidebar-btn2

{

    white-space: nowrap;

    -moz-border-radius: 4px;

    -webkit-border-radius: 4px;

    border-radius: 4px;

    -moz-background-clip: padding;

    -webkit-background-clip: padding-box;

    background-clip: padding-box;


    font-family: "netoOTBold";

    font-size: 15px;

    font-weight: 500;

    width: auto;

    margin-bottom: 11px;

    display: inline-block;

    color: rgb(76, 76, 76);

    text-decoration: none;

    position: relative;

    box-sizing: border-box;

    text-align: center;

    float: right;

    margin-right: 10px;  

}



#sidebar-btn2:hover

{

    color: white;

    background-color: #3D414D;

}



#sidebar-btn1

{

    float: right;

}



