@charset "UTF-8";

/*
 * @autor : Benjamin PIERRE
 * @email : Benjamin@pluxml.org
 * @date : 2011
 */

/* Summary */
/*
 * 1 - Reset [ based on E.Meyer work ]
 * 2 - Basic Styles
 * 3 - Global
 ** 3-1 - Header
 ** 3-2 - Sidebar
 ** 3-3 - Footer
 * 4 - Comments & Forms
 * 5 - Pagination
 */

/* 1 - Reset [ based on E.Meyer work ] */

html, body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, a, span, blockquote, label, input, textarea, form, fieldset{
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}



input{
	vertical-align: middle;
	}



textarea{
	width: 100%;
	max-width: 100%!important;
	}



img {
	border: none;
}

/* 2 - Basic Styles */

body {
	background: #FFF;
  background-image:url("/img/little_pluses_2.png");
  background-repeat:repeat;
	color: #333333;
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-width: 930px;
	padding:16px 0px;
	}

h1, h2, h3, h4, h5, h6{
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	}

h1 {font-size: 1.75em;}

h2 {font-size: 1.25em;}

h3 {font-size: 1.1em;}

h4 {font-size: 1em;}

h5 {font-size: 0.9em;}

h6 {font-size: 0.75em;}

a:link, a:visited {
	color: #FFF;
	background-color: #000;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	background-color: #fff420;
	color:#000;
	cursor: pointer;
	}

a img{
	border:none;
}

/* 3 - Global */

#header, #section, #footer{
	margin: 0 auto;
	width: 1040px;
	background-color:#FFF;
	}

div#section{
	padding-top:80px;
	}

#section:after{
	content: ".";
  display: block;
  height: 0;
	clear: both;
	visibility: hidden;
	}

#article{
	float: right;
	padding: 0px 20px 0 10px;
	width: 740px;
	}

.article{
	border-left:2px solid #000;
	border-right:2px solid #000;
	width:736px;
	clear: both;
}

.article .art-content{
	margin-bottom:40px;
}

.art-image .art-content{
	margin-bottom:0px;
}

.art-musique .art-content{
	margin-bottom:0px;
}

.article .art-topinfos{
	text-align:left;
	text-transform: uppercase;
	color:#FFF;
	font-size: 0.95em;
	font-weight:700;
	background-color: #000;
	margin:-1px 0px 0px;
	padding: 5px 5px 5px 10px;
	display:block;
}

.article h2{
	background-color: #000;
	color:#FFF;
	text-align: right;
	padding: 9px 40px 8px;
	text-transform: uppercase;
	font-size: 1.3em;
	line-height: 24px;
	margin:0px 0px 32px;
	border: medium none;
	font-weight: 700;
}

.article h2 a, .article h2 span{
	color:#FFF;
	text-decoration: none;
	margin:0px 0px 10px 210px;
	padding: 2px 10px;
	display:block;
	width:400px;
}

.article h2 a:hover{
	color:#000;
}

.article .art-chapo{
	padding-left:18px;
	padding-right:18px;
}

.article .art-chapo p, .art-content p{
	font-size: 1.25em;
	margin: 0px 14px;
	}

.article .art-infos{
	background-color: #333;
	color:#FFF;
	margin: 0px 0px 0px;
	padding: 8px 10px;
	font-size: 1.1em;
	font-weight: 700;
	}

.article .art-infos a, .article_musique .art-infos a, .article_image .art-infos a{
	color:#FFF;
	font-weight: 100;
	padding:2px 5px;
}

.article .art-infos a:hover, .article_musique .art-infos a:hover, .article_image .art-infos a:hover{
	color:#000;
}

#article > h2, .art-topinfos, .art-chapo, .art-content, #footer p, .art-infos, .feed-art-com, .feed-arts, .static-content, .error-content{
	padding-left: 19px;
	padding-right: 19px;
	}

.article .art-chapo p.more{
	font-size: 1.2em;
	margin: 20px 0 0 0
}

#article .article .art-chapo p.more {
	text-align: right;
	margin-right: 20px;
	margin-top:30px;
}

#article .article .art-chapo .more a{
	color:#FFF;
	padding:8px;
	margin-left:300px;
	position:relative;
	top: 7px;
	left:36px;
	font-weight: 700;
	font-size: 0.9em;
}

.article .more a:hover{
	color:#000;
}

#article ul, #article ol{
	margin: 0 80px 0 80px;
	font-size: 1.25em;
	}

#article ul li{
	margin:5px 0px;
}

#article .article .art-chapo a, #article .article .art-content a{
	background-color: #000;
	color:#FFF;
	padding:1px 3px;
}

#article .article .art-chapo a:hover, #article .article .art-content a:hover{
	background-color: #fff420;
	color:#000;
}

#article .article .art-chapo p, .art-content p{
	text-align:justify;
  margin: 16px 60px 16px 60px;
}

#article .article p.image, #article .article p.image{
  text-indent:0;
  margin: 0 auto;
  text-align:center;
  margin:-32px 0px -10px -18px;
  padding-left: 18px;
  padding-right: 18px;
}

p.image img{
	display:block;
}

p.image:after
{
	content:"";
	width:700px;
	height:37px;
	background:url("/img/drop.png");
	display:block;
}

.art-chapo p.cred, .art-content p.cred{
  font-style:italic;
  text-align:right;
}

.art-chapo .chat, .art-content .chat{
font-family: Courier, sans-serif;
white-space: pre-wrap;
background-color: #DDD;
font-size: 1.0em;
margin: 0 20px;
padding: 10px;
color: #333;
border-left:5px solid #999;
}

#article h3 {
  text-align:right;
  text-transform:uppercase;
  background-color:#000;
  font-size:1.25em;
  line-height:16px;
  color:#FFF;
  margin:32px 0 26px 0px;
  padding:8px 60px;
  padding-left:90px;
  font-weight: 900;
}

#article h4{
  text-transform:uppercase;
  text-align:right;
  font-size:1.25em;
  font-weight:900;
  margin:16px 60px;
}

#article h4:before{
  content:"\2192 \00A0";
}

.ecartime{
	clear:both;
	text-align:center;
	background-image:url("/img/drop2.png"), url("/img/drop.png");
	background-position:50% 60%, 50% 40%;
	background-repeat: no-repeat;
	padding:40px 0;
  font-size:1.25em;
  opacity:0.2;
}

.ecartime:hover{
	opacity:0.5;
}

/** 3-0 - Image **/

.article_image{
	float:left;
	width:354px;
	border-bottom:32px solid #333;
}

.odd{
		margin-right:16px;
}
.even{
		margin-left:16px;
}

#article a .article_image .art-chapo
{
	background-color:#FFF;
}

.article_image h2{
	text-transform: uppercase;
	margin:0px;
	padding:9px 10px 2px 10px;
	font-size: 1.3em;
	display:block;
	font-weight:700;
}

.article_image .art-chapo{
	padding:0;
	height: 350px;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
}

div.article_image p.art-topinfos{
	padding: 2px 10px  9px 10px;
	font-size:1.1em;
	text-transform: uppercase;
	font-size:0.9em;
	font-weight:700;
	display: block;
}	

a .article_image{
	background-color:#000;
	color:#FFF;
}

a:hover .article_image{
	background-color:#fff420;
	color:#000;
	font-weight:700;
}

/** 3-0 - Musique **/

.article_musique{
	float:left;
	width:740px;
}

.albumWrapper{
	border-top:2px solid #333;
}

.albumWrapper:after{
	content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  }

#article .albumWrapper ol{
  list-style-position:inside;
  margin:0;
}

#article div.albumWrapper ol li.playing{
	background-color: #fff420;
	color: #000;
}

#article div.albumWrapper ol li.playing a{
	background-color: #fff420;
	color: #000;
}

#article .albumWrapper ol li:nth-child(odd){
	background-color:#CCC;
  padding:5px 5px 5px 20px;
}

#article .albumWrapper ol li:nth-child(even){
	background-color:#EEE;
  padding:5px 5px 5px 20px;
}

#article .albumWrapper ol li:hover{
	background-color:#000;
	color:#FFF;
}

#article .albumWrapper ol li:hover a{
	background-color:#000;
	color:#FFF;
}

#article .albumWrapper a{
	background-color:transparent;
	color:#000;
}

.article_musique h2{
	text-transform: uppercase;
	margin:0px;
	padding:9px 40px 8px;
	font-size: 1.3em;
	display:block;
	font-weight:700;
	background-color: #000;
	text-align: right;
	color: #FFF;
}

.article_musique h2 a{
	padding: 2px 10px;
}

.article_musique p.art-topinfos {
	text-align:left;
	text-transform: uppercase;
	color:#FFF;
	font-size: 0.9em;
	font-weight:700;
	background-color: #000;
	margin:-1px 0px 0px;
	padding: 5px 5px 5px 10px;
	display:block;
}
	
.article_musique .art-infos{
	background-color: #333;
	color:#FFF;
	margin: 0px 0px 0px;
	padding: 8px 10px;
	font-size: 1.1em;
	}
	
.article_musique .art-chapo{
	padding:0px;
}

#article .audiojs{
	width:736px;
	height:100px;
	background:#FFF;
	border-left:2px solid #000;
	border-right:2px solid #000;
	font-family: inherit;
	box-shadow: none;
}

#article .art-content .audiojs{
	border-left:none;
}

#article .audiojs .play-pause{
	width:70px;
	height:70px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	padding:0px;
}

#article .audiojs p{
	width:70px;
	height:70px;
	margin:0px;
	padding:0px;
}

#article .audiojs .scrubber{
	margin:0;
	padding:0;
	float:left;
	overflow: hidden;
	width:664px;
	height:100px;
	border:none;
	background-color: #FFF;
}

#article .audiojs .progress{
	background: #333;
	opacity:0.4;
}

#article .audiojs .progress, #article .audiojs .loaded{
	height:100px;
}

#article .audiojs .bg{
	height:100px;
	width:700px;
	opacity:0.4;
}

#article .audiojs .loaded{
	opacity:0.3;
}

#article .audiojs .progress{
	opacity:0.8;
  }

#article .audiojs .time{
	width:70px;
	height:30px;
	position:relative;
	top:-30px;
	left:-25px;
	border-right: 2px solid #000;
	text-shadow:none;
	font-size: 0.9em;
	background-color:#000;
	line-height: 30px;
}

#article .audiojs .time strong.duration{
	font-weight: 700;
	color:#888;
}

#article .audiojs .time em.played{
	font-weight: 500;
	color:#FFF;
	margin-left:10px;
}

#article .audiojs .play{
	background-position: 0px 0px;
}

#article .audiojs .pause{
	background-position: 0px -210px;
}

#article .audiojs .error{
	background-position: 0px -140px;
}

#article .audiojs .loading{
	background-position: 0px -70px;
}

#article .art-musique .art-content{
	padding:0;
}

#article .art-musique h2{
	margin:0;
}

#article .art-musique #form h2{
	margin:0px 0px 32px;
}

#article .art-musique .art-infos{
	margin:0;
}


#article .buttons{
	position: relative;
	float:left;
	display: block;
	height: 28px;
	width:600px;
	top:-30px;
	right: -74px;/*-76px -626px*/
	font-weight: 700;
	line-height: 30px;
	margin-bottom: -30px;
	z-index:10;
	padding:0;
	margin-left:2px;
}

#article .article .buttons{
	right: -72px;/*-76px -626px*/
}

#article .article .art-content .buttons a, #article .art-chapo .buttons a{
	padding : 7px 10px 6px 10px;
}

#article .buttons a.download:after{
	content: "\0020 \2193";
	font-size:1.1em;
	line-height: 29px;
}

#article .buttons a.source:after{
	content: "\0020 \2192";
	font-size:1.1em;
	line-height: 29px;
}

/** 3-0 - Lien article **/

#artPS{margin-top:20px;}
#artPS p{ width:15%; height:32px; overflow: hidden; font-weight: 700; border-bottom: 2px solid #FFF;}
#artPS p a{background-color: #000; color:#FFF; height:32px; display:block;}
#artPS p a:hover{background-color: #fff420; color:#000; }
#artPS p.pre {float: right; text-align: right; border-right:2px solid #FFF;}
#artPS p.next {float: left; border-left:2px solid #FFF;}
#artPS p.pre a:before { display: block; line-height: 1.5em; float: right; content:"\25B6"; margin:2px 10px 0px 10px; font-size: 1.5em;}
#artPS p.next a:before { display: block; line-height: 1.5em; float: left; content:"\25C0"; margin:2px 10px 0px 10px; font-size: 1.5em;}
#artPS p a span {display: block; font-weight: bold; line-height:32px;} 
#artPS:after{
	content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/** 3-1 - Header **/

#header{
	margin-top: 0 20px;
	}

#logo{
	height:165px;
	overflow: hidden;
}

#logo h1{
	text-align: center;
	}

#logo a, #logo a:hover{
	background-color:#FFF;
	color:#000;
}

#logo span{
	display:block;
	position: relative;
	text-align: left;
	top: -106px;
	left: 50px;
	font-weight: 900;
	line-height: 19px;
	font-size: 0.8em;
}

#menu{
	margin:0px auto;
	width:1000px;
	list-style: none outside none;	
	}

#menu li{
	font-size:1.8em;
	background-color: #000;
	color:#FFF;
	text-transform: uppercase;
	display: block;
	float: left;
	font-weight: 900;
	width:248px;
	margin:0px 1px;
}

#menu li a{
	padding:15px 0px 15px 20px;
	display:block;
	color:#FFF;
}

#menu li a:hover{
	color:#000;
}

#nav li{
	display: inline;
	margin: 0 20px 0 0;
	padding: 5px 0;
	}

.feed ul{
	float: right;
	}

.feed ul li{
	margin: -5px 0 0 10px!important;
	}

/** 3-2 - aside **/

#aside{
	float: left;
	margin: 0px 10px 0 20px;
	padding: 16px 0px 32px 0px;
	width: 240px;
	background:#000;
	}

#aside h3{
	background-color:#FFF;
	font-weight:900;
	font-size:1.1em;
	color:#000;
	text-transform:uppercase;
	margin:16px 20px 0px;
	padding:8px 20px;
	}

#aside ul{
	list-style-type: none;
	font-size:1.1em;
	font-weight:700;
	border-left:2px solid #FFF;
	margin:0px 20px 32px;
	padding:0px;
	}

#aside ul li a{
	text-transform: capitalize;
	text-decoration: none;
	color: #FFF;
	display:block;
	padding: 8px 7px 8px 10px;
}

#aside ul li a:hover{
	color:#000;
}

#aside ul.tags{
	border:medium none;
	margin-bottom:32px;
}

#aside ul.tags li{
	float:left;
	border-left:2px solid #FFF;
	border-bottom:2px solid #FFF;
}

#aside div.desc{
	clear:both;
	list-style-type: none;
	font-size:1.1em;
	font-weight:900;
	margin:16px 20px 32px;
	color:#FFF;
}

.desc p{
	padding:0px 10px;
}

.desc h2{
	font-size:1.5em;
	font-weight: 900;
	margin-bottom:8px;
}

.desc img{
	float:left;
  margin:6px 10px 6px 0px;
}

div.sep{
	background-color: #FFF;
	height:20px;
	margin:32px 0px;
}

#aside div.rss{
	clear:both;
	list-style-type: none;
	font-size:1.1em;
	font-weight:900;
	margin:32px 20px 0px;
	padding:32px 0px 0px 0px;
}

#aside div a{
	padding: 8px 7px 8px 10px;
	color:#FFF;
}

#aside div a:hover{
	color:#000;
}

#aside ul li.active a{
	background-color: #fff420;
	color:#000;
	font-weight: 900;
}

/** 3-3 - Footer **/

#footer{
	padding: 16px 0px 0px;
	text-align: right;
	}



#contentfooter{
	background-color: #000;
	padding: 36px 20px;
	font-size: 1em;
	font-weight: 900;
	color: #444;
}

#footer .top{
	width:120px;
	font-size: 1em;
	text-align: left;
	float: left;
	position: relative;
	margin-left: 16px;
	padding: 10px 15px;
	}

#footer .top:hover{
	color:#000;
}

#contentfooter a{
  color:#888;
}

/* 4 - Comments & Forms */

#comments .content_com strong{
	margin-left: 16px;
	padding:2px;
	background-color: #333;
	color:#FFF;
}

#comments .content_com q{
	display:block;
	margin: 0px 16px;
	padding:5px;
	border-top:2px solid #333;
	border-left:2px solid #333;
}

#comments .content_com q:after, #comments .content_com q:before{
	content:"";
}

#comments h2{
	padding-bottom: 15px;
	margin-bottom: 31px;
	}

.comment{
	margin-bottom:31px;
}

.comment blockquote{
	padding-bottom:1px;
	margin:0px 20px;
}

.info_comment{
	text-transform: uppercase;
	color:#FFF;
	font-size: 1em;
	font-weight: 700;
	background-color:#333;
	text-align: left;
	padding: 6px 10px;
	display: block;
	padding-bottom: 15px;
	width:650px;
	margin:auto;
}

.info_comment.type-admin .identicon
{
	float:right;
	left:10px;
}

.info_comment.type-admin .num-com
{
	float:left;
}

.info_comment.type-admin span
{
	text-align: right;
}

.info_comment.type-admin
{
	text-align: right;
}

.info_comment span{
	text-align: left;
	display:block;
	font-size: 1.1em;
	margin: 4px 0px;
}

.info_comment span a{
	background-color:#000;
	color:#FFF;
	padding:2px 5px;
}

.info_comment span a:hover, .info_comment a:hover{
	background-color:#FF0;
	color:#000;
}

form{
	margin: 0 80px;
	padding: 0 0 10px 0;
	font-size:1.15em;
	}

blockquote{
	margin: 15px 20px 20px 20px;
	}

a.num-com{
	float: right;
	font-size: 1.1em;
	background-color:#000;
	color:#FFF;
	padding:2px 5px;
}

.content_com {
	padding: 15px 15px 15px 15px;
	font-size: 1.1em;
	background-color: #FFF;
	position: relative;
	border: 2px solid #888;
	}

.content_com:after {
	bottom: auto;
	left: auto;
	left: 25px;
	top: -10px;
	border-bottom: 10px solid #FFF;
	border-left: 20px solid transparent;
	border-right: 10px solid transparent;
	content: "";
	display: block;
	position: absolute;
	width: 0px;
}

.comment:target .content_com, .comment:hover .content_com{
	box-shadow:0px 0px 10px #000;
}

.content_com:before {
	bottom: auto;
	left: auto;
	left: 23px;
	top: -12px;
	border-bottom: 12px solid #888;
	border-left: 22px solid transparent;
	border-right: 12px solid transparent;
	content: "";
	display: block;
	position: absolute;
	width: 0px;
}

.comment .type-admin:before {
	border-bottom: 10px solid #000;
	border-left: 10px solid transparent;
	border-right: 20px solid transparent;
	left:636px;
}

.comment .type-admin:after {
	border-bottom: 12px solid #F2F2F0;
	border-left: 12px solid transparent;
	border-right: 22px solid transparent;
	left:635px;
	}

.identicon{
	background-color:#333;
	float:left;
	margin:2px 10px;
	position:relative;
	bottom:20px;
	border:2px solid #000;
	left:-10px;
}

.content_com.type-normal {
	background-color: #ffffff;
	}

.content_com.type-admin {
	background-color: #F2F2F0;
	border: 2px solid #000;
	}

.feed-art-com{
	margin: 0 0 10px 0;
	padding: 0 20px 15px 20px;
	}

.com-alert{
	background-color: #FBC6C6;
	border: 1px solid #BD4444;
	color: #730E20;
	font-weight: 700;
	padding: 2px 5px 4px;
	text-align: center;
	}

label{
	display: block;
	margin: 0 0 5px 0;
	font-weight: 700;
	}

input[type=text]{
	height:20px;
	width:250px;
}

textarea{
	resize:vertical; 
}

input[type=text], textarea{
	border: 1px solid #DDDDDD;
	margin: 0 0 10px 0;
	}

input[type=text]:hover, textarea:hover{
	border: 1px solid #AAAAAA;
	cursor: pointer;
	}

input[type=text]:focus, textarea:focus{
	border: 1px solid #777777;
	background-color: #F7F7F7;
	}

input[type=submit], input[type=submit] + p{
	display: inline;
	}

input[type=submit] + p{
	margin: 0 0 -5px 10px;
	}

input[type=submit], input[type=reset]{
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding: 3px 4px;
	}

input[type=submit]:hover,input[type=reset]:hover{
	background-color: #152F40;
	color: #FFFFFF;
	cursor: pointer;
	}

input[type=submit]:active, input[type=reset]:active{
	background-color: #730E20;
	}

#id_rep{
	position: relative;
	top:2px;
}

/** 5 - Pagination **/

#pagination{
	clear:both;
	text-align:center;
	padding: 40px 0 5px 0;
	font-size: 1.1em;
	font-weight: 700;
	margin: 40px;
	}

#pagination span{
	margin-right:5px;
	position: relative;
	top:20px;
	}

#pagination .p_page{
	border: 2px #333 solid;
	padding: 7px 5px;
	}

#pagination .p_prev a, #pagination .p_next a{
	padding: 5px 5px;
	}

#pagination .p_first a, #pagination .p_last a{
	padding: 3px 5px;
	}

#erreur{
	margin:20px 80px;
}

#erreur h2{
	font-size: 1.8em;
	font-weight: 900;
}

#erreur p{
	font-size:1.4em;
	margin:20px;
}

#erreur p.image_err{
	text-align:center;
	margin:100px;
}

