/*******************************************
 * http://skyrock.com
 * Cette CSS sera concaténé automatiquement 
 * au commit vers le trunk.
 * Ne pas l'éditer directement !!
 * *****************************************/
/* _common.css */

/*********
 * http://skyrock.com V4 V5
 * gestion des éléments récurrents : 
 ****** header, footer, body, menus, logos, 
 *    * couleurs de liens, avatars, publicité, debug, 404
 * *******
 *    * text default color : #2b343d
 **** * link default color : #0262dd
 *    * default font-family : "Arial", "Geneva", sans-serif;
 ****** default font-size: 12px; (1em)
 **********/

* {
    margin: 0;
    padding: 0;
}
body {
    text-align: center;
    font-family: "Arial", "Geneva", sans-serif;
    font-size: 12px;
    color: #2b343d;
}

hr {
    display: none;
}
img {
    border: none;
}
code, pre {
    font-family: "Courier", monospace;
    font-size: 1em;
    font-style: normal;
}
small {
    font-size: 0.9em;
}
ul {
    list-style-type: none;
}

* html ul li {/* FIX-IE6*/
    zoom: 1;
}

ol {
    list-style-type: decimal;
}
fieldset {
    border: 1px solid;
    padding: 0.3em;
}
input, label, select {
    vertical-align: middle;
}

textarea, select {
    background: #fff;
    color: #000; 
    border: 1px solid #ccc;
}
textarea {
    font-family: Arial, sans-serif;
    font-size: 1em;
    resize: none; /* Le resize rend trop aléatoire l'affiche=> prise de tête JS avec la positionnement d'éléments */
}
q:before, q:after {
    content:"";
}
h1 { font-size: 1.9em; }
h2 { font-size: 1.7em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1em; }
a {
    color: #2C88D6;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}
.clear {
    clear: both;
    height: 0;
}
.clear_bloc{
    clear: both;
}
.center  {
    text-align: center;
}
.note {
    font-size: 0.9em;
    clear: both;
}
.even {
    background: #fff !important;
}
.odd {
    background: #eee !important;
}

/* FIXME: homogénéiser les étapes de chargement */
.loading { /* Ajax loader */
    background: #fff url(../img/loader/wait-horizontal.gif) 50% 100px no-repeat;
    display: block!important;
}
.loading h2, .loading p {
    text-align: center;
    font-size: 1em;
}

.suite {
    text-align: right;
    clear: both;
    font-size: 0.9em;
    color: #0262dd;
}
.suite a {
    text-decoration: underline;
}
.suite a:hover {
    text-decoration: none;
}

/**** Tailles images ****/

#wrap .img_50 {
    display: block;
    width: 50px;
    height: 50px;
}

/**** blocs génériques ****/

.box,
.box_msg {
    position: relative;
    border: none;
}

.box {
    margin-bottom: 20px;
}

.box_msg {
    padding: 5px;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.arrow_msg {
    display: block;
    position: absolute;
}

.arrow_left_top {
    margin-left: 10px;
}

.arrow_left_top .arrow_msg  {
    top: 7px;
    left: -7px;
}

.arrow_top_left {
    margin-top: 10px;
}

.arrow_top_left .arrow_msg {
    top: -7px;
    left: 30px;
}

.arrow_bottom_left .arrow_msg,
.arrow_bottom_right .arrow_msg {
    bottom: -7px;
}

.arrow_bottom_left .arrow_msg {
    left: 30px;
}

.arrow_bottom_right .arrow_msg {
    right: 30px;
}

/**** titres génériques ****/

.box h3,
.title_page {
    position: relative;
    font-weight: normal;
    font-size: 18px;
    background-image: url(../img/common/bg_box_title.png);
    background-repeat: repeat-x;
    background-position: left 10px;
    color: #333;
}

.officiel .title_page {
    margin-bottom: 10px;
}

.box h3 small,
.title_page small {
    font-size: 12px;
    font-weight: bold;
    color: #999;
}

.box h3 span,
.title_page span {
    background-color: #fff;
}

.box .title_value,
.title_page .title_value {
    color : #000;
    padding-right: 3px;
}

.box .title_value a {
    color: #333;
    text-decoration: none;
}

.box .title_actions,
.title_page .title_actions {
    display: block;
    position: absolute;
    top: 7px;
    right: 0;
    padding-left: 4px;
    font-size: 11px;
    font-weight: normal;
    vertical-align: top;
    color: #2c88d6;
}

.box .title_menu,
.title_page .title_menu {
	top: 5px;
    font-size: 14px;
}

.box .title_actions .active,
.title_page .title_actions .active {
    font-weight: bold;
}

.box .title_actions img,
.title_page .title_actions img {
    margin-top: -1px;
    vertical-align: top;
}

/**** liste de remontées génériques ****/

.list_intros {
    margin-top: 10px;
}

.list_intros li {
    margin-bottom: 10px;
    overflow: hidden;
}

.list_intros .last {
    margin-bottom: 0;
}

.list_intros .list_intros_img {
    float: left;
    display: inline;
    width: 100px;
    height: 100px;
    margin-right: 10px;
}

.list_intros_rank {
    font-weight: bold;
}

.list_intros_rank big {
    font-size: 15px;
}

.list_intros_rank span {
    color: #999;
}

#wrap .list_intros h3,
#wrap .list_intros h4 {
    position: relative;
    font-size: 16px;
    margin: 0;
    overflow: hidden;     
    word-wrap: break-word; 
}

.wraptop .list_intros h3,
.wraptop .list_intros h4 {
    padding-right: 25px;
}

.list_intros h3 small,
.list_intros h4 small {
    font-size: 12px;
}

.list_intros h3 .top_date,
.list_intros h4 .top_date {
    position: absolute;
    right: 0;
    font-size: 11px;
    font-weight: normal;
    color: #777;
}

.list_intros h3 .smaller,
.list_intros h4 .smaller {
    font-size: 12px;
    font-weight: normal;
}

.list_intros .top_stats {
    margin-top: 2px;
    margin-bottom: 15px;
}

/* Liste_intro Blog officiel*/
#sbofficiel {
    margin-bottom: 0;
}
#sbofficiel ul {
    overflow: hidden;
}
#sbofficiel .js li {
    overflow: hidden;
    margin-bottom: 0;
}
/* Liste top love */
#top_notes p{
    padding: 0 0 10px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}
#top_notes p  a{
    display: inline-block;
    margin: 5px 0 0;
}

/**** Diaporama ****/

#home_slider {
    position: relative;
    width: 620px;
    height: 250px;
    font-size: 11px;
    background: #ccc;
}

#home_slider_menu {
    position: absolute;
    right: 15px;
    top: 182px;
    z-index: 10;
}

#home_slider_nav {
    padding: 5px 0 0;
}

#home_slider_menu  a {
    float: left;
    display: inline;
    margin : 0 6px 0 0;
    text-indent : -999em;
    background: url(../img/common/sprite_slider.png) no-repeat;
    overflow: hidden;
    outline: none;
}

#home_slider_menu  .back,
#home_slider_menu  .next {
    width: 17px;
    height: 24px;
    margin-top: 1px;
}

#home_slider_menu  .back:hover {
    background-position: 0 -24px;
}

#home_slider_menu  .next {
    margin: 0;
    background-position: -17px 0;
}

#home_slider_menu  .next:hover {
    background-position: -17px -24px;
}

#home_slider_menu  .slidernav a {
    margin-top: 1px;
    width: 14px;
    height: 14px;
    background-position: -34px 0;
}

#home_slider_menu  .slidernav a:hover {
    background-position: -34px -14px;
}

#home_slider_menu  .slidernav .sliderlink-active {
    margin-top: 0;
    width: 16px;
    height: 16px;
    background-position: -34px -28px; 
}

#home_slider_menu  .slidernav .sliderlink-active:hover {
    background-position: -34px -28px; 
}

#home_slider .slidercontent div {
    position: absolute;
    width: 620px;
    height: 80px;
    bottom : 0;
    left: 0;
    padding: 0;
    color: #fff;
    overflow : hidden;
    z-index: 5;
    background-color: rgb(0, 0, 0); /* pour les navigateurs qui ne supportent pas CSS3 */
    background-color: rgba(0, 0, 0, 0.65); /* couleur de fond pour tous les bons navigateurs */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#AA000000,endColorstr=#AA000000);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#AA000000,endColorstr=#AA000000)";
    background: transparent\9;
}

#home_slider .slidercontent h3 {
    width: 460px;
    margin: 5px 15px;
    font-size: 26px;
    background: none;
}

#home_slider .slidercontent h3 a {
    color: #fff;
}

#home_slider .slidercontent p {
    margin: 0 15px;
}

#home_slider .slidercontent p a:hover {
    text-decoration: underline;
}

#home_slider .slidercontent img {
    position: absolute;
	display: block;
	width: 620px;
	height: 250px;
    top: 0;
    left: 0;
    z-index: 4;
}

/**** Styles generiques des profils ****/
.mini-profil {
    text-align: center;
}
.mini-profil img.avatar {
    width: 100px;
    height: 100px;
}
.mini-profil-50 img.avatar {
    width: 50px;
    height: 50px;
}
.mini-profil span.details {
    display: block;
}
.mini-profil-video .mini-profil {
    text-align: left !important;
}
.mini-profil p.infos, .mini-profil-50 p.infos {
    white-space: nowrap;
    overflow:hidden;
}
.mini-profil p.infos a, .mini-profil-50 p.infos a {
    display: inline-block;
    padding-top:2px;
    line-height: 15px;
}

/**** Largeur de la page ****/
#global {
    margin: auto;
    position: relative; /* obligatoire pour les habillages de pub */
    width: 982px;
}
#wrap {
    padding: 20px 21px;
    text-align: left;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #fff;
    zoom: 1;
}
.true_home #wrap {
    width: 750px;
    margin: 0 auto;
}

#column_left {
    float: left;
    clear: left;
    width: 620px;
}
.true_home #column_left {
    width: 415px;
}

#column_right {
    float: right;
    clear: right;
    width: 300px;
}

/**** Largeur de blocs ****/

#column_left .half {
    width: 300px;
}

.grid_260 {
    width: 260px;
}

.grid_340 {
    width: 340px;
}

/**** Header ****/
#header {
    width: 100%;
    text-align: left;
}
#header a {
    text-decoration: none;
}

/* Ne sert plus qu'en popup */
#header_right {
    width: auto;
    color: #777;
    text-align: right;
    overflow: hidden;
}
#header_right .logout a {
    color: #777;
}
#header_right a {
    color: #fff;
    text-decoration: none;
}
#header_right a.last,
#header_right .logout a {
    padding-right: 7px;
}
#header_right a:hover {
    color: #bbb; /* FIXME */
}
#header_right a strong {
    color: #fff !important;
}
#header_right .logout a strong,
#header_right .active a {
    color: #fff;
}

/**** Header NOUVELLE NAVIGATION - FIXME ****/
#nav_top {
    height: 40px;
    background-color: #000;
    width: auto;
    color: #938f8a;
    font-size: 0.9em;
    text-align: center;
    overflow: hidden;
}

/* Conteneurs qui limitent la nav aux 982px de large */
#nav_top > div, #nav_menu > div {
    width: 982px;
    margin: 0 auto;
    text-align: left;
    position: relative; /* pour le search_form notamment */
}
/* Simplification des selecteurs CSS - casse des trucs, 
 * donc uniquement pour IE6 */
* html #nav_top div, * html #nav_menu div, * html #nav_submenu ul {
    width: 982px;
    margin: 0 auto;
    text-align: left;
    position: relative; /* pour le search_form notamment */
}


#nav_top ul {
    text-align: right;
    font-size: 13px;
    font-weight: bold;
    padding-top: 16px;
    position: relative;
}

#nav_top ul.nav_menu_right {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 52px;
}

#nav_top ul li {
    display: inline;
    margin: 0 4px 0 0;
    padding: 0;
    overflow: hidden;
    border-left: 1px dotted #fff;
}

#nav_top ul li:first-child {
    border-left: none;
}

#nav_top ul li a {
    display: inline-block;
    padding: 3px 15px 4px;
    margin-left: 4px;
    color: #fff;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    text-decoration: none;
    border: 1px solid #000;
    border-bottom: none;
    position: relative;/* IE7 */
    outline: none;
}

*:first-child+html #nav_top ul li a {
    display: inline;
    zoom: 1;
}

#nav_top ul li a:hover, #nav_top ul li .link_active {
    color: #000;
    background: #fff;
    position: relative;/* IE7 */
    border-color: #ccc;
}

#nav_top #newsfeed_top_link.loader {
    background: #fff url(../img/loader/wait-arrows-12.gif) no-repeat scroll 3px center;
}

/* Cas de la barre noire non loggé */
#nav_top ul.notlogged {
    padding: 7px 0 0 0 !important;
}
* html #nav_top ul.notlogged div {
    width: auto;
    margin-left: 10px;
}
#nav_top ul.notlogged li a:hover {
    background: #000;
    color: #FFCC00;
    border-color: #000;
}
#nav_top a.fb_connect, #nav_top ul.notlogged li a.fb_connect:hover {
    background: url("../img/header/sprite_nav.png") no-repeat scroll -125px -160px transparent;
    border: none;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 4px 15px 3px;
    padding: 0;
    vertical-align: top;
}
#nav_top .select_language {
    float: left;
    padding-top: 3px;
}

#nav_top ul .nav_top_avatar {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    border: none;
    width: 60px;
}
#nav_top ul .nav_top_avatar a {
    margin: 0;
    padding: 4px;
}

#nav_top ul .nav_top_avatar .avatar{
    vertical-align: middle;
    border: none;
}

/* span = compteurs, strong = pseudo */
#nav_top ul li span, #nav_top ul li strong {
    color: #ffcc00;
}

#nav_top ul .logout {
    position: absolute;
    right: 66px; 
    top: 2px;
    font-size: 11px;
    font-weight: normal;
    border: none;
    white-space: nowrap;
}

#nav_top ul .logout a {
    padding: 0;
    color: #777;
    border: none;
}

#nav_top ul .logout a:hover {
    background-color: #000;
    color: #999;
}

/* STYLES de la liste d'avatars Denieres Visites */
.barrenoire_visites {
/* sinon surcharge de front.css */
    background-color: #fff !important ;
}

.barrenoire_visites li {
    display: inline-block;
    padding: 0;
    margin-right: 2px;
    overflow: hidden;
}

*:first-child+html .barrenoire_visites li {
    display: inline;
    zoom: 1;
}

.barrenoire_visites li .avatar {
    width: 25px;
    height: 25px;
}

.barrenoire_visites li.loader *, .barrenoire_visites li.hidden {
    display: none;
}

.barrenoire_visites li.loader {
    width: 12px;
    height: 12px;
    background: transparent url('../img/loader/wait-arrows-12.gif') no-repeat scroll center center;
    position: absolute;
    right: 10px;
    margin-top: -15px;
}

#lang-choice-top {
    display: none;
}

/**** LOGOS ****/
#logo {
    width: 110px;
    height: 40px;
    display: block;
    float: left;
}
/* HACK IE6 */
* html #logo {
    width: 110px !important;
    /* Surcharge du la largeur 982px héritée de la simplification des selecteurs CSS */
}


#logo a {
    width: 100px;
    height: 31px;
    margin: 5px 4px;
    display: block;
    color: #fff;
    background: url(../img/header/sprite_nav.png) no-repeat 0 -160px;
}

#logo a:hover {
    text-decoration: none;
}

/**** H1 titles pour les homes ****/
h1#title-page {
    display: none;
}


/**** Menu principal ****/
#nav_menu {
    clear: both;
    position: relative;
    z-index: 100;
    color: #000;
    background-color: rgb(213, 240, 255);
    /* Un petit dégradé de gris en haut pour faire une inner shadow pour les navs qui le supportent */
    background-image: -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0.3) 0, rgba(255, 255, 255, 0) 10%);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 10%, from(rgba(0, 0, 0, 0.3)), to(rgba(255, 255, 255, 0)));
}

/* IE6 */
* html #nav_menu {
    height: 40px;
}

#nav_menu > div {
    position: relative;
    padding-bottom: 25px;
}

/* Voir le comportement de #admskyrock #nav_menu */

#nav_menu ul {
	list-style-type: none;
	margin: 0 auto;

}

#nav_menu ul li, 
#nav_menu ul li a {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: bold;
}

/* Pour IE6 */
* html body #nav_menu ul li, 
* html body #nav_menu ul li a {
    display: inline;
}
/* Pour IE7 */
*:first-child+html #nav_menu ul li,
*:first-child+html #nav_menu ul li a {
    display: inline;
}

#nav_menu ul li {
    margin: 10px 0 0 0;
    text-align: center;
}

#nav_menu ul li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    padding-right: 13px;
    cursor: pointer;
}

#nav_menu ul li span {
    padding: 12px 12px 8px 25px;
    display: block;
}

/*  Gestion des images en hover ONGLETS */
#nav_menu ul li a:hover, #nav_menu>div>ul>li:hover>a, 
#nav_menu ul li a:hover span:first-child, #nav_menu>div>ul>li:hover>a>span:first-child, 
#nav_menu .active a, #nav_menu .active a:hover, #nav_menu ul li.active:hover a, 
#nav_menu .active span:first-child, #nav_menu .active a:hover span:first-child, #nav_menu ul li.active:hover a span:first-child {
    background-color: transparent;
    background-image: url(../img/header/sprite_nav.png);
    background-repeat: no-repeat;
}

#nav_menu ul li a:hover, #nav_menu>div>ul>li:hover>a {
    background-position: right -120px;
}
#nav_menu ul li a:hover span:first-child, #nav_menu>div>ul>li:hover>a>span:first-child {
    background-position: -7px -80px;
}

/* Pour IE6 */
* html #nav_menu ul li a:hover {
    background: #acd8ef;
}


/* Gestion des images en Onglet actif */
#nav_menu .active,
#nav_menu .active a,
#nav_menu .active a:hover {
	color: #fff;
}

#nav_menu .active a, #nav_menu .active a:hover, #nav_menu ul li.active:hover a {
    background-position: right -40px;
}

#nav_menu .active span:first-child, #nav_menu .active a:hover span:first-child, #nav_menu ul li.active:hover a span:first-child {
    background-position: 0 0;
}

/* Pour IE6 */
* html #nav_menu .active a, * html #nav_menu .active a:hover {
    background: #0099ff;
}


#nav_menu li#menu-poker { /* temporaire */
	margin-left: 65px;
}

#nav_menu .submenu_container {
    float: left;
    display: block;
}

/* Couleurs nav en mode administration (The Minibar) */
#nav_menu.nav_menu_small {
    background-image: -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0.3) 0, rgba(255, 255, 255, 0) 20%);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 20%, from(rgba(0, 0, 0, 0.3)), to(rgba(255, 255, 255, 0)));
}

/* Couleurs nav en mode consult (The Minibar) */
.consult #nav_menu.nav_menu_small {
    background-color: rgb(227, 227, 227); /* pour les navigateurs qui ne supportent pas CSS3 */
    background-color: rgba(227, 227, 227, 0.75); /* couleur de fond pour tous les bons navigateurs */
    /* Un petit dégradé de gris en haut pour faire une inner shadow pour les navs qui le supportent */
    background-image: -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0.3) 0, rgba(255, 255, 255, 0) 20%);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 20%, from(rgba(0, 0, 0, 0.3)), to(rgba(255, 255, 255, 0)));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99e3e3e3,endColorstr=#99e3e3e3);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99e3e3e3,endColorstr=#99e3e3e3)";
    background:transparent\9;
}

#nav_menu.nav_menu_small > div {
    padding-bottom: 0;
}

#nav_menu.nav_menu_small ul li, 
#nav_menu.nav_menu_small ul li a {
    font-size: 12px;
}

#nav_menu.nav_menu_small ul li span {
    padding: 10px;
    display: block;
}

#nav_menu.nav_menu_small ul li {
    margin: 0;
}

#nav_menu.nav_menu_small ul li a {
    padding: 0;
}
#nav_menu.nav_menu_small ul li a:hover {
    background: #acd8ef;
}
/* En mode consult */
.consult #nav_menu.nav_menu_small ul li a:hover {
    background-color: rgb(128, 128, 128);
    background-color: rgba(128, 128, 128, 0.75);
}
#nav_menu.nav_menu_small ul li a:hover span:first-child {
    background: none;
}

/* lien retour */

#nav_menu ul li .bt_back {
    margin-top: 4px;
    margin-right: 5px;
    padding-left: 16px !IMPORTANT;
    background: url(../img/icons/listicos/ico_search.png) 5px 5px no-repeat #fff !IMPORTANT;
    font-weight: normal;
    text-transform: lowercase;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #2C88D6;
    border: 1px solid #ccc;
}

#nav_menu ul li .bt_back span {
    padding: 5px 10px;
}

#nav_menu ul li .bt_back:hover {
    background: url(../img/icons/listicos/ico_search.png) 5px 5px no-repeat #fff !IMPORTANT;
    text-decoration: underline;
}

/* Sous menu générique*/
.submenu_container {
    position: relative;
}
.submenu_container .submenu_active {
    z-index: 16777215!important; /* avoir la plus grosse au dessus des pubs : 2^24 -1 */
    display: block!important;
}
.submenu_container .submenu_link {
    outline:0;
}
.submenu_container .submenu {
    padding: 5px 10px;
    display: none;
    position: absolute;
    left: 0;
    z-index: 99;
    text-align: left;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    border-color: #ccc;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    background-color: #fff;
    font-family: "Arial","Geneva",sans-serif;/* pour les habillages */
    font-size: 12px;/* pour les habillages */
}

.submenu_container .submenu>li {
    border-top: 1px solid #ccc;
}
.submenu_container .submenu li:first-child {
    border-top: none;
}
*:first-child+html #blog .submenu_container .submenu {
    top: 1.5em;
}
.submenu_container .submenu>li>a {
    position: relative;
    z-index: 2;
    display: block;
}

/* Paddings spécifiques aux menus de la nav */
.submenu.top_nav_submenu>li>a, .submenu.top_nav_submenu>li>a {
    padding: 0.26em 0;
}

/* Arrondis du conteneur du menu + */

#nav_menu .submenu_container .submenu {
    margin-right: 0;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
}

/* Lien qui affiche le sous menu */
#nav_menu .submenu_container a { 
    margin-right: 0;
}

#nav_menu ul li .submenu_pictoPlus {
    padding-left: 0 !important;
    padding-right: 25px;
}

/* Liste dans le menu PLUS */

/* FIXME A NETTOYER - sous menu actif */
#plus2rubrik-labelMenu { /* Lien menu plus */
    padding: 0 !important;
}
#nav_menu .active .submenu_active .active a,
#nav_menu .submenu_active a:hover {
	color: #000;
} 

/* FIXME A NETTOYER - Sous menu onglets */
#plus2rubrik-menuOptions {
    font-family: "Arial","Geneva",sans-serif;/* pour les habillages */
    font-size: 12px;/* pour les habillages */
    font-weight: bold;
}

#nav_menu .submenu_container .submenu {
    text-align: left;
    height: auto;
    width: auto;
    padding: 0;
}
#nav_menu .active .submenu_container .submenu {
    right: -50px;
}
#nav_menu .submenu li,
#nav_menu .submenu li a {
    display: block;
    height: auto;
    width: auto; 
}
#nav_menu .submenu li {
    margin: 0 10px;
    text-align: left;
}

/* Menu PLUS */
*:first-child+html #nav_menu .submenu li {
    width: 100%;
    margin: 0;
}


#nav_menu .submenu li a {
    text-transform: none;
    font-size: 12px;
    font-weight: bold;
    color: #2c88d6;
}

#nav_menu .submenu a,
#nav_menu .submenu .active a {
    background-image: none !important;
}
#nav_menu ul .submenu a {
    padding: 5px 10px;
}

/* IE 6 */
* html #plus2rubrik {
    width: auto !important;
}

/* Menu PLUS en version Admin et Consult */
#nav_menu.nav_menu_small .submenu li a {
    padding: 5px;
}

/* Rollover des onglets */

#nav_menu li.active .nav_submenu {
    display: block;
    z-index: 99;
}
#nav_menu li:hover .nav_submenu {
    display: block;
    z-index: 100;
}

#nav_menu .nav_submenu {
    clear: left;
    background: #0099ff;
    height: 25px;
    line-height: 25px;
    color: #fff;
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    text-align: left;
}

#nav_menu .nav_submenu li {
    margin-top: 0;
}

#nav_menu .nav_submenu li:first-child {
    margin-left: 20px;
}

/* IE6 */
* html #nav_menu .nav_submenu {
    bottom: -18px;
    height: 20px;
}
* html #nav_menu .nav_submenu ul li{
    display: block;
    float: left;
}

#nav_menu .nav_submenu li a , #nav_menu .nav_submenu li a:hover {
    background-image: none !important;
    /* onglet hérité de #nav_menu li a sinon */
}

*:first-child+html #nav_menu .nav_submenu ul {
    line-height: 0px;
    z-index: 100;/* IE7 */
}

#nav_menu .nav_submenu ul {
    margin-left: 25px;
}
#nav_menu .submenu_fill {
    display: block;
    z-index: 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

/* IE6 */
* html #nav_menu .submenu_fill{
    height: 25px;
    z-index: -9000;
    /* Oui c'est stupide mais si c'est pas négatif ça bug */
}

/* IE7 */
*:first-child+html #nav_menu .submenu_fill{
    z-index: -9000;

}

.nav_submenu li:first-child {
    margin-left: 20px;
}

#nav_menu .nav_submenu li {
    display: inline;
    padding: 0 3px;
    margin-right: 20px;
}
#nav_menu .nav_submenu li a {
    background: #0099ff;/* IE */
    font-weight: bold;
    color: #fff;
    font-size: 12px !important;
    text-transform: none !important;
}
#nav_menu .nav_submenu li .active, #nav_menu .nav_submenu li a:hover {
    background: transparent;
    color: #000;
}
#nav_menu .nav_submenu li a:hover {
    background: transparent;
    color: #000;
}

.submenu-empty {
    display: block;
    height: 6px;
}
.nav_submenu.submenu-empty {
    height: 25px;
}

#global .submenu a.writemsg,
#wrap .submenu a.writemsg {
    font-weight: bold;
}

/* Article Blog */
.social_exporter_submenu {
    /*
    margin-left: -2em;
    margin-top: 3px;
    */
    display: none;
}
* html .social_exporter_submenu {
    width: 100px;
}
#blogcontent .social_exporter {
    display: inline;
}
#blogcontent .social_exporter_submenu a {
    line-height: 1.4em;
}

#profil .social_exporter_submenu  a,
#blog .social_exporter_submenu  a,
#blog-pop .social_exporter_submenu  a {
    color: #000;
}

/* Admin: Article Blog */
#wrap .social_exporter {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

/**** Classes génériques : Boutons ****/
div.submit, p.submit {
	clear: left;
	text-align: right;
	margin: 5px 0;
}

.submit_description {
	float: left;
    margin-top: 5px;
    color: #666;
}

div.center, p.center {
	text-align: center;
}

*:first-child+html p.submit {
	margin: 5px 0 10px;
}
/* admin, front */
.submit input, input.submit, a.submit { 
    cursor: pointer;
    vertical-align: middle;
    font-weight: bold;
    text-align: center;
    color: #0262dd;
    background-color: #fff;
    border: 1px solid;
    border-color: #bbbcbf;
    border-top-color: #dcdde0;
    border-left-color: #dcdde0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: none !important;
}
* html .submit input,
* html .submit input,
* html input.submit {
    /* hack contre les boutons trop larges */
    width: auto; 
    overflow: visible;
}
*:first-child+html .submit input,
*:first-child+html input.submit {
    font-size: 0.95em;
}
.submit input:hover, input.submit:hover, a.submit:hover { 
    color: #000;
    background-color: #f7f7f7;
    border-color: #bbbcbf;
}

/**** Recherche ****/
.skyPlaceholder input.defaultValue
{
    color: #888;
    font-style: italic;
}
#search_form {
    position: absolute;
    right: 0;
    top: 10px;
    margin-right: 5px;
}
*:first-child+html  #search_form {
    top: 8px;
}

/* conteneur des champs de saisie */
#search_form p.skyPlaceholder {
    background: #fff;
    border: 1px solid #c8e6f6;
    padding: 0 5px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

#search_form select, #quicksearchgo {
    margin-right: 2px;
    display: inline;
    vertical-align: middle;
    font-size: 1em;
    height: 30px;
    border: 1px solid #fff;
}
.quicksearchbox {
    font-size: 1em;
    padding: 4px;
    padding-left: 25px;
    border: 1px solid #c8e6f6;
    background: #fff url(../img/recherche/loupe.png) 5px center no-repeat;
    width: 100px;
}
#quicksearchbox {
    width: 160px;
    border: 1px solid #fff;
    margin-right: 2px;
    padding: 3px 4px 4px 4px;
    height: 21px;
    display: inline;
    vertical-align: middle;
    background: #fff;
}
*:first-child+html #quicksearchbox {
    padding: 7px 4px 7px 4px;
    height: auto;
}
*:first-child+html #quicksearchtype {
    height: auto;
}
#search_form select {
    background: #fff;
    padding: 5px;
    border-right: 1px solid #c8e6f6;
}

/* En mode Admin ou Consult */
.nav_menu_small #search_form {
    top: 3px;
}
*:first-child+html .nav_menu_small #search_form {
    top: 3px;
}

.nav_menu_small #quicksearchbox {
    height: auto;
    background: #fff;
}
.nav_menu_small #search_form select, #quicksearchgo {
    height: 22px;
    padding: 0 5px 0 0;
    background: #fff;
    color: #000;
}


#quicksearchgo {
    display: none;
    cursor: pointer;
    padding: 0 2px;
    width: 20px;
    height: 25px;
    background: #fff url(../img/header/sprite_nav.png) no-repeat scroll -100px -160px;
}

/**** Footer ****/
#footer {
    position: relative;
    margin-bottom: 20px;
    padding: 17px 21px;
    border-top: 1px solid #d5d5d5;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #f6f6f6;
    clear: both;
    text-align: left;
    font-size: 11px;
    zoom: 1;
}

#footer,
.consult #global .footer_big {
    min-height: 135px;
}

.consult #footer {
    min-height: 22px;
    margin-bottom: 0;
    border-top: none;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
}

.sm-is-enabled #footer {
    padding-bottom: 30px;
}

.consult .footer_big {
    cursor: default !IMPORTANT;
}

.consult #footer ul {
    height: 22px;
    overflow: hidden;
}

.consult .footer_big ul {
    height: auto !IMPORTANT;
}

.consult #footer h4 {
    color: #666;
}

#footer .footer_logo {
    display: block;
    position: absolute;
    left: 20px;
    bottom: 17px;
    width: 77px;
    height: 23px;
    background: url(../img/header/sprite_nav.png) no-repeat scroll -64px -191px;
}

.sm-is-enabled #footer .footer_logo {
    bottom: 30px;
}

*:first-child+html .consult #footer .footer_logo  {/* FIX-IE7 */
    left: 23px;
}

#footer h4 {
    margin-bottom: 6px;
    font-size: 16px;
    color: #999;
}

#footer ul {
    float: left;
    display: inline;
    width: 156px;
}

#footer li {
    padding: 2px 0;
}

#footer .selected a {
    font-weight: bold;
    color: #666;
}

/**** Elements génériques ****/
.pagination {
    display: block;
    clear: both;
    text-align: center;
    margin: 1em 0;
}
.pagination li {
    display: inline;
    font-weight: bold;
    margin-right: 0.5em;
}
.pagination li.prev, .pagination li.next {
    font-weight: normal;
    font-size: 1.15em;
    font-weight: bold;
}
.pagination li.prev-icon a {
    background: url(../img/icons/page_prev.png) no-repeat left center;
    padding: 3px 3px 3px 16px;
}
.pagination li.prev-icon a:hover {
    background-image: url(../img/icons/page_prev_on.png);
}
.pagination li.next-icon a {
    background: url(../img/icons/page_next.png) no-repeat right center;
    padding: 3px 17px 3px 3px;
}
.pagination li.next-icon a:hover {
    background-image: url(../img/icons/page_next_on.png);
}
.pagination li.current {
    font-size: 1.4em;
}
.pagination li.current, .pagination li.current a, .pagination a:hover {
    color: #000;
}
.pagination a {
    text-decoration: none;
}
.pagination a:hover {
    text-decoration: underline;
}
.pagination select {
    vertical-align: middle;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 0.9em;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.floatleft {
    float: left!important;
}
.floatright {
    float: right!important;
}
img.floatleft {
    margin-right: 5px;
}
img.floatright {
    margin-left: 5px;
}
.fb_like_iframe {
    border: none;
    overflow: hidden;
    width: 150px;
    height: 21px;
}

/**** Publicité ****/

#pub_bottom,
#pub_x11  {
    height: 0;
    font-size: 0;
}
#pub_bottom {
    clear: both;
}

.pub180, .pub300, .pub300x45 {
    margin-bottom: 5px;
    overflow: hidden;
}

.pub300x45 {
    display: none;
}

.pub180 {
    width: 180px;
}
.pub300, .pub300x45 {
    width: 300px;
}
.pub180 .adscreen {
    height: 150px;
}
.pub300 .adscreen {
    height: 250px;
}
.pub300x45 .adscreen {
    height: 45px;
}

.adscreen {
    margin: 0;
}

.adslogan {
    display: block;
    height: 18px;
    padding-top: 1px;
    text-align: right;
    font-size: 10px;
    color: #999;
    background: transparent;
}
#habillage_haut {
    position: relative;
    width: 980px;
    height: 200px;
    margin: 0 auto;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: transparent;
    overflow: hidden;
    z-index: 100;
}
 
#pub_up, #pub_up_habillage {
    height: 90px;
    margin: 2px auto 5px;
    text-align: center;
    width: 728px;
}
#pub_up, #pub_up_habillage {
    margin: 5px auto;
}
#habillage_gauche, #habillage_droite {
    height: 600px;
    width: 120px;
    top: -200px;
    position: absolute;
    display: block;
    z-index: 99;
}
#habillage_gauche {
    left: -120px;
}
#habillage_droite {
    right: -120px;
}
#habillage_haut, #habillage_gauche, #habillage_droite, #pub_up_habillage, #pub_up_giga_banner {
    display: none;
}
#pub_up_giga_banner {
    text-align: center;
    margin: 2px auto 0px;
    max-height: 200px;
    overflow: hidden;
    margin-bottom: 5px;
}

/***** Chat ? ****/
#chat-popup .skyrock {
    width: auto !important;
}

/***** Debug *****/
#debug {
    position: absolute;
    top: 114px;
    right: 0;
    padding: 5px;
    width: 100px;
    height: auto;
    border: 2px solid #8F7453;
    background: #FFDDB1;
    color: #231900;
    overflow: hidden;
    z-index: 10000;
    text-align: left !important;
    font-family: sans-serif !important;
    font-size: 10px !important;
    /* MERCI DE NE PAS DESACTIVER LE DEBUG */
}
#innerdebug {
    width: 100%;
    overflow: auto;
    display: none;
}
#debug h3 {
    margin: 0;
    padding: 0;
}
#debug li {
    margin: 0;
}
#debug_handle {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #8F7453;
    display: block;
    font-weight: bold;
    font-size: 150%;
    text-decoration: none;
    padding: 0 0.3em;
    background: #8F7453;
}
#debug_handle a:hover {
    background-color: orange;
}
p.debug_svn_links {
	padding: 0.3em;
}
p.debug_svn_links a {
	color: darkblue;
	text-decoration: underline !important;
}

/***** Autocompletion *****/
.suggestions {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    font-size: 0.9em;
    z-index: 10000;
    text-align:left;
    visibility: visible;
    width: 200px;
    overflow: hidden;
    display: none;
}
.suggestions li, .suggestions div {
    padding: 0.3em;
}
.suggestion-tag li {
    white-space: nowrap;
}
* html .suggestions li, * html .suggestions div {
    padding: 0 3px;
}
.suggestions .current {
    cursor: pointer;
}
.suggestions a {
    text-decoration: none;
    display: block;
}
.suggestions .friend {
    overflow: hidden;
    padding: 5px;
    height: 50px;
}
.suggestions .friend .avatar {
    margin-bottom: 0;
    float: left;
    margin-right: 10px;
    width: 50px;
    height: 50px;
}
.suggestions .age {
    display: block;
}

#suggestion-pseudo .suggestions .friend {
    height: 33px;
}
#suggestion-pseudo img.avatar {
    width: 25px;
    height: 25px;
}

#suggestion-header .friend p,
#suggestion-friends .friend p {
    width: 125px;
    overflow: hidden;
}
#suggestion-friends .friend p .boy, #suggestion-header .friend p .girl {
    display:block;  
}
/***** couleurs autocompletion *****/
.suggestions {
    border: 1px solid #ACA289;
    background-color: #fff;
    color: #2B343D;
}
.suggestions .current {
    background-color: #E4D7C4;
}
.suggestions .current a {
    color: #2B343D !important;
}
.suggestions .friend {
    border-bottom: 1px dotted #ACA289;
}
#blog .suggestions {
    background: #000;
}
#blog .suggestions a {
    color: #fff;
}
#admskyrock .suggestions {
    background: #fff;
    border-color: #DDDCE1;
}
#admskyrock .suggestions .current {
    background-color: #C5E6F9;
}
#admskyrock .suggestions .friend {
    border-color: #DDDCE1;
}

/*****  Notation *****/
.stars {
    overflow: hidden;
}
.stars .starElement {
    display: inline-block;
    width: 16px;
    height: 16px;
}
.stars .starElement a {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/etoile_vide.png) 50% no-repeat;
}
* html .stars .starElement {
    display: inline;
}
*:first-child+html .stars .starElement {
    display: inline;
}

.audioPlayer .stars .starElement a:hover,
.stars .starElement a.selected {
    background: url(../img/etoile_pleine.png) 50% no-repeat;
}
/***** Bloc défis *****/
#liste_defis {
    clear: both; /* IE6 */
}
#liste_defis li {
    position: relative;
    height: 175px;
    margin: 5px 0;
    padding: 10px;
    overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    text-align: center;
    background-image: url(../img/defis/storm.png);
    background-color: #eee;
    background-position: center 10px;
    background-repeat: no-repeat;
}

#liste_defis .score {
    display: block;
    font-weight: bold;
    font-size: 16px;
}

.skynauteg, .skynauted {
    overflow: visible;
    width: 30%;
}
.skynauteg {
    float: left;
}
.skynauted {
    float: right;
}

.skynauteg .mini-profil-50, .skynauted .mini-profil-50 {
    margin: 5px auto;
}
* html .skynauteg {
    overflow: hidden;
}
* html .skynauted {
    overflow: hidden;
}
.skynauteg .submit, .skynauted .submit {
    text-align: center !important;
}

#liste_defis .votealert, .popupdefis {
    position: absolute;
    left: 10%;
    top: 60%;
    width: 80%;
    z-index: 60;
    padding: 0.3em;
    font-size: 0.85em;
}

#liste_defis .timeleft {
    position: absolute;
    top: 54px;
    left: 41%;
    width: 56px;
    height: 26px;
    padding: 30px 5px 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 11px;
    text-align: center;
    white-space: nowrap;
    font-weight: bold;
    background: url(../img/defis/clock.png) center 8px no-repeat #fff;
}

#liste_defis .timeleft span {
    display: block;
}

#liste_defis .timeleft .days,
#liste_defis .timeleft .hours,
#liste_defis .timeleft .minutes {
    display: inline;
    font-weight: normal;
    color: #777;
}

#liste_defis .vote_confirm {
    border: 1px solid #75de82;
    background-color: #c4ffad;
}

#liste_defis .vote_confirm .defis_info {
    color: #178701;
}

#liste_defis .vote_done {
    border: 1px solid #fe0000;
    background-color: #ffeae7;
}

#liste_defis .vote_done .defis_info {
    color: #fe0000;
}

#liste_defis .defis_info {
    padding-top: 10px;
    font-weight: bold;
    font-size: 16px;
}

/***** Bloc derniers articles *****/

.derniers_articles .blogpost {
    position: relative;
    padding: 0.3em 0 0 0;
    border-bottom-style: dotted;
	border-bottom-width: 1px;
    background-repeat: no-repeat;
    background-position: left 5px;
    overflow: hidden;
	zoom: 1; /* IE */
}

.derniers_articles .post {
    margin-bottom: 5px;
}

.derniers_articles .blogpost .blogpost_title {
    display: block;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
}

.derniers_articles .first .blogpost_title,
.derniers_articles .first .postcontent {
    font-size: 130%;
}

.derniers_articles .blogspot_image {
    float: left;
    width:50px;
    margin:0 5px 0 0;
    text-align: center;
}

.derniers_articles .first .blogspot_image {
    width:100px;
}

.derniers_articles .blogpost img {
    max-width: 50px;
    max-height: 50px;
}

* html .derniers_articles .blogpost img {
    width: 50px;
    height: 50px;
}

.derniers_articles .first.hasvideo img {
    height: 75px;
}

.derniers_articles .hasvideo img {
    height: 37px;
}

.derniers_articles .first img {
    max-width: 100px;
    height: auto;
    max-height: 100px;
}

* html .derniers_articles .first img {
    width: 100px;
    height: 100px;
}

.derniers_articles .haswidget.first img,
.derniers_articles .istext.first img,
.derniers_articles .ismusic.first img {
    height: 100px;
}

.derniers_articles .haswidget img,
.derniers_articles .istext img,
.derniers_articles .ismusic img {
    border-width: 0;
}

.derniers_articles .last {
    border: 0;
}

.derniers_articles .video_play_small,
.derniers_articles .video_play_mini {
    display: block;
    position: absolute;
    top: 0.3em;
    left: 0;
}

.derniers_articles .video_play_small {
    width: 102px;
    height: 75px;
}

* html .derniers_articles .video_play_small {
    height: 100px;
}

.derniers_articles .video_play_mini {
    width: 52px;
    height: 39px;
}

.derniers_articles .postcontent {
    margin-bottom: 1px;
}

.derniers_articles .postdate {
    clear: both;
    text-align: right;
    font-size: 9px;
}

/***** Evenements *****/
ul.events li, .events ul li {
    background-position: 5px 5px;
}

.events li {
    clear: both;
    overflow: hidden;
    padding: 0.3em 0.5em;
    border-bottom: 1px dotted #ccc;
    position: relative;
}

#newsfeed_top_menu.events li {
    border-bottom: none;
}

.events div.user {
	display: inline;
    padding-right: 2px\9;/* FIX-IE */
}

.events li .newsfeed_message_content {
    padding-left: 22px;
}

* html .events li {
    height: 1%;
}

.events li:hover {
    background-color: #dfedf6;
}

.hide-events {
    visibility: hidden;
}

* html .hide-events {/* FIX-ie6 Le lien de masquage est toujours affiché pour palier le li:hover */
    display: block;
}

li:hover .hide-events {
    visibility: visible;
}

.hide-events {
    float: right;
	height: 14px;
    margin-top: 2px;
    padding-left: 10px;
    font-size: 0.9em;
    cursor: pointer;
}

.events .hide-events {
	color: #3593dd;
}

.hide-events:hover {
    text-decoration: none;
}

.events li em { /* date */
    color: #999;
    font-style: normal;
    font-size: 0.9em;
}
.events .avatar {
    float: left;
    max-height: 50px;
    max-width: 50px;
    margin-right: 2px;
}
* html .events img.avatar {
    height: 25px;
    width: 25px;
}
.events span { /* message peut etre sans avatar */
    width: 230px;
    float: right;
}
.events span.s {
    float: none;
}
li.write p, li.profil p {
    margin: 5px 0 0 5px;
    color: #666;
}
li.write a.article-title {
    margin-left: 5px;
}
li.newcoms a {
    color:#0262DD;
}

/***** Sous menu des alertes newsfeed *****/
#newsfeed_top_link {
	display: inline-block;
	padding: 0;
	outline: none;
}

#newsfeed_top_link span {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 11px;
    display: inline-block;
    width: 20px;
    padding: px;
    text-align: center;
    vertical-align: bottom;
    margin-top: -10px;
    margin-left: 3px;
}

#newsfeed_top_link .read {
    display: none;
}
#newsfeed_top_link .unread {
    color: #FFF !important;
    background-color: #F00 !important;
    border: 1px solid #600 !important;
}

#newsfeed_top_menu {
    width: 350px;
    color: #2B343D;
    background-color: #FFF;
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
}
#newsfeed_top_menu a {
    display: inline;
}
#newsfeed_top_menu li {
    background-position: 5px 18px;
}
#newsfeed_top_menu_noalert .show {
	display: block;
}

.newsfeed_context_url, .newsfeed_message_time {
    display: none;
}

#newsfeed_top_menu .see_more {
    text-align: center;
    font-weight: bold;
    font-size: 13px;
}

#newsfeed_top_menu .see_more a,
#newsfeed_top_menu .newsfeed_message_content a {
	color: #0262DD;
}

#newsfeed_top_menu .see_more a {
    text-decoration: underline;
}

#newsfeed_top_menu .see_more a:hover {
    text-decoration: none;
}

#newsfeed_top_menu em {
    background-position: 4px 6px;
}

/* A mettre dans m/common.css */
#admskyrock #wrap {
	background: #fff;
}

/**** Liste de profil simple ****/
.list_avatar {
    clear: both;
}
.list_avatar li {
    float: left;
    display: inline;
    width: 80px;
    height: 72px;
    margin: 5px;
    text-align: center;
    overflow: hidden;
}
.list_avatar .pseudo {
    padding-top: 2px;
    display: inline-block;
    white-space: nowrap;
    color: #0262dd;
}

/**
 * Login (popup et front)
**/
.login_links {
    margin: 0;
    padding-top: 2px;
    clear: both;
    font-size: 0.9em;
}
#skylogin li ,
.login_links li {
    display: inline;
}
.login_links img {
    vertical-align: top;
}
a.createaccount {
    font-weight: bold;
    color: #ff6400;
}

/* ALERTE ENLEVEMENTS */
#alerte-enlevement {
    clear: both;
    min-height: 49px;
    margin: 20px auto;
    padding: 3px;
    padding-right: 210px;
    border: 2px solid #7d0f10;
    font-size: 14px;
    text-align: center;
    color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background: url(../img/logos/alerte-enlevement.jpg) #9d1c20 no-repeat right bottom;
    font-weight: bold;
    width: 512px;
}
#alerte-enlevement a {
    color: white;
}
#alerte-enlevement .small-ae {
    font-weight: normal;
    font-size: 9px;
}

/* Sky news*/
.skynew {
    font: normal 12px Arial, Helvetica, sans-serif !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    padding: 10px;
    text-align: left;
    color: #000;
    background: #fff;
    border: 1px solid #ccc;
    z-index:200;
    -moz-box-shadow: 1px 5px 12px #555;
    -webkit-box-shadow: 1px 5px 12px #555;
    box-shadow: 1px 5px 12px #555;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;    
    zoom: 1;
}
.skynew .titre {
    font-size: 15px;
}
.skynew .txt {
    padding: 0 0 12px;
}
.skynew .close {
    float: right;
    margin: -5px -5px 5px;
    padding-left: 15px;
    background: url(../img/icons/delete_cross.png) no-repeat 0 3px;
}
.skynew .phylac,
.skynew .phylac span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
}
.skynew_top {
    -moz-box-shadow: 1px -5px 12px #555;
    -webkit-box-shadow: 1px -5px 12px #555;
    box-shadow: 1px -5px 12px #555;
}
.skynew_top .phylac,
.skynew_top .phylac span {
    bottom: -11px;
    left: 50%;
    margin-left:-10px;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #ccc transparent transparent;
}
.skynew_top .phylac span {
    bottom:1px;
    left:0;
    border-color: #fff transparent transparent;
}
.skynew_right .phylac,
.skynew_right .phylac span {
    top: 50%;
    left: -11px;
    margin-top:-10px;
    border-width: 10px 10px 10px 0;
    border-style: solid;
    border-color: transparent #ccc transparent;
}
.skynew_right .phylac span {
    top:0;
    left:1px;
    border-color: transparent #fff transparent;
}
.skynew_bottom .phylac,
.skynew_bottom .phylac span {
    top: -11px;
    left: 50%;
    margin-left:-10px;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #ccc;
}
.skynew_bottom .phylac span {
    top:1px;
    left:0;
    border-color: transparent transparent #fff;
}
.skynew_left .phylac,
.skynew_left .phylac span {
    top: 50%;
    right: -11px;
    margin-top:-10px;
    border-width: 10px 0 10px 10px;
    border-style: solid;
    border-color: transparent #ccc transparent;
}
.skynew_left .phylac span {
    top:0;
    right:1px;
    border-color: transparent #fff transparent;
}
.skynew div {
    clear: both;
}
/* end of _common.css */

/* _actions.php */

/**
 * http://skyrock.com V4de
 * icônes, boutons et picto
 **/

/* auto */
.add-item{background-image: url(../img/icons/listicos/add-item.png);}
.addmusic{background-image: url(../img/icons/listicos/addmusic.gif);}
.addmusic{background-image: url(../img/icons/listicos/addmusic.png);}
.addnote{background-image: url(../img/icons/listicos/addnote.png);}
.addpicture{background-image: url(../img/icons/listicos/addpicture.png);}
.addtoban{background-image: url(../img/icons/listicos/addtoban.png);}
.addtofavorite{background-image: url(../img/icons/listicos/addtofavorite.png);}
.addtofriend{background-image: url(../img/icons/listicos/addtofriend.png);}
.addtofriends{background-image: url(../img/icons/listicos/addtofriends.png);}
.addvideo{background-image: url(../img/icons/listicos/addvideo.png);}
.alertes{background-image: url(../img/icons/listicos/alertes.png);}
.alertes_off{background-image: url(../img/icons/listicos/alertes_off.png);}
.announceblog{background-image: url(../img/icons/listicos/announceblog.png);}
.application{background-image: url(../img/icons/listicos/application.png);}
.archive{background-image: url(../img/icons/listicos/archive.png);}
.blogmp3{background-image: url(../img/icons/listicos/blogmp3.png);}
.boy{background-image: url(../img/icons/listicos/boy.png);}
.change{background-image: url(../img/icons/listicos/change.png);}
.checkAll{background-image: url(../img/icons/listicos/checkAll.png);}
.comment-add-disabled{background-image: url(../img/icons/listicos/comment-add-disabled.png);}
.commentadd{background-image: url(../img/icons/listicos/commentadd.png);}
.commentview{background-image: url(../img/icons/listicos/commentview.png);}
.config{background-image: url(../img/icons/listicos/config.png);}
.couple{background-image: url(../img/icons/listicos/couple.png);}
.createalbum{background-image: url(../img/icons/listicos/createalbum.png);}
.cybercop{background-image: url(../img/icons/listicos/cybercop.png);}
.defis{background-image: url(../img/icons/listicos/defis.png);}
.defis_draw{background-image: url(../img/icons/listicos/defis_draw.png);}
.defis_lose{background-image: url(../img/icons/listicos/defis_lose.png);}
.defis_win{background-image: url(../img/icons/listicos/defis_win.png);}
.defisencours{background-image: url(../img/icons/listicos/defisencours.png);}
.del-cross{background-image: url(../img/icons/listicos/del-cross.png);}
.delete{background-image: url(../img/icons/listicos/delete.png);}
.deletemp3{background-image: url(../img/icons/listicos/deletemp3.png);}
.dellist{background-image: url(../img/icons/listicos/dellist.png);}
.downld{background-image: url(../img/icons/listicos/downld.png);}
.encoche{background-image: url(../img/icons/listicos/encoche.png);}
.facebook{background-image: url(../img/icons/listicos/facebook.png);}
.facebook_gris{background-image: url(../img/icons/listicos/facebook_gris.png);}
.friends{background-image: url(../img/icons/listicos/friends.png);}
.gifts{background-image: url(../img/icons/listicos/gifts.png);}
.girl{background-image: url(../img/icons/listicos/girl.png);}
.girlandboy-online{background-image: url(../img/icons/listicos/girlandboy-online.png);}
.girlandboy{background-image: url(../img/icons/listicos/girlandboy.png);}
.group_view{background-image: url(../img/icons/listicos/group_view.png);}
.habillage{background-image: url(../img/icons/listicos/habillage.png);}
.heart_broken{background-image: url(../img/icons/listicos/heart_broken.png);}
.ico_search{background-image: url(../img/icons/listicos/ico_search.png);}
.icoalert{background-image: url(../img/icons/listicos/icoalert.png);}
.icoaudio{background-image: url(../img/icons/listicos/icoaudio.png);}
.icofficiel{background-image: url(../img/icons/listicos/icofficiel.png);}
.icoimage{background-image: url(../img/icons/listicos/icoimage.png);}
.icopayant{background-image: url(../img/icons/listicos/icopayant.png);}
.icovideo{background-image: url(../img/icons/listicos/icovideo.png);}
.icowidget{background-image: url(../img/icons/listicos/icowidget.png);}
.invitations{background-image: url(../img/icons/listicos/invitations.png);}
.like_off{background-image: url(../img/icons/listicos/like_off.png);}
.like_on{background-image: url(../img/icons/listicos/like_on.png);}
.listarticle{background-image: url(../img/icons/listicos/listarticle.png);}
.listenvocmsg{background-image: url(../img/icons/listicos/listenvocmsg.png);}
.lyrics{background-image: url(../img/icons/listicos/lyrics.png);}
.makemain{background-image: url(../img/icons/listicos/makemain.png);}
.member{background-image: url(../img/icons/listicos/member.png);}
.memberadm{background-image: url(../img/icons/listicos/memberadm.png);}
.memberdwn{background-image: url(../img/icons/listicos/memberdwn.png);}
.memberedit{background-image: url(../img/icons/listicos/memberedit.png);}
.memberoff{background-image: url(../img/icons/listicos/memberoff.png);}
.memberup{background-image: url(../img/icons/listicos/memberup.png);}
.messages{background-image: url(../img/icons/listicos/messages.png);}
.mobiles{background-image: url(../img/icons/listicos/mobiles.png);}
.moody{background-image: url(../img/icons/listicos/moody.png);}
.msgsubject{background-image: url(../img/icons/listicos/msgsubject.gif);}
.msn{background-image: url(../img/icons/listicos/msn.png);}
.msn_gris{background-image: url(../img/icons/listicos/msn_gris.png);}
.myspace{background-image: url(../img/icons/listicos/myspace.png);}
.myspace_gris{background-image: url(../img/icons/listicos/myspace_gris.png);}
.newcoms{background-image: url(../img/icons/listicos/newcoms.png);}
.newevent{background-image: url(../img/icons/listicos/newevent.png);}
.nf_modifs{background-image: url(../img/icons/listicos/nf_modifs.png);}
.onchat{background-image: url(../img/icons/listicos/onchat.png);}
.palmares{background-image: url(../img/icons/listicos/palmares.png);}
.play{background-image: url(../img/icons/listicos/play.png);}
.preview{background-image: url(../img/icons/listicos/preview.png);}
.privacy{background-image: url(../img/icons/listicos/privacy.png);}
.relationship{background-image: url(../img/icons/listicos/relationship.png);}
.remove-item{background-image: url(../img/icons/listicos/remove-item.png);}
.sendvideo{background-image: url(../img/icons/listicos/sendvideo.png);}
.share{background-image: url(../img/icons/listicos/share.png);}
.share_gris{background-image: url(../img/icons/listicos/share_gris.png);}
.skyico{background-image: url(../img/icons/listicos/skyico.png);}
.skystar_big{background-image: url(../img/icons/listicos/skystar_big.png);}
.stats{background-image: url(../img/icons/listicos/stats.png);}
.twitter{background-image: url(../img/icons/listicos/twitter.png);}
.twitter_gris{background-image: url(../img/icons/listicos/twitter_gris.png);}
.unreadgifts{background-image: url(../img/icons/listicos/unreadgifts.png);}
.unreadmsg{background-image: url(../img/icons/listicos/unreadmsg.png);}
.uplist{background-image: url(../img/icons/listicos/uplist.png);}
.user_lock{background-image: url(../img/icons/listicos/user_lock.png);}
.validate{background-image: url(../img/icons/listicos/validate.png);}
.viewblog{background-image: url(../img/icons/listicos/viewblog.png);}
.viewblogmusic{background-image: url(../img/icons/listicos/viewblogmusic.png);}
.viewespace{background-image: url(../img/icons/listicos/viewespace.png);}
.viewprofil{background-image: url(../img/icons/listicos/viewprofil.png);}
.vocal{background-image: url(../img/icons/listicos/vocal.png);}
.voteagainst{background-image: url(../img/icons/listicos/voteagainst.png);}
.votedefeat{background-image: url(../img/icons/listicos/votedefeat.png);}
.votenul{background-image: url(../img/icons/listicos/votenul.png);}
.votepoints{background-image: url(../img/icons/listicos/votepoints.png);}
.votevictory{background-image: url(../img/icons/listicos/votevictory.png);}
.write{background-image: url(../img/icons/listicos/write.png);}
.writemsg{background-image: url(../img/icons/listicos/writemsg.png);}

 /* TAG BUTTON    */
button {
    margin: 2px;
    padding: 2px 4px;
    font-weight: bold;
    border:1px solid #BBBCBF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background:#FFF;
    color: #0262dd;
    cursor:pointer;
    overflow: visible;/*fix IE6 et 7 - supprime les padding par defaut*/
}

button:hover {
    background:#F7F7F7;
}

/*     ICONES  */
img.flag { 
    margin-right: 0.3em; 
    vertical-align: middle;
}

.video_play, .video_play_small, .video_play_mini {
	background-position:center center;
    background-repeat:no-repeat;
    -moz-opacity:.70;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    opacity:.70;
}

.video_play:hover, .video_play_small:hover, .video_play_mini:hover {
	-moz-opacity:.85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    opacity:.85;
}

.video_play span, .video_play_small span, .video_play_mini span {
	display:none;
}
.video_play {
	background-image: url(../img/icons/video_play.png);
}
.video_play_small {
	background-image: url(../img/icons/video_play_small.png);
}
.video_play_mini {
	background-image: url(../img/icons/video_play_mini.png);
}

/* icones de partage  */
.error .picto_share,
.alert .picto_share,
.confirmation .picto_share {
	padding:0 2px;
} 

.error .picto_share img,
.alert .picto_share img,
.confirmation .picto_share img,
.fb_connect img {
	vertical-align:middle;
}      

/*   BOUTONS
 certains styles de boutons sont hérités de common.css
*/

/* class bouton recette vite faite pour bouton personnalisé  */
.bouton, .redbouton, .greenbouton, .btndisabled, .bouton_highlight, .bouton_wide {
    cursor: pointer;
    vertical-align: middle;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    border: 1px solid #bbbcbf;
    border-top-color: #dcdde0;
    border-left-color: #dcdde0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    margin: 2px;
    padding: 4px 5px;
    display: inline-block;
    overflow: visible;
    white-space: nowrap;
}

.bouton {
    color: #2C88D6 !important; /* on force les couleurs des boutons pour les habillages persos */
}
.greenbouton, .submit a.validate, .submit input.validate, .submit .validate a, .submit .validate input {
    color: #1eb400  !important;
}
a.redbouton, .redbouton a, input.redbouton, .redbouton input  {
    color: #ff0000 !important;
}

.bouton_highlight {
    padding: 0 35px;
    line-height: 36px;
    font-size: 18px;
    color: #000 !important;
    background-image: url(../img/common/bg_bt_highlight.png);
    background-color: #ffd34e;
    background-repeat: repeat-x;
    background-position: 0 0;
    border-color: #ffd558 #ffc12d #ffae03;
    -moz-box-shadow: 0px 1px 2px #aaa;
    -webkit-box-shadow: 0px 1px 2px #aaa;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    position:relative;
}

.bouton_wide {
    padding: 6px 22px;
    font-size: 13px;
    color: #2c88d6 !IMPORTANT;
    border-color: #aedbff;
    background: #cfeeff;
}

li.change, span.change, a.change {
	color: #0063dc;
} 
.bouton input:hover, input.bouton:hover, .bouton a:hover, a.bouton:hover {
	background-color: #f7f7f7;
	color: #000;
    text-decoration: none;
}
.greenbouton input:hover, input.greenbouton:hover, .greenbouton a:hover, a.greenbouton:hover,
.validate input:hover, input.validate:hover, .validate a:hover, a.validate:hover {
	background-color: #c4ffad;
	color: #000;
	border-color: #75de82;
    text-decoration: none;
}
.redbouton input:hover, input.redbouton:hover, .redbouton a:hover, a.redbouton:hover {
	background-color: #f7f7f7;
	color: #000;
    text-decoration: none;
}

.bouton_highlight:hover {
    text-decoration: none;
    background-position: 0 -36px;
}

.bouton_wide:hover {
    color: #cfeeff!IMPORTANT;
    border-color: #0273d3;
    background: #2c88d6;
}

/* Positionnements */
.add-item, .addmusic, .addmusic, .addnote, .addpicture, .addtoban, .addtofavorite, .addtofriend, .addtofriends, .addvideo, .alertes, .alertes_off, .announceblog, .application, .archive, .blogmp3, .boy, .change, .checkAll, .comment-add-disabled, .commentadd, .commentview, .config, .couple, .createalbum, .cybercop, .defis, .defis_draw, .defis_lose, .defis_win, .defisencours, .del-cross, .delete, .deletemp3, .dellist, .downld, .encoche, .facebook, .facebook_gris, .friends, .gifts, .girl, .girlandboy-online, .girlandboy, .group_view, .habillage, .heart_broken, .ico_search, .icoalert, .icoaudio, .icofficiel, .icoimage, .icopayant, .icovideo, .icowidget, .invitations, .like_off, .like_on, .listarticle, .listenvocmsg, .lyrics, .makemain, .member, .memberadm, .memberdwn, .memberedit, .memberoff, .memberup, .messages, .mobiles, .moody, .msgsubject, .msn, .msn_gris, .myspace, .myspace_gris, .newcoms, .newevent, .nf_modifs, .onchat, .palmares, .play, .preview, .privacy, .relationship, .remove-item, .sendvideo, .share, .share_gris, .skyico, .skystar_big, .stats, .twitter, .twitter_gris, .unreadgifts, .unreadmsg, .uplist, .user_lock, .validate, .viewblog, .viewblogmusic, .viewespace, .viewprofil, .vocal, .voteagainst, .votedefeat, .votenul, .votepoints, .votevictory, .write, .writemsg{
    background-repeat: no-repeat;
    background-position: 4px center;
    padding: 3px 3px 3px 26px;
}

/* FIXME: dans le player, le bouton existe avec seulement l'icône, le texte est mis dans le title */
.trackMenu a.downld, .trackMenu a.addmusic {
    display: block;
    width: 20px;
    height: 20px;
    padding-left: 3px;
}
.offlist a.blog {
    background: url(../img/icons/blog.png) right top no-repeat;
    padding-right: 18px;
}
.offlist a.profil {
    background: url(../img/icons/profil.png) right top no-repeat;
    padding-right: 18px;
}
.offlist a.groupe {
    background: url(../img/icons/groupe.png) right top no-repeat;
    padding-right: 18px;
}

.votedefeat, .votevictory, .votenul, .votepoints, .cybercop {
    background-repeat: no-repeat;
}

/* Recherche */
.icoaudio, .icomusic, .icofficiel {
    background-repeat: no-repeat;
    background-position: 1px 2px;
}
.icorecherche {
    padding-left: 20px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../img/icons/listicos/ico_search.png);
}
/* Astro */
.astro_1, .astro_2, .astro_3, .astro_4, .astro_5, .astro_6, .astro_7, .astro_8, .astro_9, .astro_10, .astro_11, .astro_12 {
       background-repeat: no-repeat;
       background-position: top left;
       padding-left: 20px;
}

/* icoboutons */
.validate, .cancel, .play, .preview, .write, .delete, .dellist, .reply-msg, .play, .archive, .reply-vocal, .deletemp3, .resend, .change, .ico-preview , .message-new, .view {
    background-repeat: no-repeat;
    background-position: 4px center;
    padding: 3px 3px 3px 25px;
}
.msgsubject {
    background-repeat: no-repeat;
    background-position: center left;
    padding: 0.2em 0 0.2em 10px;
}

.onchat  {
    background-position: 8px center;
}

.resume .delete  {
    background-position: 3px center;
}
.delete, .delete a {
	color: #e93437;
}
.ico-preview {
    background-image: url(http://static.v4.skyrock.net/img/icons/listicos/ico_preview.png);
}

.btndisabled, a.btndisabled, .btndisabled a, a.btndisable:hover,
.btndisabled a:hover {
    color: #666;
} 
a.btndisable:hover, .btndisabled a:hover {
    border-color: #666;
} 
.payant {
    background-repeat: no-repeat;
    background-position: top right;
    padding:  2px 20px 2px 2px !important;
    display: inline
 }
.required {
    background-repeat: no-repeat;
    background-position: top right;
    padding-right: 8px;
}

.rss {
    background-repeat: no-repeat;
    background-position: center center;
    width: 46px;
    height: 16px;
    display: block;
    cursor: pointer;
}
/* etoiles bleues étapes */
.star01, .star02, .star03, .star04 {
    margin: 0 0 0 5px !important;
    z-index: 2;
    position: relative;
    background-position: left bottom;
    background-repeat: no-repeat;
    padding: 10px 0 10px;
    padding-left: 33px;
    display: block;
}
/* boys & girls */
.boy, a.boy, .boy a, .girl, a.girl .girl a, .xonline .boy, .xonline .girl {
    background-repeat: no-repeat;
    background-position: 2px 2px;
}

.boy, a.boy, .girl, a.girl .girl a {
    padding: 2px 0 0 12px;
    zoom: 1; /* fix IE */
}
.girlandboy, .girlandboy-online {
    padding-left: 20px;
    background-position: left center;
    background-repeat: no-repeat
}
.boy, a.boy, .boy a {
    color: #0262dd !important;
}
.girl, a.girl .girl a {
    color: #fd00d9 !important;
}
.girlandboy-online {
    color: #11e90c;
    font-weight: bold;
}
a.girl, a.boy {
    text-decoration: none;
}
a.girl:hover, a.boy:hover {
    text-decoration: underline;
}
.xonline img.avatar, .xonline img.snapshot {
    border: 1px solid #11e90c !important;
}
.xonline .boy {
	    background-image: url(../img/icons/boy-online.gif);
}
.xonline .girl {
background-image: url(../img/icons/girl-online.gif);
}
/* exception cybercop */

#cybercop a {
    padding: 6px 0 6px 26px;
    background-position: center left;
    background-repeat: no-repeat;
    background-image: url(../img/icons/signalize.png);
	text-decoration: none;
}
/* couleurs des textes de .classIcone a / a.classIcone */
.cancel a, a.cancel, a.suppr, .suppr a/*, FIXME A VALIDER a.memberoff, .memberoff a */ {
    color: #ff0000;
}
.newcoms a, a.newcoms, .unreadmsg a, a.unreadmsg, a.unreadgifts, .unreadgifts a, a.unread, .unread a, .unread {
    color: #ef3e00;
}
/* span.classIcone en display none */
.rss span, .play span, .blogmp3 span, .memberedit span,  .cancel span {
    display: none;
}

/* BOUTONS CONNEXION*/
input.ok {
   color: #2b343d;
}
input.ok:hover {
    color: #529214;
}

/* BOUTONS PAIMENTS*/

.btn_ftp {
    height: 28px;
    display: block;
    text-align: center;
    background: #ce9608;
    color: black;
    font-size: 15px;
    text-decoration: none;
    border: 1px solid #a55921;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding-top: 10px;
    font-weight: bold;
}
a.btn_ftp:hover {
    background: #cec673;
}
/* on laisse ces exceptions en attendant de retrouver ou elles sont utilisées dans le site */
.inline-play, .addremovebutton {
	vertical-align: middle;
    display: block;
    cursor: pointer;
}

#lang_list .addremovebutton {
    display: inline;
}

.inline-play {
	margin: 5px auto 10px;
	height: 22px;
	width: 34px;
    background-position: top left;
    background-repeat: no-repeat;
}
.inline-play span {
	display: none;
}

/*  BOUTONS PLAYER  MUSIC  */
#menuPlayer li a, a#buttonSound, .titleMenu, #buttonRepeat a, #buttonShuffle a, .playmusic, #buttonPlay a, #buttonPause a {
    background-image: url(../img/blog/playerMusic_buttons_v20090708.png);
    background-repeat: none;
}
.volume a#buttonSound, #buttonRepeat a, #buttonShuffle a {
    width: 32px;
    height: 35px;
    border: 0 none;
}
#buttonPrevious a, #buttonNext a {
    width: 34px;
    height: 35px;
}
#buttonPlay a, #buttonPause a {
    width: 51px;
    height: 53px;
    display: block;
}
#buttonPlay a span, #buttonPause a span {
    display: none;
}
/* Positionnement */
#buttonPrevious a {
    background-position: -101px 0px;
}
#buttonPrevious a:hover {
    background-position: -101px -52px;
}
#buttonPrevious.disabled a {
    background-position: -101px -104px;
}
#buttonPause a {
    background-position: 0 1px;
}
#buttonPause a:hover {
    background-position: 0 -51px;
}
#buttonPlay a {
    background-position: -51px 1px;
}
#buttonPlay a:hover {
    background-position: -51px -51px;
}
#buttonStop a, #buttonStop a:hover {
    background-position: -20px 0;
}
#buttonNext a {
    background-position: -135px 0px;
}
#buttonNext a:hover {
    background-position: -135px -52px;
}
#buttonNext.disabled a {
    background-position: -135px -104px;
}
#buttonRepeat a {
    background-position: -238px 0px;
}
#buttonRepeat a:hover, #buttonRepeat.disabled a:hover {
    background-position: -238px -209px;
}
#buttonRepeat.disabled a {
    background-position: -238px -104px;
}
#buttonShuffle a {
    background-position: -205px 0px;
}
#buttonShuffle a {
    background-position: -205px 0px;
}
#buttonShuffle.disabled a {
    background-position: -205px -104px;
}
#buttonShuffle a:hover, #buttonShuffle.disabled a:hover {
    background-position: -205px -209px;
}

/* Volume sonore  */

a#buttonSound {
    background-position: -170px 0px;
    border: 0 none;
    height: 35px;
    width: 32px;
}
a#buttonSound:hover {
    background-position: -170px -52px;
}
.disabled a#buttonSound {
    background-position: -272px 0px;
}
a#buttonSound:hover {
    background-position: -272px -52px;
}

/* widget player */

#blog .widget a.play {
    width: 23px;
    height: 46px;
    background-position: 0 0;
    background-image: url(../img/blog/playerMusic_buttons_v20090708.png);
    display: block;
    margin: auto;
    
}
#blog .widget a.play:hover {
    background-image: url(../img/blog/playerMusic_buttons_v20090708.png);
    background-position: 0 -52px;
}


/*                 PICTOS                          */
.pictoblog, .pictomsg, .pictoprofil, .pictoSM, .pictopartage {
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 40px;
    padding-bottom: 10px;
}



/* Astro */
.astro_1 {
       background-image: url(../img/icons/astro/astro09.png);
}
.astro_2 {
       background-image: url(../img/icons/astro/astro12.png);
}
.astro_3 {
       background-image: url(../img/icons/astro/astro01.png);
}
.astro_4 {
       background-image: url(../img/icons/astro/astro04.png);
}
.astro_5 {
       background-image: url(../img/icons/astro/astro07.png);
}
.astro_6 {
       background-image: url(../img/icons/astro/astro10.png);
}
.astro_7 {
       background-image: url(../img/icons/astro/astro02.png);
}
.astro_8 {
       background-image: url(../img/icons/astro/astro05.png);
}
.astro_9 {
       background-image: url(../img/icons/astro/astro08.png);
}
.astro_10 {
       background-image: url(../img/icons/astro/astro11.png);
}
.astro_11 {
       background-image: url(../img/icons/astro/astro03.png);
}
.astro_12 {
       background-image: url(../img/icons/astro/astro06.png);
}

/******************************************************
 **                 BOUTONS                        **
*******************************************************/
.inline-play {
    background-image: url(../img/blog/play-mp3.png);
}

.cancel {
	background-image: url(../img/icons/cancel.png);
}

.reply-msg {
    background-image: url(../img/icons/profil_ecrire.png);
}
.cancel {
    background-image: url(../img/icons/cancel.png);
}
.redbouton.cancel, input.cancel {
    background-image: url(../img/icons/listicos/delete.png);
}

.rss {
    background-image: url(../img/icons/rss.gif);
}

/*         BACKGROUND-IMAGE PUCES                  **/
.star01 {
    background-image: url(../img/m/blog/etoile01.png);
}
.star02 {
    background-image: url(../img/m/blog/etoile02.png);
}
.star03 {
    background-image: url(../img/m/blog/etoile03.png);
}
.star04 {
    background-image: url(../img/m/blog/etoile04.png);
}

/*         BACKGROUND-IMAGE PICTOS                 */

.pictoblog {
    background-image: url(../img/pictos/blog.jpg);
}
.pictomsg {
      background-image: url(../img/pictos/messagerie.jpg);  
}
.pictoprofil {
    background-image: url(../img/pictos/profil.jpg);
}
.pictoSM {
    background-image: url(../img/pictos/sm.jpg);
}
.pictopartage {
    background-image: url(../img/pictos/partage.png);
}
/******************************************************
 **         Icones newsfeed                          **
*******************************************************/
.profil{
    background-repeat: no-repeat;
    background-image: url(../img/icons/listicos/nf_modifs.png);
}

/* à revérifier avant de commiter dans stable */
.events ul li em.newevent {
    background-position: 2px 5px !important;
    padding-left: 15px;
    font-weight: bold;
}

.message {
    background: url(../img/icons/messages.png) 5px 20px no-repeat;
}
.message-new {
    background-image: url(../img/icons/message_new.png);
}
.addmp3{
    background-image: url(../img/icons/listicos/play.png);
}
.del-cross {
    float: right;
    background: transparent url(http://static.v4.skyrock.net/img/icons/del-cross.png) 14px 2px no-repeat;
    border: 0;
    height: 14px;
    width: 24px;
    cursor: pointer;
}
a.video-preview { /*FIXME - c'est cacaboudin ya déjà une class .video_play qui existe*/
    width: 105px;
    height: 75px;
    margin-left: -107px;
    float: left;
    background: url(../img/icons/video_play_small.png) center center no-repeat;
    -moz-opacity:.70;
    filter:alpha(opacity=70);
    opacity:.70;
}

.newfrontpadding {
    padding-left: 26px !important;
    padding-bottom: 6px !important;
    padding-top: 6px !important;
}

/* _alert.css */

ç/******************************************
 * Messages d'erreur FIXME : lignes 768 à 858 de _common.css à purger
 * ***************************************/
.widgets {
    margin-top: 10px;
}
.legal {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: left;
    border: 1px solid;
    margin: 5px 0;
    padding: 10px 15px;
    border-color: #d3d3d3;
    background-color:  #f6f6f6;
    color: #959595;
}
.legal a {
    color: #959595 !important;
    text-decoration: underline !important;
}
p.legal, div.legal {
    margin-bottom: 10px;
    display: block;
    position: relative; /* IE6 */
}
#column_right .legal {
	text-align: left;
}
div.legal {
    clear: both;
}
.legal p {
    margin-bottom: 0.5em;
}
ul.legal {
    padding: 0.5em;
    list-style-type: square;
    list-style-position: inside;
}
.legal img, .alert img {
    padding-right: 0.5em;
    vertical-align: -3px;
}

.help {
    background: url(../img/icons/help_small.png) no-repeat left 4px;
    padding: 6px 0;
    padding-left: 26px! important;

}

/******************************************
 * Infobulles
 * ****************************************/
.infobulle { 
    position: absolute;
    z-index: 90;
    visibility: hidden;
    margin-left: 1em;
    width: 15em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 0.5em 1em 0.5em 1em;
    text-align: left !important;
}
span.infos{
    border: 1px solid #ddd;
    background: #f6f6f6;
    color: #999999;
    text-align: left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 0.5em 1em 0.5em 1em;
}
/* 'visibility' plutôt que de 'display' pour des soucis de positionnement */
.infobulle_active { 
    visibility: visible;
}
/* nécessaire pour le positionement de la dernière infobulle des fieldset de l'inscription */
dd.last span.infobulle {
    bottom: 5px;
}

/*************************************************/
 /* Infobulles CGU *******************************
/*************************************************/
.tooltip {
	background: #2B343D;
	opacity : 0.70;
	filter: alpha(opacity=70);
	color: #fff;
	font-size: 0.9em;
	
	width: 250px;
	position: absolute;
	top: 0;
	left: -1000px;
    visibility: hidden;
	padding: 0.5em;
	text-align: left;
}

.infobulle_parent .label_tooltip:hover, 
.infobulle_parent .label_tooltip.hover {
	color: #2B343D !important;
	background-color: #fff !important;
}

/**
 * FIXME : faudrait peut etre cibler de manière plus précise ? 
**/
.tooltip_topleft {
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
}
.tooltip_topright {
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
}
.tooltip_bottomleft {
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
}
.tooltip_bottomright {
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
}

/****************************************** 
* Messages d'erreur 
* ***************************************/ 
.alert, .confirmation, .error, .news, .ghost { 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    padding: 0.5em 1em 0.5em 1em; 
    text-align: center; 
} 
.news { 
    background: #ecebff; 
    color: #6950e4; 
    border: 1px solid #b8b6e0; 
} 
.confirmation { 
    background: #c4ffad; 
    color: #178701; 
    border: 1px solid #75de82; 
} 
.alert { 
    background: #ffffcb; 
    color: #9b7601; 
    border: 1px solid #fec30d; 
} 
.error { 
    background: #ffeae7; 
    color: #fe0000; 
    border: 1px solid #fe0000; 
}
 
.confirmation a, .alert a, .error a { 
    text-decoration: underline; 
} 
.confirmation a { 
    color: #178701 !important; 
} 
.alert a { 
    color: #9b7601 !important; 
} 
.alert .highlight { 
    color: #ff6400 !important; 
} 
.error a { 
    color: #fe0000 !important; 
}
.news a { 
    color: #6950E4 !important; 
}  
p.confirmation, p.alert, p.error, 
div.confirmation, div.alert, div.error, .news { 
    margin-bottom: 10px; 
    display: block; 
    position: relative; /* IE6 */ 
} 
div.confirmation, div.alert, div.error { 
    clear: both; 
} 
.alert p, .confirmation p, .error p, .news { 
    margin-bottom: 0.5em; 
} 
ul.alert, ul.confirmation, ul.error { 
    padding: 0.5em; 
    list-style-type: square; 
    list-style-position: inside; 
} 
#column_right .confirmation, #column_right .alert, #column_right .error, #column_right .news { 
    text-align: left; 
}

/****************************************** 
* Messages d'autorisation
* ***************************************/
.allow_content { 
    text-align: center; 
}

.allow_content h2 { 
    text-align: left; 
}

.allow_content .alert { 
    margin-top: 20px;
	margin-bottom: 20px;	
}

.allow_content .submit{ 
    text-align: center; 
}  
/* _dropbox.css */

/***********************************************
 * La CSS pour les devs :)
 *
 * dropper vos déclarations et commentez-les.
 * ********************************************/

 /*
 *	Mallory
 */
 
 /* Selection d'ami pour envoi d'invitation à ajouter un media externe
 * Utilisé dans :
 * - templates/m/messages/choose-friend.tpl
 * - templates/m/blog/send-friend.tpl
 */
 
 ul.choosefriend li.selected *{
	opacity : 0.2;
 }
 
 iframe#choosefriend {
	 border: 0;
	 width: 100%;
	 overflow: auto;
	 height: 350px;
	 -moz-border-radius: 5px;
	 -webkit-border-radius: 5px;
}

/* 
    FIXME: cibler ce style avec un identifiant (exemple: #monContainer .slidercontent)
    actuellement, ce style casse les autres pages utilisant un slider content
*/
/* Slider Home Media */
#medias_classicals .slidercontent, 
#medias_officials .slidercontent {
	display:none;
}

#medias_classicals .slidercontent-active, 
#medias_officials .slidercontent-active{
	display:block !important;
}
#medias_classicals .slidermenu,
#medias_officials .slidermenu {
	text-align:center;
}
#medias_classicals .slidermenu li,
#medias_officials .slidermenu li,
#medias_classicals .slidernav,
#medias_officials .slidernav,
#medias_classicals .slidernav li,
#medias_officials .slidernav li {
	display:inline;
}
#medias_classicals .sliderlink-active,
#medias_officials .sliderlink-active {
	font-size:1.1em;
	font-weight:bold;
	color:#000;
}

/* 
 * Social Exporter
 */
.social_exporter ul{
    display:none;
    color:black;
    font-weight:bold;
    background-color:white;
    border:1px dashed grey;
    -moz-border-radius:5px;
    width:100px;
    margin:0 auto;
}
.commentaires .active ul {
    display:block;
}
.social_exporter li a{
    color:black; /* FIXME: ne pas mettre !iportant, car ça court-circuite tout le système de la perso */
    text-decoration:none;
    font-weight:normal;
}

/*
 * Noëlie
 */

/* profils....?20081103 (ligne 331) */
#suggestion-relation {
    margin-left: 3px;
    width: 199px;
}
.iframeSuggestion {
    margin-left: 3px !important;
    margin-top: 3px !important;
    width: 199px !important;
    z-index: 500;
}
.iframeSuggestion {
    position: absolute;
}

/* Slider sur Home: blogOfficiel + homeJeux */
/* FIXME: intégrer dans front.ss les corrections présentes dans: templates/home/elements_home/_diaporama.tpl*/ 

/* _smileys.css */

/*********************************************************************************
 * smileys. le .smileys sert à savoir qu'on est sur une page ou faut les activer.
 *********************************************************************************/
.smileys span.s {
    display: inline-block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    text-indent: -1000px;
    text-align: left; /* sinon le indent sert à rien si c'est une autre valeur */
    vertical-align: bottom;
    background-repeat: no-repeat;
    background-image: url(../img/smileys/smileys-16_20081031.png);
}
/* hack pour planquer de IE6 */
* html .smileys span.s {
    background-image: none;
    text-indent: 0;
    display: inline;
    overflow: visible;
    width: auto;
    height: auto;
}
/* hack pour planquer sur FF2 qui n'a pas d'inline-block correct */
.smileys span.s, x:-moz-any-link {
    /*display: none;*/
    visibility: hidden;
}
/* smileys */
.smileys .s_angel { background-position: 0px 0px;}
.smileys .s_angry { background-position: -16px 0px;}
.smileys .s_baby { background-position: -32px 0px;}
.smileys .s_bigsmile { background-position: -48px 0px;}
.smileys .s_blush { background-position: -64px 0px;}
.smileys .s_bored { background-position: -80px 0px;}
.smileys .s_buttlicker { background-position: -96px 0px;}
.smileys .s_crazy { background-position: -112px 0px;}
.smileys .s_evil { background-position: -128px 0px;}
.smileys .s_grr { background-position: -144px 0px;}
.smileys .s_halloween { background-position: -160px 0px;}
.smileys .s_heartbroken { background-position: -176px 0px;}
.smileys .s_heart { background-position: -192px 0px;}
.smileys .s_ironic { background-position: -208px 0px;}
.smileys .s_lovely-eyes { background-position: -224px 0px;}
.smileys .s_nerd { background-position: -240px 0px;}
.smileys .s_nice { background-position: -256px 0px;}
.smileys .s_ninja { background-position: -272px 0px;}
.smileys .s_oops { background-position: -288px 0px;}
.smileys .s_sad { background-position: -304px 0px;}
.smileys .s_sick { background-position: -320px 0px;}
.smileys .s_smile { background-position: -336px 0px;}
.smileys .s_sunglasses { background-position: -352px 0px;}
.smileys .s_suntongue { background-position: -368px 0px;}
.smileys .s_wink { background-position: -384px 0px;}

/* restore pour FF3 qui comprend tous ces sélecteurs */
.smileys span.s, x:-moz-any-link, x:default {
	/*display: inline-block; */
	visibility: visible;
}