c 	@charset "utf-8";
/* CSS Document */

#staff_only {
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;	
}

/* COLLECTION */
#check_all {
    padding: 5px;
    width: 100px;
	margin-bottom: 15px;
    text-align: center;
    border-radius: 2px;
}

/* INFORMATIONS */

.staff {
    position: absolute;
	right: 167px;
    top: 14px;
}

#presentation {
	border-radius: 10px;
	border-width: 3px;
	border-style: solid;
	padding: 10px;
	font-size: 1em;
	position: relative;
	margin-bottom: 15px;
	min-height: 95px;
}

#informations {
	width:655px;
	display: inline-block;
	margin-left: 10px;
}

#informations h1 {
	font-size:2em;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 0px;
	text-transform: none;
	display: inline-block;
	vertical-align: top;
}

#postes {
	display: inline-block;
	font-style: italic;
	font-size: 1.167em;
	vertical-align: top;
	line-height:26px;
}

#contacter {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

#contacter a {
	background: url(../../img/pictos/contact.png) left top no-repeat;
	width: 23px;
	height: 21px;
	display: block;
	text-indent: -9999px;
}

#depuis {
	margin-bottom: 10px;
}

#informations .colorbox {
	display: block;
}

#tous-les-soustitres,
.recevoir-code,
#usurparion {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #fff;
	padding: 5px;
	width: 145px;
	text-align: center;
	border-radius: 2px;
}

#usurpation {
	top: -20px;
	padding: 5px;
}

#usurpation a {
	color: #fff;
}

.recevoir-code {
	top: 50px;
	text-indent: inherit;
	background-image: none;
	height: auto;
}

#usurpation {
	background-color: #c00;
	top: -30px;
	right: inherit;
	left: 5px;
	display:  inline-block;
	border-radius: 5px;
	position: absolute;
}

#presentation a.colorbox {
	float: left;
}

#presentation .edit,
#presentation .reload,
#presentation .delete_cache {
	top: -20px;
	right: 20px;
}

#presentation .reload {
	right: 140px;
}

#presentation .delete_cache {
	right: 250px;
}

#droite h2 {
	font-size: 1.167em;
	margin-bottom: 15px;
}

#droite h3 {
	font-size: 1em;
	margin-bottom: 10px;
}

/* ONGLET */

.onglet {
	margin-bottom: 40px;
	position: relative;
}

.onglet .affichage {
	top: 15px;
}

/* NAV */

.ui-corner-top {
	border-radius: 0px;
}

.ui-helper-reset { line-height: inherit; }

.ui-tabs .ui-tabs-nav {
	padding: 0px;
	margin-bottom: 20px;
}

.ui-tabs .ui-tabs-nav li {
	font-size:1.125em;
	line-height: 30px;
	border-right: 1px solid #999;
	background-color: #fff;
	display: inline-block;
    border-bottom: 0 none !important;
    float: none;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0px;
    white-space: nowrap;
}

.ui-tabs-nav li.ui-state-active a,
.ui-tabs-nav li.ui-state-hover a {
	color: #fff;
}

.ui-tabs-nav li:last-of-type {
	border-right: none;
}

/* CLASSEMENT */

#onglet_0 div {
	position: relative;
}

.classement {
	background-color: #fff;
	display: inline-block;
	width: 188px;
	margin-right: 30px;
	margin-bottom: 60px;
	vertical-align: top;
	padding: 20px 20px 31px 20px;
	line-height: 14px;
	background: url(../../img/layout/ombre-liste.png) left bottom no-repeat #fff;
	position: relative;
}

.classement .reload {
	top: 5px;
	right: 5px;
}

.classement li {
	position: relative;
	height: 16px;
	width: 187px;
	overflow: hidden;
}

#onglet_0 .classement li {
	opacity: 0.5;
}

#onglet_0 .classement li.active {
	opacity: 1;
}

.classement li strong {
	color: #39c;
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	background-color: #fff;
	padding-left: 10px;
}

#ul_pour li strong,
.ui-widget-content a.pour {
	color: #97be0d;
}

#ul_contre li strong,
.ui-widget-content a.contre  {
	color: #c60052;
}

.classement:last-of-type,
.classement.last {
	margin-right: 0px;
}

/* LES ALERTES */

.liste article {
	display: inline-block;
	vertical-align: top;
	background: url(../../img/layout/ombre-affiche.png) left bottom no-repeat #fff;
	width: 85px;
	margin-bottom: 10px;
	margin-right: 9px;
	position: relative;
	padding-bottom: 10px;
}

.liste article:nth-child(8n) {
	margin-bottom: 10px;
}

.liste article h3,
.liste article h4 {
	display: none;
}

.liste article .supprimer {
	display: block;
	height: 20px;
	line-height: 16px;
	color: #c00;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 80px;
}

.liste input[type=button] {
	display:block;
	border: 1px solid #c00;
	color: #c00;
	background-color: #fff;
	padding: 5px;
	margin-left: 530px;
}

.vignette .col1 img {
	max-width: 100%;
}

/* VOS COMMENTAIRES */

#onglet_4 article {
	background-color: #fff;
	position: relative;
	padding-right: 15px;
	margin-bottom: 20px;
}

#onglet_4 article > a {
	float: left;
	display: block;
	margin-right: 15px; 
}

#onglet_4 h3 {
	margin: 15px 0px;
	color: #000;
	display: inline-block;
	font-weight: bold;
}

#onglet_4 h2 time {
	font-size: 0.909em;
}

#onglet_4 .by {
	display: block;
	font-size: 0.909em;
	line-height: 28px;
	height: 28px;
	position: absolute;
	bottom: 5px;
	left: 110px;
}

#onglet_4 .by img {
	float: left;
	display: block;
	margin-right: 5px;
}

#onglet_4 .by time {
	color: #999;
}

#onglet_4 p {
	padding-bottom: 35px;
}

#onglet_4 .note {
	width: 20px;
	height: 26px;
	background: url(../../img/layout/barre-note.png) right bottom no-repeat;
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 1.455em;
	font-weight: bold;
	text-align: right;
	padding-right: 25px;
}

#onglet_4 .note span {
	display: none;
}

#onglet_4 .voter_commentaire {
	position:absolute;
	top: 10px;
	right: 60px;
}

#onglet_4 .voter_commentaire li {
	float: left;
}

#onglet_4 .voter_commentaire a {
	display: block;
	width: 24px;
	height: 24px;
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff !important;
	text-align: center;
	vertical-align: top;
	overflow: hidden;
	margin: 0px 5px;
}

#onglet_4 .voter_commentaire a.pour {
	background-image: url(../../img/pictos/vote-pour.png);
	line-height:30px;
}

#onglet_4 .voter_commentaire a.contre {
	background-image: url(../../img/pictos/vote-contre.png);
	line-height: 14px;
	margin-top: 6px;
}

#onglet_4 a.share {
	color: #fff;
	background-color: #3a5795;
	position: absolute;
	top: 14px;
	right: 130px;
	border-radius: 5px;
	padding: 5px 10px;
}

#onglet_4 a.supprimer {
	position: absolute;
	bottom: 10px;
	right: 0px;
	background: url(../../img/layout/supprimer.png) left top no-repeat;
	height: 10px;
	padding-left: 15px;
	display: block;
	color: #c00;
}

#onglet_4 a.edit {
	bottom: 29px;
	top: auto;
	right: 0px;
}

/* GESTION DU SPOILER */

.spoiler {
	filter: blur(2px);
	transition-property: -webkit-filter;
	transition-duration: .4s;
}
.spoiler:hover, .spoiler:focus {
	filter: blur(0px);
}

/* TIPPED */

.t_ContentContainer ul li {
	position: relative;
	height: 33px;
	padding-left: 33px;
	margin-bottom: 5px;
}

.t_ContentContainer ul li img {
	position: absolute;
	top: 3px;
	left: 0px;
}

.t_ContentContainer ul li time {
	display: block;
}