/************************************
 * http://skyrock.com V4
 * Fichier template pour positionner
 * les elements des blogs et des fiches
 * profil
 * **********************************
 * RE/SET common stuff
 * **********************************/
#header_top {
	background: #242424;
}
#blog { 
	position: relative;
	margin: auto;
	text-align: center;
}
#blog-pop, #profil-pop {
	margin: 0 auto auto;
	text-align: left;
}
/*****************************************
 * Effets de transparence
 * **************************************/
.blog a:hover img {
	opacity: 0.9;
}
#profil .transparent .bloc,
#profil .transparent #barleft,
#profil .transparent #profil-page-content {
    -moz-opacity: 0.85;
    opacity: 0.85;
    filter: alpha(opacity=85);
}

#profil .opaque {
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
/*****************************************
 * ReInit menu principal => menuBlogProfil
 * **************************************/
#menubp {
	position: relative;
	z-index: 1;
	padding: 7px 5px 8px;
	background: #242424;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	height: 15px; /* necessaire pour transparence IE7 */
}
#menubp li {
	display: inline;
	color: #fff;
}
#menubp a {
	padding: 0 5px 0 5px;
	color: #ddd;
}
#menubp a:hover {
	color: #fff;
}
#menubp li a.active {
	font-weight: bold;
}
#menubp li a.back_search { /* from /search/ */
	background: #84817c url(/img/icons/loupe.png) no-repeat 4px 3px;
	margin-right: 5px;
    padding: 2px 2px 2px 25px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#search_form {
    top: 1px;
}
#search_form img.poweredBy {
    background-image: url(/img/recherche/google-white.png);
}
* html #search_form img.poweredBy {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.v41.skyrock.net/img/recherche/google-white.png',sizingMethod='crop');
}
#search_form select, #quicksearchbox {
    background-color: #000;
	color: #fff;
}
#search_form #quicksearchbox {
	padding-top: 1px;
	padding-bottom: 1px;
}
/*****************************************
 * Generique
 * dans les profils suite et actions est toujours dans un .bloc, jamais dans la sidebar
 * actions a toujours aussi la classe suite pour la perso
 * **************************************/
p.suite {
    clear: both;
    text-align: right;
}
.sidebar p.suite {
	margin: 0.5em 0.2em 0;
}
#profil .suite, #profil .actions {
	padding-bottom: 8px;
}
* html #profil .suite, * html #profil .actions {
	padding-bottom: 0;
}
*:first-child+html #profil .suite, *:first-child+html #profil .actions {
	padding-bottom: 0;
}
#profil .bloc .suite {
    float: right; /* FIXME marche pas dans opera */
	margin: 0 10px 0 0;
}
#profil .bloc .actions {
	clear: left;
	float: none;
	margin: 0 0 0 10px;
    white-space: nowrap;
	font-size: 1.1em;
	text-align: left;
}
/************************************
 * Paginations
 * **********************************/
#retour {
	text-align: left;
	margin: 0.5em 0;
}
#article_next, #article_previous {
    clear: none;
	float: right;
	text-align: right;
	width: 49%;
}
#article_previous {
	float: left;
	text-align: left;
}
/************************************
 * Structure 
 * **********************************/
#wrapper {
	text-align: left;
	clear: both;
	margin: 5px 0;
	overflow: hidden; /* clear des floats */
}
/************************************
 * Structure Blog
 * **********************************/
#blogcontent {
	float: left;
	overflow: hidden;
}
* html #blogcontent {
	position: relative;
}
#blog #blogcontent, #blog-pop #blogcontent {
    width: 470px;
}
div.team #blogcontent {
	padding-top: 110px;
	margin-bottom: -110px;
	background-image: url(http://static.v41.skyrock.net/img/templates/blogs/115/logo_skyrockteam.png);
	background-position: center 10px;
	background-repeat: no-repeat;
}
/************************************
 * Structure Profil
 * **********************************/
#profil-content {
    overflow: hidden;
}
#profil-content .pub300 {
    float: right;
    margin-left: 5px;
}
#profil-display-main {
    width: 495px;
}
* html #profil-display-main {
    width: 490px;
}
.profil-grid {
    width: 397px;
    float: left;
    overflow: hidden;
}
#profil-display-left {
    margin: 0 9px 0 0;
}
#profil-page-content {
    width: 793px;
    text-align: center;
    overflow: hidden;
}
/************************************
 * Structure :  Sidebars
 * **********************************/
#barright { /* sert uniquement au placement, pas de couleurs etc. svp */
    width: 320px;
    overflow: hidden;
}

#barleft{ /* sert uniquement au placement, pas de couleurs etc. svp */
    width: 170px;
    overflow: hidden;
}
* html #barleft, * html #barright {
    margin-bottom: 5px;
}
#barright {
	float: right;
	clear: right;
}
#barleft {
	float: left;
	clear: left;
	border-top: 0;
	margin: 0 8px 0 0;
	position: relative;
}
/* projet 0 : les sidebars sont tous les 2 a gauche */
.lefty #barleft {
    margin-right: 6px;
}
.lefty #barright {
	float: left;
	margin-right: 6px;
}

/* projet 0 : les sidebars sont tous les 2 a droite */
.righty #barleft {
    float: right;
    margin-left: 6px;
    margin-right: 0;
}
.righty #barright {
    clear: left;
	margin-left: 6px;
}
.sidebar {
	overflow: hidden;
	width: 320px;
    border: 1px solid;
}
#barright .sidebar {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#barleft .sidebar {
	border-top: 0;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
/************************************
 * Sidebar Switch Blog/Profil
 * **********************************/
#barleft span.officiel {
	position: absolute;
	left: 0;
	top: 0;
	width: 63px;
	height: 63px;
	z-index: 9;
}
#switchitem {
	overflow: hidden;
	height: 26px;
}
#switchitem #currentbp, #switchitem #changebp {
    text-align: center;
	float: left;
}
* html #switchitem #currentbp, * html #switchitem #changebp {
	overflow: hidden; /* perso */
}
#switchitem #currentbp {
    width: 126px;
    font-size: 1.1em;
}
#switchitem #currentbp.fullwidth {
	width: 100%;
}
#switchitem #changebp {
    width: 45px;
    font-size: 0.9em;
}
#currentbp a, #changebp a {
    display: block;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
}
#currentbp a {
    height: 17px;
    padding: 5px 5px 3px 10px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-bottom: none !important;
}
#changebp a {
	height: 13px;
    padding: 4px 5px;
    margin-top: 3px;
    border-left: none;
}
/************************************
 * Sidebar Elements 
 * **********************************/
.sidebar-info-bloc {
	margin: 6px 0 1em;
}
.sidebar-info-bloc ul, .sidebar-info-bloc p {
    padding: 0.3em;
}
.sidebar-info-bloc .liste-amis {
    padding: 0;
} 
.sidebar-info-bloc h3 {
	display: block;
	font-size: 1.1em;
	padding: 0.2em;
	margin: 0.5em 0.3em;
	text-align: center;
	-moz-border-radius: 5px; /* VISU */
	-webkit-border-radius: 5px;
}
.sidebar-info-bloc h3 small {
	display: block;
	font-size: 0.8em;
	font-weight: normal;
}
.sidebar-info-bloc h3 span.nb {
	font-weight: normal;
}
.sidebar-info-bloc ul {
	overflow: hidden;
}
.sidebar .widget {
	width: 137px; /* IEsafe */
	margin: 2em auto;
	text-align: center;
	padding: 5px;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid;
}
.sidebar .widget h3 {
	font-size: 1.1em;
	margin: 0.2em 0 1em;
}
.sidebar .widget img.avatar { /* taille diff blog/profil */
    border: 1px solid;
}
.sidebar .widget p.infos .details {
	display: block;
}
.sidebar .widget p.infos .monactu {
    display: block;
    font-size: 0.9em;
    white-space: normal;
    margin-bottom: 0.5em;
}
.sidebar #blogprofil h3 a {
    text-decoration: none;
}
.sidebar #blogprofil h3 a:hover {
    text-decoration: underline;
}
#profil .sidebar #blogprofil img {
	width: 100px;
	height: 100px;
}
.sidebar #musicwidget .avatar {
	width: 75px;
	height: 75px;
	border: none !important; /* probleme de coherence, historique */
}
.sidebar #musicwidget .pseudologo {
	margin-top: 10px;
}
.sidebar #musicwidget .pseudologo a {
	font-weight: bold;
	font-style: italic;
	opacity: 0.7;
	letter-spacing: -1px;
	text-decoration: none;
	font-family: "Arial","Geneva",sans-serif !important;
	font-size: 12px !important;
}
.sidebar .blogtitle { /* depuis profil */
	text-align: center;
	font-size: 1em;
	margin-bottom: 1em;
	background: none !important;
}
.sidebar .rss {
	margin: 1em auto;
}
/************************************
 * Contenu Sidebars, specifique
 * **********************************/
#blogwhois {
	text-align: center;
	margin-top: 2.5em; /* overrides sidebar-info-bloc */
}
#blogwhois .infos {
	text-align: center; /* sert au projet 0 actuellement */
}
#blogwhois strong {
    display: block;
	margin-bottom: 0.5em;
	font-weight: normal;
}
#blogwhois h4 { /* description blog music */
    margin: 0.5em 0 0.2em;
}
#profil #blogwhois img.avatar {
	width: 100px;
	height: 100px;
}
#mvocal {
    text-align: center;
    margin: 0.5em auto;
}
#liste-actions { /* ex-blogmessagerie */
	margin: 1em 0;
    display: block;
    zoom: 1; /* IE */
}
.liste-actions li {
	position: relative; /* IE */
	display: block;
	border-bottom: 1px solid; /* VISU */
	/* projet 0 : */
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
}
.liste-actions a {
	text-decoration: none;
	display: block;
	padding: 2px;
	zoom: 1; /* IE */
}
.liste-actions a span { /* icones */
    display: block;
}
#bloginfo li em {
	font-style: normal;
	font-weight: bold;
}
/**************************************
 * Amis : sidebar blog, bloc profil, 
 * pages amis blog & profil
 * ***********************************/
.liste-amis {
	margin-bottom: 0.5em;
}
.liste-amis li {
	padding-left: 0 !important; /* pas de puces */
	background: none !important; /* pas de puces */
	height: 135px;
}
#blog .bloc .liste-amis li {
	height: 150px;
}
.liste-amis li, #favoris li {
	margin-bottom: 0.3em;
}
#blogcontent .liste-amis {
	padding: 0 6px;
}
#blogcontent .liste-amis li {
	width: 102px;
}
#blog #sidebar-right .liste-amis li a, /* Dans les blog, on cible le lien, et non l'image */
.liste-amis li .avatar {
	margin: 0 auto;
	display: block;
}
#profil-content .liste-amis li .avatar,
#blog #sidebar-right .liste-amis li a {    
    border-style: solid;
    border-width: 1px;
}
#blog .bloc .liste-amis li .avatar {
    max-height: 130px;
}
#blog #sidebar-right .liste-amis li.xonline a img {
    border:0 !important;
}

#blog #sidebar-right .liste-amis li.xonline a {
    color:#11E90C !important;
}

/* Petites vignettes Amis (peux devennir: .liste-amis-small) */ 
#profil-content .liste-amis li,
#barright .liste-amis li {
    width: 70px;
    height: auto; /* Facultatif si cette déclaration devient: ".liste-amis-small li" */
    margin-left: 0;
    margin-right: 5px;
}
#blog #sidebar-right .liste-amis li a,  /* Dans les blog, on cible le lien, et non l'image */
#profil-content .liste-amis li .avatar,
#barright .liste-amis li .avatar {
	width: 50px;
	height: 50px;
}
#profil-content .liste-amis p.infos a,
#barright .liste-amis p.infos a{
    max-width: 58px;
}
* html #profil-content .liste-amis p.infos a,
* html #barright .liste-amis p.infos a  {
    width: 58px;
}

/* centrer la liste dans la colonne de droite */
#barright .liste-amis li {
    margin-left: 5px;
    margin-right: 0;
}

/* FIXME: pas de trace d'appel de fancy-small */
.liste-amis li.fancy-small {
	width: 32px;
	margin: 2px 0 0 5px;
}
.liste-amis li.fancy-small .avatar {
	width: 30px;
	height: 30px;
}
/**/

/* FIXME: maintenant les listes avec texte ont pour class: .liste-amis-verbose */
/* FIXME: pas de trace d'appel de fancy-verbose */
.liste-amis li.fancy-verbose {
	height: 70px;
}
.liste-amis li.fancy-verbose p.infos {
	display: block !important;
}
/**/

/*********************************
 * Cybercop
 ********************************/
#cybercop {
	position: absolute;
	bottom: 0;
	left: 0; /* IE6, IE7 */
	padding: 0.5em 0;
	margin: 1em 1px 1px;
	width: 99%; /* FF */
	text-align: center;
	-moz-border-radius-bottomright: 3px; /* VISU */
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 5px;
}
#profil #cybercop {
	margin-top: 20px 0 0;
	position: relative;
}
/************************************
 * Contenu Blog/Profil :
 * bloc = article/profil-bloc
 * **********************************/
.bloc {
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
	font-family: "Arial","Helvetica", sans-serif;
    border-width: 1px;
	border-style: solid;
}
* html #blogcontent .bloc {
	z-index: -1;
}
#profil .bloc {
    margin-bottom: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    /*background: url(/img/templates/profils/title.png) repeat-x top; */ /* FIXME */
}
* html #profil .bloc {
	zoom: 1;
}
.profil-grid .bloc {
    clear: both;
    position: relative;
}
* html .profil-grid .bloc {
    width: 395px; /* pour ne pas etre casse par la perso */
}
.bloc_title {
	margin-bottom: 10px;
	font-size: 1.2em;
	padding: 3px 5px 4px 5px;
	text-align: center;
    clear: left;
}
#profil .bloc_title { /* FIXME : hm, c'est visuel ca, ca devrait peut etre pas etre la */ 
    -moz-border-radius: 3px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-radius: 5px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
}
.bloc_title a.plink { /* dans les titres il peut y avoir de liens et toujours le permalien vers l'article */
	text-decoration: none !important;
}
.bloc .post {
	margin: 10px;
	font-size: 1em;
}
.bloc .post div.image-container {
	margin: 0 0 5px 0;
	overflow: hidden;
}
* html .bloc .post div.image-container p {
    float: left;
    text-align: right;
}
.bloc .post div.left {
	float: left;
	margin-right: 2px;
}
.bloc .post div.right {
	float: right;
	margin-left: 2px;
}
.bloc .post div.center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.bloc .post div.after {
	margin-top: 5px;
}
.bloc pre { /* balise cachee, bbcode */
    overflow: auto;
    margin: 0;
    padding: 0.5em;
    font-family: Courier New, Courier, mono;
    clear: both;
}
.bloc .linkmusic,  /* = lien vers popup music */
.bloc .commentaires {
	text-align: center;
	margin: 8px auto;
}
.bloc .commentaires { 
    clear: both;
}
.bloc .commentview span {
	font-weight: bold;
}
.bloc .date {
	clear: both;
	padding: 0.2em;
	width: auto;
	overflow: hidden;
	font-size: 0.9em;
}
* html .bloc .date {
	zoom: 1;
}
.bloc .created_on { float: left; }
.bloc .modified_on { float: right; }
/*************************************************
 * Commentaires Blog & Profil
 * => hilight des own_comments se fait via smarty
 * ***********************************************/
.comment-item {
	clear: both;
	margin: 0 15px;
	text-align: left;
	padding: 8px;
	overflow: auto;
	border-bottom: 1px dotted;
}
#profil .comment-item {	
	overflow: hidden; 
	/* on supprime toutes les barres de nav de commentaires 
	profil c'est über-über-naze mais y parait que c'est un BUG */
}
* html .comment-item {
	height: 1%;
}
.comment-item img.avatar {
	float: left;
	margin-right: 0.5em;
}
.comment-item .comment_info {
	margin: 0 0 10px 0;
}
#profil .comment-item {
	margin: 0;
}
#profil .comment-item .comment-date {
    clear: both;
    font-size: 0.9em;
	padding-top: 0.2em;
    -moz-opacity: 0.85;
    opacity: 0.85;
}
#profil .bloc .commentaires {
	text-align: right;
}
#profil-comment-content, #profil-comment-page {
	border-top: 1px dotted;
	overflow: hidden;
}
* html #profil-comment-content {
    width: 370px;
}
/***************************************
 * Player musique
 **************************************/
.skyWidgetPlayer {
    position: relative;
    /* Utile pour faire fonctionner timeline + volume*/
    z-index: 100;
    zoom: 1; /* IE */
}
.playerpreview {
    display: block;
}
.flashloaded .playerpreview {
    height: 0;
}
.audioPlayer, .audioPlayerSmall {
    display: none;
    clear: both;
    display: block;
    overflow: hidden;
    zoom: 1;
}
.bloc.audioPlayer { 
    position: static !important;
}
/* Largeur des deux popup */
.bloc.audioPlayerSmall {
     width: 620px;
     position: relative;
}
#blog-pop .bloc.audioPlayer {
    width: 620px;
}

.audioPlayerSmall .bloc_title {
	padding:3px 90px 10px 105px;
}

* html .audioPlayerSmall .bloc_title {
	padding-left:125px;
}

/* Informations courantes */
.audioPlayer .bloc_title {
	padding-right: 45px; /* pr popup link */
}
.skyWidgetPlayer .bloc_title #current-artist {
	font-weight: bold;
}
.skyWidgetPlayer .bloc_title #current-songName {
	font-weight: normal;
}
#linkPopup {
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 10px !important;
}
#linkPopup, #linkPopup:hover {
    color: #000;
}
.skyWidgetPlayer .avatar {
    float: left;
    margin-right: 10px;
}
.audioPlayerSmall .avatar {
    margin: 0 5px 5px 5px;
}
.audioPlayerSmall ul.stars {
    position: absolute;
    right: 5px;
    top: 5px;
}
.audioPlayer .avatar img, .audioPlayerSmall .avatar img {
    width: 100px;
    height: 100px;
    display: block;
}
.audioPlayerMenu {
    position: relative;
    overflow: hidden;
    height: 51px; 
}
*:first-child+html .audioPlayerMenu  {
    height: 35px;
    padding-top:15px; 
} 

* html .audioPlayerMenu  {
    height: 35px;
    padding-top:15px; 
}
.audioPlayerSmall .audioPlayerMenu {
    clear: right;
}
.blocTracklist {
    margin: 5px;
    padding: 5px;
    overflow: hidden;
	font-size: 10px !important;
}
#menuTime {
    overflow: hidden;
    height: 1.2em;
    line-height: 10px !important;
    font-size: 10px !important;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    margin: 15px 5px;
}
.audioPlayer #menuTime {
    padding-left: 130px; 
}
.audioPlayerSmall #menuTime {
    padding-left: 80px; 
}
.volume {
    overflow: hidden;
    width: 50px;
    position: absolute;
    top: 17px;
    padding: 0;
    width: 50px;
    z-index: 40;
    right:  12px;
}
/* Menu Player */
#menuPlayer {
    position: absolute;
    z-index:20;
}
.audioPlayer #menuPlayer {
    left: 7px;
    top: 0;
}
.audioPlayerSmall #menuPlayer {
    left: -13px;
}
#menuPlayer li, #menuPlayer li a {
    display: block;
    position: absolute;
    z-index: 10;
}
#buttonPrevious a, #buttonNext a {
    top: 9px;
}
#buttonNext a {
    left: 84px;
}
#buttonPlay a, #buttonPause a {
    top: 0;
    left: 34px;
}
* html .audioPlayerSmall #buttonPlay a, * html  .audioPlayerSmall #buttonPause a {
    top: -16px;
}
*:first-child+html .audioPlayerSmall #buttonPlay a, *:first-child+html .audioPlayerSmall #buttonPause a {
    top: -16px;
}
#menuPlayer li a span {
    display: none;
}

#menuPlayer li.disabled a:hover {
    border-color: #000000 !important;
}
#menuPlayer li.disabled a {
    border-color: #000000;
}

/* Mode Shuffle/Repeat */

.modeLecture li, .modeLecture li a {
    float: left;
    display: block;
}
.modeLecture {
    position:absolute;
    display: inline;
    top: 9px;
    z-index: 41;
}
.audioPlayer .modeLecture {
    left: 440px;
}
.audioPlayerSmall .modeLecture {
    left: 320px;
}

/* Commun aux deux barres de défilement: volume + timeline */
.volume a, #volumePlayer, #timeline, #timeline a, #info_tampon {
    cursor: pointer;
}
#timeline {
    height: 50%;
    margin-top: 0.2em;
    position: relative;
}
#timeline a, .volume a, #info_tampon {
    height: 100%;
}
.volume p a, #timeline a {
    display: block;
}
.volume a span, #timeline a span{
    display: none;
}
#menuTime li {
    float: left;
    display: block;
    margin: 0 0.5em;
}

.audioPlayer #timeline {
    width: 175px;
}
.audioPlayerSmall #timeline {
    width: 120px;
}
#timeline a, #info_tampon {
    position: absolute;
    top: 0;
    left: 0;
}
#timeline a {
    z-index: 1;
}
#info_tampon {
    z-index: 0;
}

/* Volume sonore  */

a#buttonSound {
    z-index: 60;
    position: absolute;
    top: 0;
}
.audioPlayer a#buttonSound {
    left: 90px;
}
.audioPlayerSmall a#buttonSound {
    left: 90px;
}
.volume .volumeValue {
    width: 40px;
}
*:first-child+html .audioPlayer a#buttonSound,
* html .audioPlayer a#buttonSound  {
    padding-top:15px; 
}
/* Tracklist */
.tracklist {
    width: 485px;
}
#blog-pop .tracklist {  /* pourquoi y a t il doublon ? */
   width: 485px;
}
.tracklist thead {
	display: none;
}
.tracklist td {
    text-align: left;
    padding: 7px 4px;
    vertical-align: middle;
    border-bottom: 4px solid #fff;
}
.tracklist td.trackMenu {
    padding: 0;
}
.tracklist .nbplayed { 
	white-space: nowrap;
}
.tracklist .starElement {
	vertical-align: middle;
}
.tracklist .songNumber {
    text-align: center;
}
.audioPlayer .songName a {
    display: block;
    font-weight: bold;
}

/* Largeur des colonnes */
#songNumber {
    width: 5%;
}
#songTitle {
    width: 40%;
}
#songRate, .songRate {
    width: 85px;
	overflow: hidden;
}
#numberPlayed {
    width: 20%;
}

/* Menu Options */
.audioPlayerSmall .trackMenu {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 100;
}
.audioPlayerSmall .trackMenu li {
    float: left;
}
.titleMenu {
    display: block;
    width: 14px;
    height: 14px;
    background-position: -622px -108px;
    margin: 3px 3px 0 3px;
}
.titleMenu span {
    display: none;
}
.active .titleMenu {
    background-position: -636px -108px;
}
.trackOption {
    position: absolute;
    display: none;
    z-index: 100;
}
.skyWidgetPlayer .trackOption li {
    float: none;
}
.audioPlayer .trackOption {
    right: 25px;
}
.active .trackOption {
    display: block;
}
.trackOption li a {
    padding: 0.2em;
    background: none !important;
    white-space: nowrap;
}

/* POPUP: lien vers artiste*/
#blog-pop #musicwidget {
    clear: left;
}

/* css/popup.css */
#blog-pop #musicwidget {
    clear: both;
    text-align: center;
    width: 625px;
}


#menuTime {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    /* Vieux navigateurs genre FF2: pas de transparence */
    background-color: rgb(0, 0, 0); 
    /* Navigateurs modernes genre FF3 ou Safari: rgba */
    background-color: rgba(0, 0, 0, 0.25);
    /* pour IE on veut hasLayout */
    zoom: 1; 
    /* la propriété magique, version IE567 */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#6B000000,endColorstr=#40000000);
    /* la propriété magique, version IE8 */
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#6B000000,endColorstr=#40000000)";
    /* on a besoin de virer le background sur tous les IE, le fait de foutre un \9 comme ca est magiquement
       compris que par IE... 8 compris. */
    background: transparent\9
}

.volume {
    background: #000;
    border: solid 3px #000;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

/* Default colors */
#timeline a {
    background: #000;
}
#info_tampon {
    background-color: #b8b8b8;
}
#timeline {
    border: 2px solid #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
#timeline  {
    background-color: #fff;
}
.skyWidgetPlayer #blockTracklist {
    background: #fff !important;
    border: 1px solid #000;
    color: #000;
}
.skyWidgetPlayer .trackOption {
    background-color: #fff;
    border: 1px solid #b8b8b8;
}

/* volume */
.volume p#volumePlayer {
    background: transparent url(/img/blog/bg_player_volume_off.jpg) repeat-x center left;
    height: 12px;
    float: right;
}
.volumeValue a {
    background: transparent url(/img/blog/bg_player_volume_on.jpg) repeat-x center left;
}
.blocTracklist {
    border: 1px solid #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
    color: #000;
}
/* Player musique */ 

.tracklist tr:hover, 
.tracklist tr:hover a { 
   background-color: #b8b8b8; 
   color: #000; 
} 

.tracklist tr, .tracklist tr a { 
  color: #333!important; 
  background-color: #efefef;
} 

.tracklist .current, 
.tracklist .current a { 
    background-color: #333333; 
    color: #efefef!important; /* Ne dois pas être écrasé par la perso */
} 
.trackOption a, .tracklist tr.current .trackMenu a { 
    color: #333 !important; 
}

/* FIN PLAYER MUSIC LOL */
/***************************************
 * Note moi !
 * ************************************/
#votezone #votetitle {
    font-weight: bold;
}
#votesinfos {
    clear: both;
	margin-top: 5px;
}
/***************************************
 * Profil : Bloc infos user
 * ************************************/
#profil-infos h1.bloc_title {
    text-align: left;
}
#profil-infos .bloc_title #profil-pseudo {
    font-size: 1.7em; /* relatif taille projet 0 */
}
#profil-infos #infos-profil-detail { /* referencement */
    font-weight: normal;
    font-size: 1em;
}
#profil-infos p {
    margin-bottom: 10px;
}
#profil-infos p.visites {
    position: absolute;
    right: 10px;
    top: 9px;
}
#profil-infos  .monactudate {
    font-style: italic;
    padding-left: 10px;
	display: block;
}
#profil-infos .userVille {
	font-variant: small-caps;
}
#profil-infos #profil-plans {
    border-top: 1px dotted;
    border-bottom: 1px dotted;
    padding: 5px 0;
    margin-top: 10px;
}
* html #profil-infos #profil-plans {
    padding: 8px 0;
    margin-top: 10px;
}
#profil-infos #profil-plans li {
    display: inline;
    margin-right: 10px;
}
#profil-infos #profil-infos-more {
    overflow: hidden;
    margin: 10px auto;
    
    display: inline-block;
    min-width: 236px;
}
* html #profil-infos #profil-infos-more {
	display: inline;
}
*:first-child+html #profil-infos #profil-infos-more  {
	display: inline;
}
#profil-infos #profil-infos-more li {
    float: left;
    display: block;
    width: 234px;
    font-weight: bold;
    padding: 0 !important;
}
#profil-infos #profil-infos-more li span {
    float: left;
    width: 100px;
    font-weight: normal;
}
#profil-infos .connections, #profil-infos .langs {
	margin: 0;
}
#profil-infos .langs strong, #profil-infos .langs em {
	font-weight: normal;
}

/***************************************
 * Profil : Bloc gouts
 * ************************************/
#profil-gouts_1 ul, #profil-gouts_2 ul { 
    list-style: disc outside;
	margin-left: 1.5em;
}
/***************************************
 * Profil : Bloc Photos/Diapo
 * ************************************/
#profil-photos #diaporama {
    text-align: center;
}
/***************************************
 * Profil : Bloc Video
 * ************************************/
#videolist-small li {
    width: 359px;
    float: none;
	text-align: left;
	position: relative;
}
#videolist-small img.snapshot {
    float: left;
	margin-right: 1em;
    position: relative;
}
#videolist-small .votestars img {
    width: auto;
	height: auto;
}
#videolist-small .play {
    position: absolute;
    top: 0;
    left: 0;
	background-position: 5px 5px;
	padding: 0;
}
#videolist-small img.snapshot,
#videolist-small .play {
    width: 110px;
    height: 80px;
}
#videolist-small li p {
    float: left;
    width: 233px; /* FIXME: prend le reste de la largeur pour pouvoir centrer le texte dans ce bloc*/
}
/***************************************
 * Profil : Bloc derniers articles
 * ************************************/
#profil-derniers-articles .blogpost {
    text-align: right;
    padding: 0.6em 0;
    background-position: 3px center;
	background-repeat: no-repeat;
    border-bottom-style: dotted;
	border-bottom-width: 1px;
	zoom: 1; /* IE */
}
#profil-derniers-articles .blogpost a {
    padding-left: 22px;
    float: left;
}
#profil-derniers-articles .last {
    border: 0;
}
#profil-derniers-articles .haswidget { background-image: url(/img/icons/widget.png); }
#profil-derniers-articles .istext { background-image: url(/img/icons/text.png); }
#profil-derniers-articles .hasvideo { background-image: url(/img/icons/video.png); }
#profil-derniers-articles .hasimage { background-image: url(/img/icons/photo.png); }
#profil-derniers-articles .ismusic { background-image: url(/img/icons/music.png); }
#profil-derniers-articles .haswebcam { background-image: url(/img/icons/webcam.png); }
/***************************************
 * Profil : Bloc défis 
 * => herite de _common.css
 * ************************************/
#liste_defis {
    margin: 10px auto;
	overflow: hidden;
}
#liste_defis li {
    margin: 5px auto;
	padding: 5px 0; /* ca a ete enleve de _common mais du coup il y a plus d espace entre les boutons et le bas. */
    width: 360px;
	/* non modifie par les habillages persos */
	background: #fff !important; 
	color: #2B343D !important; 
}
/***************************************
 * Profil : Page défis & Palmares
 * ************************************/
#profil-page-content .titledefis {
    padding-left: 20px;
    margin: 0.5em 0 !important;
    font-size: 1em !important;
    text-align: left !important;
	zoom: 1; /* IE */
}
#profil-page-content #defis_nav .active {
    font-weight: bold;
}
#profil-page-content #liste_defis li {
    float: left;
    margin: 0 0 15px 15px;
}
* html #profil-page-content #liste_defis li {
    margin: 0 0 10px 10px;
}
.past_defis {
	overflow: hidden;
}
.past_defis li {
    float: left;
	overflow: hidden; /* IE */
    width: 130px;
    height: 91px;
    margin: 0 5px 5px;
    text-align: center;
    padding: 5px;
    color: #111 !important;
    background: #fff !important;
    border: 2px solid #a99f8b !important;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.past_defis img.avatar {
    width: 50px;
    height: 50px;
}
.past_defis .score {
    display: block;
    font-size: 1.1em;
	/*margin-bottom: 0.3em;*/
}
/***************************************
 * Profil : Bloc Relationship <3
 * ************************************/
.myrelationship {
    background: url(/img/profils/relationship_picto.png) center 5px no-repeat;
    overflow: hidden;
}
* html .myrelationship {
    height: 1%;
    background: url(/img/profils/relationship_picto_ie.png) center top no-repeat;
}
#melove, #mylove {
    width: 105px;
    overflow: hidden;
}
#melove { float: left; }
#mylove { float: right; }
/***************************************
 * Profil : Listes photos, videos, gifts
 * ************************************/
.liste-amis, .itemlist {
    overflow: hidden;
}
.itemlist {
    margin: 0 auto;
}
* html .liste-amis,
* html .itemlist {
	zoom: 1;
}
#profil-page-content .liste-amis,
#profil-page-content .itemlist {
	padding: 0 10px;
}
#profil-page-content .itemlist {
    margin-top: 20px;
}

/* Afficher le pseudo en plusieurs lignes*/
/* 
FIXME: bug "display: inline-block" FF3.0: le contenu des <li> ne se centre pas
=> décommenter dès que possible 
.liste-amis p.infos, .itemlist p.infos {
	white-space: normal;
    word-wrap: break-word;
}
*/
#profil-content .itemlist p.infos a,
#profil-content .liste-amis p.infos a,
#barright .liste-amis p.infos a{
    width: auto;
}
#profil-content .itemlist p.infos a{
    max-width: 97px;
}
* html #profil-content .itemlist p.infos a {
    width: 97px;
}
/**/ 

/* Pouvoir aligner les items */
.liste-amis li, .itemlist li {
    overflow: hidden;
    text-align: center;
	vertical-align:top;
    margin: 0 8px 8px;
}

/* 
FIXME: bug "display: inline-block" FF3.0: le contenu des <li> ne se centre pas
=> à supprimer dés que possible 
*/
.liste-amis li, .itemlist li {
    float: left;
    display: block;
}
/*
.liste-amis li,
.liste-amis li .mini-profil-50,
.itemlist li {
    display: inline-block;
}

* html .liste-amis li,
* html .liste-amis li .mini-profil-50,
* html .itemlist li {
	display: inline;
}
*:first-child+html .liste-amis li,
*:first-child+html .liste-amis li .mini-profil-50,
*:first-child+html .itemlist li  {
	display: inline;
}
*/
/* End FIXME */

/**/

#profil-page-content .liste-amis li,
.itemlist li {
    width: 109px;
}
#profil-page-content .liste-amis li .avatar,
#blogcontent .liste-amis li .avatar,
.itemlist img {
	width: 100px;
	border-width: 1px; /* declaration separee pour projet 0 */
	border-style: solid;
}

/***************************************
 * Profil : Page Photos, Gifts  
 * ************************************/
.votestars img, #giftlist img {
    border: none !important;
}
#profil-page-content #photolist img {
    height: 100px;
}
#itemzoom {
    text-align: center;
    position: relative;
}
#itemzoom .itemdescription { /* referencement */
    font-size: 1em;
}
.photozoom img {
    margin-bottom: 3px;
    max-width: 700px; /* tmp */
}
/***************************************
 * Profil : Page Video
 * ************************************/
#itemzoom #votestars {
    margin-top: 1em;
}
#createvideo, #zoomedvideo-details {
    position: absolute;
    top: 5px;
}
#createvideo {
    z-index: 10;
    left: 30px;
}
#createvideo a {
	display: block;
}
* html #createvideo {
	margin-left: -205px;
}
#zoomedvideo-details {
    right: 30px;
	width: 150px;
    height: 180px;
}
#videolist .votestars img {
    width: auto;
    height: auto;
}
#videolist img.snapshot {
    width: 98px;
    height: 73px;
}
#videolist .active img.snapshot {
    border-width: 2px;
}
/**************************
 * Profil : Bloc Poker
 * ***********************/
#profil-poker ul {
    overflow: hidden;
}
* html #profil-poker ul {
    height: 1%;
}
#profil-poker li {
    float: left;
    display: block;
    width: 48%;
    font-weight: bold;
    padding: 0 !important;
}
#profil-poker li strong {
    float: left;
    width: 100px;
    font-weight: normal;
}
.jpoker_player_level {
    display: block;
    height: 9px;
    margin-left: 100px;
}
.jpoker_player_level_junior {
    background: url(/img/poker/jpoker_table/level_junior.png) no-repeat;
}
.jpoker_player_level_pro {
    background: url(/img/poker/jpoker_table/level_pro.png) no-repeat;
}
.jpoker_player_level_expert {
    background: url(/img/poker/jpoker_table/level_expert.png) no-repeat;
}
.jpoker_player_level_master {
    background: url(/img/poker/jpoker_table/level_master.png) no-repeat;
}
#profil-poker .titre_tournois {
    margin: 1em auto 0;
	text-align: center;
    font-size: 1em !important;
	background: none !important;
}
#profil-poker th, #profil-poker td {
    text-align: center;
}
#profil-poker .position_poker, #profil-poker .tournois_poker  {
    width: 30%;
}
#profil-poker .date_poker  {
    width: 40%;
}
table#pokerstats {
    width: 100%;
    margin: 0 auto 1em;
}
#pokerstats td {
    padding: 0.2em;
}
#profil-poker .actions em.xonline {
    position: absolute; /* hm, par rapport au bloc */
    right: 5px;
    bottom: 5px;
    color: #11E90C !important;
    font-weight: bold;
    white-space: nowrap;
}
/************************************
 * Publicite generique
 * **********************************/
.textads {
    text-align: left !important;
}
.textads ul {
    margin: 0 6px 0.5em;
}
.textads li {
    margin-bottom: 1em;
}
.textads li h5 {
    font-size: 1.05em !important;
}
.textads li h5 a, .textads li h5 a:hover {
    text-decoration: underline;
}
.textads li strong {
    display: block;
    font-weight: normal;
}
.textads li strong a {
    text-decoration: none;
}
/************************************
 * Publicité blogs, profils, sidebars
 * **********************************/
#promos_skyrock ul {
	margin: 0;
}
#promos_ads, #promos_ads_left { 
    border: 2px solid !important;
    font-family: Arial, sans-serif !important;
    font-size: 13px !important;
    text-align: left !important; 
}
#promos_ads h2, #promos_ads_left h4 { 
    font-size: 13px !important;
    font-weight: bold !important;
    margin-bottom: 10px;
    padding: 3px 5px 4px 5px;
    text-align: center;
}
#profil-promoads .adswaiting {
    display: none; 
}
#blogcontent #promos_ads {
    margin-top: 3em;
}
#profil #pub_up {
    margin-left: 35px;
}
/************************************
 * Publicité Sidebars
 * **********************************/
.sidebar #promos_ads_left {
    overflow: hidden;
    margin: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
* html .sidebar #promos_ads_left { 
    width: 145px; 
}
.sidebar #promos_ads_left p {
    margin: 0;
    display: inline;
}
.sidebar #promos_skyrock h3 {
    text-align: center;
}
.sidebar #promos_skyrock h3 small {
    display: block;
	font-size: 0.8em;
	font-weight: normal;
}
.sidebar #promos_skyrock h5 {
    font-weight: normal;
}
.sidebar #promos_skyrock li {
    margin-bottom: 0;
}
/*************************************************
 * Popup : Add musicwidget 2 your blog
 * ***********************************************/
#change-musicwidget .alert {
    text-align: center;
}
#change-musicwidget .musicwidget {
	margin: 1em 0;
}
/***********************************************
 * Popup : Commentaires & Photos & own_avatar
 * ********************************************/
#blogcomments, #blogphoto {
	margin: 5px 10px;
	text-align: left;
}
#blogcomments .blogname {
	font-size: 1em;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 20px;
	vertical-align: middle;
	float: left;
}
#blogcomments .rss {
	margin: 1em auto;
}
#blogphoto div.photo-container {
	padding: 0 0 10px 0;
	margin: 10px;
}
#blogphoto .bloc {
	text-align: center;
}
#blogphoto .bloc img {
	margin: auto;
}
/************************************************
 * Popup : ecrire un commentaire 
 * une partie des styles se trouve dans popup.css
 * *********************************************/
div.comment-edit {
	padding: 0 10px;
}
div.comment-edit td {
	vertical-align: top;
}
div.comment-edit p {
	margin: 2px 0 5px 0;
}
div.comment-edit label {
	white-space: nowrap;
}
div.comment-edit input.txt, div.comment-edit select {
   	width: 220px;
	padding: 2px 0 2px 2px;
}
div.comment-edit textarea.txt {
	width: 98%;
	height: 150px;
	padding: 5px;
	clear: both;
	border: 1px solid;
}
* html div.comment-edit textarea.txt {
	width: 610px;
}
div.comment-edit input.txt, div.comment-edit select, div.comment-edit textarea.txt {
	border: 1px solid #666;
	background: #eee;
	color: #333;
}
/***************************************
 * CAPTCHA, recopié de m/common.css
 **************************************/
#captcha_container {
	clear: both;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 10px 0 10px 0;
	padding: 10px;
	overflow: auto;
}

* html #captcha_container {
	height: 1%;
}

#captcha_container div {
	float: left;
	width: 400px;
}

#captcha_container #captcha_img_container {
	width: 200px;
	position: relative;
}

#captcha_container div label {
	display: inline;
	clear: none;
	float: none;
	width: auto;
	white-space: normal;
}

#captcha_container input {
	margin: 5px 0;
}

#captcha_container img {
	border: 1px solid #999;
}

#captcha_refresh {
	position: absolute;
	top: 2px;
	right: 20px;
}
/***************************************
 * Profil : Drag n Drop
 * ************************************/
.handle { cursor: move; }
/***************************************
 * Personnalisation
 * *************************************/
#header, #footer, 
#profil-dragndrop-alert {
    font-size: 12px !important;
	font-family: Arial, sans-serif !important;
}
.fakevideo {
	background-repeat: no-repeat;
 	background-position: 50% 50%;
	background-image: url(/img/m/blog/video.png);
}

#previsu {
	filter: alpha(opacity=60);
	opacity: 0.6;
	background-image: url(/img/m/common/previsu.png);
	width: 60px;
	position: absolute;
	top: 150px;
	right: 5px;
	z-index: 546;
	height: 640px;
}
#profil #previsu {
    top: 250px;
}



#addCommentForm {
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
    display: none;
}

#addCommentForm.active {
    display: block;
}

.commentForm fieldset {
    border: none;
    padding: 0;
    background: url("/img/groups/cite.png") no-repeat top left;
    padding-left: 15px;
}

.commentForm textarea {
    border: 1px solid #000;
    background: #fff;
    padding: 0.3em;
    border-left: none;
    color: #666;
    zoom: 1;
}
#profil-content .commentForm textarea {
    width: 97.3% !important;
}
*:first-child+html #profil-content .commentForm textarea {
    width: 97.3% !important;
}
* html #profil-content .commentForm textarea {
    width: 97.3% !important;
}
#profil-page-content .commentForm textarea {
    width: 98.8%;
}
/* Décalage IE7 du textarea */
*:first-child+html .commentForm {
    display: inline-block;
}
*:first-child+html .commentForm textarea {
    margin: 0px !important;
}
* html .commentForm {
    display: inline-block;
}
* html .commentForm  {
    margin-top: -5px !important;
}
#addCommentForm ul.toolbar {
    float: right;
    height: 22px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border: solid;
    border-width: 1px 1px 0 1px;
}
*:first-child+html #addCommentForm ul.toolbar {
	margin-bottom: 0px !important;
}
* html #addCommentForm ul.toolbar {
	margin-bottom: 0px !important;
}
.avatar img {
    border-color: #6f6b62;
}
.commentForm .avatar {
    float: left;
    width: 25px;
    height: 25px;
    margin: 0 0.8em 0.8em 0;
}
#addCommentForm ul.toolbar li {
    float: left;
    list-style-type: none;
    height: 18px;
    width: 20px;
    padding: 2px;
    text-align: center;
}
.toolbar li {
    -height:1%;
    background-color: #dfdfdf;
    border-color: #d7d7d7;
}
.toolbar li:hover {
    background-color: #fff;
}
.toolbar {
    border-color: #DCDDE1;
}
#addCommentForm ul.toolbar {
    border-color: #ccc;
}

/***************************************
 * Blog : balise de Geolocalisation
 * ************************************/
.geolink {
    text-align: right;
}
.geolink img {
    width: 50px;
    height: 50px;
}
