/**************************************************************
 * http://skyrock.com V5
 * Nouvelle mise en page de la sidebar
 **************************************************************/
 
 /* FIXME reset fieldset */
 #column_right fieldset{
 border: 0;
 margin: 0;
 padding: 0;
 }
 
 
/**** Login ****/

#sky_login {
    font-size: 11px;
}

#sky_login #login_form {
    margin-bottom: 13px;
}

#sky_login #login_form label {
    display: block;
    padding: 2px 0;
}

#sky_login #login_form input {
    width: 294px;
    height: 13px;
    padding: 4px 2px;
    border: 1px solid #999;
    margin:0;
}

#sky_login #login_form input:active,
#sky_login #login_form input:focus {
    border-color: #000;
}

#sky_login label {
    color: #333;
}

#sky_login #login_options li {
    margin-bottom: 6px;
}

#sky_login #login_options label {
    color: #777;
}

#sky_login #sky_inscription {
    padding: 10px;
    border: 1px solid #ddd;
    background: #f6f6f6;
}

#sky_login #sky_inscription:not(foo) {
    margin-top: 16px\9;
}

* html #sky_login #sky_inscription {/* FIX-ie6 */
    margin-top: 4px;
}

*:first-child+html #sky_login #sky_inscription {/* FIX-ie7 */
    margin-top: 2px;
}

#sky_login #sky_inscription .bouton_highlight {
    margin-top: 8px;
    margin-right: auto\9;
    margin-left: auto\9;
    min-width: 95px\9;
}

#sky_login #sky_inscription .msg_inscription {
    display: block;
    margin: -2px 0 -1px 0;
    font-weight: bold;
    font-size: 14px;
}

#sky_login #sky_inscription .bouton_highlight:hover {
    text-decoration: none;
}

/*** HOME ACCUEIL : Recherche profil en sidebar (surcharge des styles du bloc recherche HOME PROFIL) */

#column_right .notin_sidebar {
    display: none;
}
#column_right .bloc_recherche_home form {
    padding: 18px 10px;
}

/* Annulation des doubles colonnes types grille */
#column_right .recherche_criteres, 
#column_right .recherche_criteres + div, 
#column_right #recherche_options {
    width: 100%;
    float: none !important;
}
#column_right .recherche_criteres .col_half.floatleft + .col_half.floatleft {
    margin-left: 10px;
}
#column_right form.bloc_bckgrd_home .floatleft:nth-child(even) {
    margin-left: 0;
}

#column_right .bloc_recherche_home select.select {
    max-width: 280px;
}

/* Ligne du bouton Rechercher */
#column_right #recherche_options .submitline {
    clear: both;
    float: none !important;
    width: 100%;
    text-align: center;
    padding-top: 10px; 
    height: auto;
}
#column_right #recherche_options .submitline .bouton {
    float: none !important;
    margin: 0 auto;
    padding: 8px 10px 8px 53px;
    background-image: url(/img/recherche/recherche_big_2014.png);
    background-position: 5px 3px;
    background-repeat: no-repeat;
}

#column_right #recherche_options .submitline span {
    position: relative;
    display: inline-block;
}
#column_right #recherche_options .submitline span:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 32px;
    height: 28px;
    width: 1px;
    border: none;
    border-right: 1px solid #5abeff;
}

/**** Recherche simplifiée ****/

#recherche_simple label,
.recherche_simple label {
    font-size: 12px;
    font-weight: bold;
}

#recherche_simple .text,
.recherche_simple .text {
    width: 215px;
    margin-top: 3px;
    margin-right:5px;
}

#recherche_simple .bouton_wide,
.recherche_simple .bouton_wide {
    padding: 6px 10px;
}


/**** Auto promo ****/

#promo_skyrockfm ul {
    margin-top: 1px;
}
#promo_skyrock ul {
    margin-top: 0;
    height: 282px;/* pour que le bloc entier fasse 318px pour les habillages home */
}

#promo_skyrockfm li,
#promo_skyrock li {
    float: left;
    display: inline;
}

#promo_skyrockfm li + li {
    margin-left: 1px;
}

#promo_skyrock li {
    margin-right: 16px;
    margin-top: 10px;
}

#promo_skyrock img {
    display: block;
    border: 1px solid #ddd;
}

#promo_skyrockfm .last,
#promo_skyrock .last {
    margin-right: 0;
}

/**** Fait ta pub ****/

#scrolltapub,
#scrolltapub h3 span {
    background: #eff8ff;
}

#scrolltapub ul {
    height: 60px;
    overflow: hidden;
}
/****************************************************************************
 * Sidebar admin
****************************************************************************/
/* OLDIE
.push_write {
    padding: 10px 0;
    border: 1px solid #ddd;
    background: #f6f6f6;
    text-align: center;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit	-border-radius: 0;
}
*/
#admskyrock .bouton_highlight {
    color: #fff !important;
    background-position: 0 -72px;
    border-color: #7ebdf2 #55abeb #2e99e4;
    -moz-box-shadow: 0px 1px 2px #449cda;
    -webkit-box-shadow: 0px 1px 2px #449cda;
    text-shadow: 0 1px 1px #449cda;
}
#admskyrock .bouton_highlight:hover {
    background-position: 0 -108px;
}
