/************************************
 * Fichier template pour positionner
 * les elements des blogs et des fiches
 * profil
 * **********************************
 * RE/SET common stuff
 * **********************************/
#header_top, #header_right {
	background: #242424;
}
img.poweredBy {
    background-image: url(/img/recherche/google-white.png);
}
* html img.poweredBy {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.v41.skyrock.com/img/recherche/google-white.png',sizingMethod='crop');
}
#blog { /* >> body ID */
	position: relative;
	margin: auto;
	text-align: center;
}
#blog-pop, #profil-pop {
	margin: 0 auto auto;
	text-align: left;
}
/************************************
 * Classes diverses
 * **********************************/
.blog a:hover img {
	opacity: 0.7;
}
#blogprofil h3 {
   margin-top: 5px;
}
#blogprofil h3 a {
    text-decoration: none;
}
#blogprofil h3 a:hover {
    text-decoration: underline;
}
a.writemsg, a.msgvocal, a.messages, a.invitations, a.listenvocmsg,
a.defis, a.defier, a.palmares, a.commentadd, a.commentview, a.sendvideo, a.createalbum,
a.addtofriend, a.friends, a.addtofavorite, a.userdelete, a.announceblog, a.addtoban {
    padding-left: 23px;
}
a.addtoban {
    background: url(/img/icons/user_delete.png) left no-repeat;
}
a.victory, a.nul, a.defeat, a.defiencours {
    padding-left: 18px;
    margin-right: 3px;
}
a.friends {
    background: url(/img/icons/amis.png) left top no-repeat;
    padding-bottom: 2px;
}
a.addtofriend {
    background: url(/img/icons/addtofriends.png) left no-repeat;
}
a.addtofavorite {
    background: url(/img/icons/favoris_ajouter.png) left no-repeat;
    padding-top: 1px;
    padding-bottom: 1px;
}
a.userdelete {
    background: url(/img/icons/user_delete.png) left no-repeat;
}
a.invitations {
    background: url(/img/icons/amis_invitation.png) left no-repeat;
    padding-top: 1px;
    padding-bottom: 1px;
}
a.messages {
    background: url(/img/icons/messages.png) left -1px no-repeat;
    padding: 0 0 2px 22px;
}
a.writemsg {
    background: url(/img/icons/message_envoye.png) left no-repeat;
}
a.listenvocmsg, a.msgvocal {
    background: url(/img/icons/message_vocal.png) left no-repeat;
}
a.announceblog {
    background: url(/img/icons/announceblog.png) left no-repeat;
}
a.commentadd {
    background: url(/img/icons/comment-add.png) left no-repeat;
    padding-bottom: 1px;
}
a.commentview {
    background: url(/img/icons/commentaires.png) left no-repeat;
    padding-bottom: 1px;
}
a.commentadd, a.commentview {
	padding-top: 2px;
	padding-bottom: 2px;
}
a.play {
	display: block;
	margin: 5px auto 10px auto;
	height: 22px;
	width: 34px;
	background: url(/img/blog/play-mp3.png) center top no-repeat;
}
a.play span {
	display: none;
}
a.inline-play {
    background: transparent url(/img/blog/play-mp3.png) no-repeat left center;
    display: block;
    margin: 0.5em 0;
    padding: 0.25em 0 0.5em 40px;
}
a.addmusic {
    padding: 1px 4px 1px 16px;
    background: url(/img/icons/addmusic.gif) 3px no-repeat;
}
a.sendvideo {
    background: url(/img/icons/video_webcam.png) left no-repeat;
}
a.createalbum {
    background: url(/img/icons/photos.png) left no-repeat;
}
a.defis {
    background: url(/img/icons/defis.png) left no-repeat;
}
a.palmares {
    background: url(/img/icons/palmares.png) left 2px no-repeat;
}
a.victory {
    background: url(/img/profils/voteplus.png) left 2px no-repeat;
}
a.nul {
    background: url(/img/profils/votenul.png) left 2px no-repeat;
}
a.defeat {
    background: url(/img/profils/voteminus.png) left 2px no-repeat;
}
a.defiencours {
    background: url(/img/icons/defis-en-cours.png) left top no-repeat;
    padding: 1px auto 1px 20px;
}
p.addtf a {
	padding-top: 2px;
	padding-bottom: 2px;
}
a.hide {
    background: url(/img/icons/masquer.png) right no-repeat;
    padding-right: 20px;
    text-decoration: none;
    color: #938f8a;
}
a.show {
    background: url(/img/icons/afficher.png) right no-repeat;
    padding-right: 20px;
    text-decoration: none;
    color: #938f8a;
}
a.show:hover, a.hide:hover {
    text-decoration: underline;
}
/************************************
 * Logo
 * **********************************/
#logo {
	background-color: #242424;
}
#blog-pop #logo, #profil-pop #logo {
	background-color: #242424;
	width: 100%;
}
#logo span, #logo h1 {
     display: none;
}
/************************************
 * Menu consultation
 * **********************************/
#menubp {
	position: relative;
	z-index: 1;
	padding: 7px 5px 8px;
	background: #242424;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	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 {
	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 select, #quicksearchbox {
        background-color: #000;
	color: #fff;
}
#search_form #quicksearchbox {
	padding-top: 1px;
	padding-bottom: 1px;
}
/************************************
 * Structure
 * **********************************/
#wrapper {
	text-align: left;
	clear: both;
	margin: 5px 0;
	overflow: hidden; /* clear des floats */
}
#blogcontent {
	float: left; /* quand on veut faire floater barright a gauche, on passe en float:left */
	overflow: hidden;
}
* html #blogcontent {
	position: relative;
}
#blog #blogcontent, #blog-pop #blogcontent {
    width: 625px;
}
div.team #blogcontent {
	padding-top: 110px;
	margin-bottom: -110px;
	background-image: url(http://static.v41.skyrock.com/img/templates/blogs/115/logo_skyrockteam.png);
	background-position: center 10px;
	background-repeat: no-repeat;
}
/************************************
 * Sidebars
 * **********************************/
div.sidebar {
	width: 169px;
	border: 1px solid;
    overflow: hidden;
    margin-bottom: 5px;
}
#barright {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	float: right;
	clear: right; /* quand on veut faire floater barleft a droite ou barright a gauche  on vire ça */
}
#coleft {
	margin: 0 8px 0 0;
	float: left;
	clear: left; /* quand on veut faire floater barright a gauche, on vire ça */
}
#barleft {
	position: relative;
	border-top: 0;
	margin-top: 26px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
}
.sidebar h3 {
	font-size: 1em;
	margin: 0 0 0.5em;
}
.widget h3 {
	font-size: 1.1em;
}
.sidebar h4 {
	display: block;
	font-size: 1.1em;
	padding: 2px 1px 2px 1px;
	margin: 5px 6px 6px 6px;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.sidebar h4 small {
	display: block;
	font-size: 0.8em;
	font-weight: normal;
}
span.nb {
	font-weight: normal;
}
#searchblog {
	font-size: 1em;
	border: 1px solid #eee;
	background: #fff;
	width: 110px;
}
/************************************
 * Sidebar Switch
 * **********************************/
#switchitem {
    position: relative;
    width: 170px;
    z-index: 3;
}
#currentbp, #changebp {
    position: absolute;
    top: 0;
    text-align: center;
}
#currentbp {
    width: 125px;
    left: 0;
    height: 28px;
    font-size: 1.1em;
}
#currentbp.fullwidth {
    width: 171px;
}
#changebp {
    width: 45px;
    right: 0;
    height: 26px;
    font-size: 0.9em;
}
#currentbp a, #changebp a {
    display: block;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid;
}
#currentbp a {
    z-index: 0;
    height: 17px;
    padding: 5px 0 3px 10px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    border-bottom: none !important;
}
#changebp a {
    height: 14px !important;
    padding: 4px 0 4px;
    margin-top: 3px;
    border-left: none;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
}

span.officiel {
	position: absolute;
	top: 0;
	left: 0;
	width: 63px;
	height: 63px;
	z-index: 9;
}
.rss {
	margin: auto;
}
/************************************
 * Contenu sidebars
 * **********************************/
.mini-profil img.avatar,
#blogprofil img.avatar {
    border: 1px solid #7E6F54;
}
.sidebar h3.blogtitle {
	text-align: center;
	padding: 0;
	margin: 0 6px 1em;
}
.sidebar p, #blogwhois ul, #bloginfo ul, #favoris ul, #amis ul {
	margin: 0 6px;
}
#bloginfo ul,#favoris ul, #amis ul {
	overflow: hidden;
}
#blogwhois {
	text-align: center;
	padding-top: 1.8em;
}
#blogwhois .infos {
	text-align: center;
	margin: 3px auto 5px;
}
#blogwhois .infos strong {
	font-weight: normal;
}
#blogwhois .description strong,
#blogwhois .infos strong {
        display: block;
	margin-bottom: 0.5em;
}
#blogmessagerie ul {
	margin-top: 10px;
	margin-bottom: 15px;
}
#blogmessagerie ul li {
	display: block;
	padding: 4px;
	position: relative;
	border-bottom: 1px solid;
}
#blogmessagerie a {
	text-decoration: none;
	display: block;
}
#blogprofil .details {
	display: block;
}
#amis ul li.fancy {
	margin: 3px 0 0 0;
	float: left;
	text-align: center;
	margin: 3px 0 5px 10px;
	width: 60px;
}
#amis p.infos {
	white-space: nowrap;
}
#favoris li, #amis li {
	margin-bottom: 0.3em;
}
.widget {
	margin: 10px;
	text-align: center;
	padding: 5px;
	overflow: hidden;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid;
}
.sidebar #musicwidget {
	margin-top: 10px;
}
#musicwidget .pseudologo {
	margin-top: 10px;
}
#musicwidget .pseudologo a {
	font-weight: bold;
	font-style: italic;
	opacity: 0.7;
	letter-spacing: -1px;
	text-decoration: none;
}
#musicwidget .avatar {
	width: 75px;
	height: 75px;
}
#cybercop {
	position: relative;
	bottom: 0;
	margin: 20px 0 0;
	padding: 0.2em 0;
	width: 100%;
	overflow: hidden;
	text-align: center;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
#cybercop a {
	padding: 4px 0 4px 20px;
	background: url(/img/icons/signalize.png) left no-repeat;
	text-decoration: none;
}
/************************************
 * Contenu Blog
 * **********************************/
.retourblog {
	text-align: left;
	padding: 0.5em 0;
}
.article {
	margin-bottom: 10px;
	border: 1px solid;
	font-family: "Arial","Helvetica", sans-serif;
	position: relative;
	overflow: hidden;
}
* html #blogcontent .article {
	z-index: -1;
}
.post {
	margin: 10px;
	font-size: 1em;
}
.article .post div.image-container {
	margin: 0 0 5px 0;
}
.article .post div.left {
	float: left;
	margin-right: 2px;
}
.article .post div.right {
	float: right;
	margin-left: 2px;
}
.article .post div.center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.article .post div.after {
	margin-top: 5px;
}
h2 {
	margin-bottom: 10px;
	font-size: 1.2em;
	padding: 3px 5px 4px 5px;
}
.article h2 {
	text-align: center;
}
.article .noarticle {
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	display: block;
	padding: 20px;
}
#blogcomments .commentaires,
#blogcontent .commentaires {
	clear: both;
	text-align: center;
	margin: 8px auto;
}
#blogcontent .commentview span {
	font-weight: bold;
}
div.date {
	clear: both;
	padding: 0.2em;
	width: auto;
	overflow: hidden;
}
* html div.date {
	height: 1.2em;
}
#blogcontent .created_on { float: left; }
#blogcontent .modified_on { float: right; }
/************************************
 * Page ami.e.s
 * **********************************/
#blogfriends {
	position: relative;
}
p.addtf {
	font-weight: bold;
	position: absolute;
	top: 3px;
	right: 10px;
}
#friendslist {
	overflow: hidden;
}
* html #friendslist {
	overflow: visible;
	height: 1%;
}
#friendslist li {
	float: left;
	height: 135px;
	width: 130px;
	margin: 0 0 0 20px;
	overflow: hidden;
}
* html #friendslist li {
	margin: 0 0 0 15px;
}
/************************************
 * Commentaires et Photos
 * **********************************/
#blogcomments, #blogphoto {
	margin: 5px 10px;
	text-align: left;
}
.blogname {
	font-size: 1em;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 20px;
	vertical-align: middle;
	float: left;
}
#blogcomments .comment-item {
	clear: both;
	margin: 0 15px 5px 15px;
	text-align: left;
	padding: 5px;
	overflow: auto;
}
* html #blogcomments .comment-item {
	height: 1%;
}
div.identified img.avatar {
	float: left;
	margin-right: 5px;
}
#blogcomments p.comment_info, #blogphoto p {
	margin: 0 0 10px 0;
}
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: 98%; */
    	width: 220px;
	padding: 2px 0 2px 2px;
}
div.comment-edit textarea.txt {
	width: 98%;
	overflow: hidden;
	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 select, div.comment-edit textarea.txt {
	border: 1px solid #666;
	background: #eee;
	color: #333;
}
#blogphoto div.photo-container {
	padding: 0 0 10px 0;
	margin: 10px;
}
#blogphoto div.article {
	text-align: center;
}
#blogphoto div.article img {
	margin: auto;
}
/************************************
 * Music download
 * **********************************/
#download {
	margin: 10px;
}
#download p {
	padding: 5px;
}
#download h2 {
	margin: 0;
}
/************************************
 * Publicité
 * **********************************/
.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;
    text-align: left !important; /* a nettoyer */
}
.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;
}
#promos_ads { /* pub textuelle en bas de page */
    border: 1px solid;
}
#promos_ads_left p {
    margin: 0;
    display: inline;
}
#promos_skyrock li {
    margin-bottom: 0;
}
#promos_skyrock h5 {
    font-weight: normal;
}
/*********************************************
 * Actions
 *********************************************/
.article #send_message {
	border: none;
	margin: 0 0 10px 0;
}
.article pre {
    overflow: auto;
    margin: 0;
    padding: 0.5em;
    font-family: Courier New, Courier, mono;
    clear: both;
}
p.suite {
    clear:both;
    text-align:right;
}
/*********************************************
 * Annonce vocale
 *********************************************/
.vocal-content ol {
    margin-top: 1em;
    list-style-position: inside;
    padding: 1em;
}
.vocal-content ol li {
    margin-bottom: 0.5em;
}
.vocal-content #son, .vocal-content p {
    padding: 1em;
}
/*********************************************
 * Défis
 *********************************************/
h3#current, h3#draw, h3#win, h3#loss {
    margin: 0.5em;
    font-size: 1em;
    text-align: left;
}
ul.past_defis {
}
.past_defis li {
    float: left;
    width: 134px;
    height: 93px;
    margin: 0 6px 5px;
    text-align: center;
    padding: 5px;
    color: #000;
    background: url(/img/icons/palmares_all_li.png) left top no-repeat;
}
.past_defis img.avatar {
    width: 50px;
    height: 50px;
}
.past_defis .score {
    display: block;
    font-size: 1.1em;
}
/*********************************************
 * player vocal
 *********************************************/
#mvocal {
    text-align: center;
    margin: 0.5em auto;
}

/***************************************
 * CAPTCHA, recopié de admin-styles.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;
}
