/*  SOCIAL  */

/* life setter */

#socialBarContent .life.set { 
 position: absolute;
 top: -35px;
 left: 56px;
 }


#socialBarContent .life.set .top { 
 width: 10px;
 height: 30px;
 background: transparent url('../images/social/quote.png') no-repeat;
 float: left;
 }

#socialBarContent .life.set .bottom { 
 width: 5px;
 height: 30px;
 background: transparent url('../images/social/me/life/bottom.png') no-repeat;
 float: left;
 }

#socialBarContent .life.set .middle { 
 height: 27px;
 padding-top: 1px;
 padding-bottom: 2px;
 background: transparent url('../images/social/me/life/middle.png') repeat-x;
 float: left;
 position: relative;
 }

#socialBarContent .life.set .middle .content { 
 height: 23px;
 padding-top: 4px;
 background: #d8d8d8 url('../images/social/me/life/back.png') repeat-y;
 position: relative;
 }

#socialBarContent .life.set .middle .content .shadow { 
 width: 2px;
 height: 20px;
 background: transparent url('../images/social/me/life/shadow.png') no-repeat;
 float: left;
 }

#socialBarContent .life.set .middle .content .to { 
 height: 20px;
 border-top: 1px solid #dfdfdf;
 border-bottom: 1px solid #dfdfdf;
 float: left;
 height: 16px;
 padding: 1px 3px;
 color: #E2114D;
 font-weight: bold;
 background-color: #fff;
 }

#socialBarContent .life.set .middle .content input.entry {  
 border-top: 1px solid #dfdfdf;
 border-bottom: 1px solid #dfdfdf;
 border-left: none;
 border-right: none;
 font-size: 11px;
 padding: 2px 23px 3px 0px;
 color: #525252;
 vertical-align: middle;
 width: 230px;
 background: #fff url('../images/social/bquote.gif') no-repeat 237px 50%;
}

#socialBarContent .life.set .middle .content input.entry.processing { 
 background-color: #0000ff;
 }

#socialBarContent .life.set .middle .content input.entry.success { 
 background-color: #00ff00;
 }

#socialBarContent .life.set .middle .content input.entry.failed { 
 background-color: #ff0000;
 }




#socialBarContent .life.set .middle .content .submit { 
 background: transparent url('../images/social/submit.gif') no-repeat;
 background-position: 0 0;
 width: 37px;
 height: 20px;
 margin-left: -3px;
 vertical-align: middle;
 display: inline-block;
 cursor: pointer;
 }

#socialBarContent .life.set.processing .middle .content .submit { 
 background-position: -37px 0;
 cursor: default;
 }

#socialBarContent .life.set .middle .content .input { 
 position: relative;
 }


#socialBarContent .life.set .citation { 
 width: 289px;
 left: 6px;
 bottom: 15px;
 position: absolute;
 height: 1px;
 overflow: hidden;
 }

#socialBarContent .life.set .citation.opened { 
 overflow: visible;                                                    
 height: auto;
 }

#socialBarContent .life.set .citation .top { 
 width: 289px;
 height: 4px;
 background: transparent url('../images/social/top.png') no-repeat;
 float: none;
 }

#socialBarContent .life.set .citation .content { 
 width: 289px;
 background: transparent url('../images/social/middle.png') repeat-y;
 float: none;
 padding-top: 0px;
 height: auto;
 padding-bottom:2px;
 position:relative;
 }

#socialBarContent .life.set .citation .content .q { 
 background: #e0e0e0 url('../images/social/cite_back.gif') no-repeat;
 position: absolute;
 left: 1px;
 top: -2px;
 width: 30px;
 height: 18px;
 }

#socialBarContent .life.set .content .act { 
 position: absolute;
 left: 7px;
 top: -4px;
 width: 30px;
 background: #fff url('../images/social/updown.gif') no-repeat;
 z-index: 2;
 cursor: pointer;
 display: none;
 }

#socialBarContent .life.set.citation .content .act { 
 display: block;
 }


#socialBarContent .life.set .content .act.down { 
 height: 13px;
 background-position: 0 0;
 }

#socialBarContent .life.set .content .act.up { 
 height: 16px;
 background-position: 0 -13px;
 top: -7px;
 }

#socialBarContent .life.set .citation .content span { 
 padding-left:35px;
 display: block;
 color:#9C9C9C;
 font-size:11px;
 width: 230px;
 }

#socialBarContent .life.set .citation .content span .to { 
 float: none;
 border: none;
 display: inline;
 padding: 0;
 color: #8AAC03;
 font-weight: normal;
 }

#socialBarContent .life.set .citation .content .close { 
 width: 9px;
 height: 9px;
 cursor: pointer;
 background: transparent url('../images/social/close.png') no-repeat;
 position: absolute;
 top: 2px;
 right: 5px;
 }



/* -- */


#socialBar { 
 background: #2e2e2e url('../images/social/bar.gif') repeat-x;
 width: 100%;
 position: fixed;
 z-index: 100;
 bottom: 0px;
 height: 25px;
 }

#socialBarContent { 
 width: 987px;
 margin: 0 auto;
 padding-left: 3px;
 color: #fff;
 position: relative;
 }

#socialBarContent .link { 
 display: block;
 height: 21px;
 float: left;
 font-family: "Lucida sans", "Trebuchet MS";
 padding: 0 5px;
 padding-top: 4px;
 font-size: 14px;
 color: #fff;
 position: relative;
 font-weight: normal;
 }

#socialBarContent .link.potes { 
 width: 96px;
 }

#socialBarContent .link.membres { 
 width: 150px;
 }


/* BULLE NB CO */

#socialBarContent .link .nb { 
 font-size: 11px;
 font-family: "Trebuchet MS";
 display: block;
 position: absolute;
 height: 15px;
 top: -11px;
 left: 6px;
 z-index: 3;
 }

#socialBarContent .link .nb .left { 
 background-image: url('../images/social/s2.png');
 background-position: -266px 0px;
 width: 3px;
 height: 22px;
 font-size: 1px;
 float: left;
 }


#socialBarContent .link .nb .right { 
 background-image: url('../images/social/s2.png');
 background-position: -266px -22px;
 width: 3px;
 height: 22px;
 font-size: 1px;
 float: left;
 }

#socialBarContent .link .nb .val { 
 background: transparent url('../images/social/nb_middle.gif') repeat-x;
 height: 22px;
 float: left;
 font-size: 10px;
 font-family: "Arial", "sans-serif";
 }

#socialBarContent .link:hover .nb .left, #socialBarContent .link.selected .nb .left { 
 background-position: -269px 0px;
 }
#socialBarContent .link:hover .nb .right, #socialBarContent .link.selected .nb .right { 
 background-position: -269px -22px;
 }
#socialBarContent .link:hover .nb .val, #socialBarContent .link.selected .nb .val { 
 background-position: -0px -22px;
 }


#socialBarContent .link:hover { 
 background-color: #8CAE04;
 text-decoration: none;
 }

#socialBarContent .link .close { 
 background: transparent url('../images/social/close.png') no-repeat; 
 position: absolute;
 right: 5px;
 top: 7px;
 z-index: 10;
 width: 8px;
 height: 8px;
 display: none;
 }

#socialBarContent .link.selected .close { 
 display: block;
 }

/* BTN MEMBRES/POTES */

#socialBarContent .link.membres .disp, #socialBarContent .link.potes .disp { 
 background-image: url('../images/social/s2.png');
 display: block;
 position: absolute;
 height: 25px;
 top: 0px;
 left: 0px;
 cursor: pointer;
 z-index: 4;
 }



/* BTN MEMBRE */

#socialBarContent .link.membres .disp { 
 width: 160px;
 background-position: -106px 0px;
 }

/* hover sans fleche */
#socialBarContent .link.membres:hover .disp { 
 background-position: -106px -35px;
 height: 25px;
 top: 0px;
 }

/* selected avec fleche */
#socialBarContent .link.membres.selected .disp { 
 background-position: -106px -26px;
 height: 34px;
 top: -9px;
 }

/* BTN POTE */

#socialBarContent .link.potes .disp { 
 width: 106px;
 background-position: 0px 0px;
 }

#socialBarContent .link.potes:hover .disp { 
 background-position: 0px -35px;
 height: 25px;
 top: 0px;
 }


#socialBarContent .link.potes.selected .disp { 
 background-position: 0px -26px;
 height: 34px;
 top: -9px;
 }



#socialBarContent .list { 
 position: absolute;
 left: 81px;
 display: none;
 bottom: 0px;
 z-index: 3;
 }

#socialBarContent.unloged .list { 
 left: 2px;
 }

#socialBarContent .list .top { 
 width: 270px;
 height: 4px;
 font-size: 1px;
 background: transparent url('../images/social/s2.png') no-repeat 0px -60px;
 }

#socialBarContent .list .middle { 
 background: transparent url('../images/social/middle.png') repeat-y;
 width: 266px;
 padding: 5px 2px 0px;
 }

#socialBarContent .list .middle .content { 
 position: relative;
 }

#socialBarContent .list .middle .content .loading { 
 width: 267px;
 top: -8px;
 left: 0px;
 display: none;
 }

#socialBarContent .list .middle .data p { 
 color: #424242;
 padding: 5px;
 }

/*  -----  */

/* CHAT */


#container.chat .list li { 
 display: inline-block;
 width: 122px;
 margin-left: 10px;
 margin-bottom: 10px;
 text-align: center;
 }

#container.chat .list li.first { 
 margin-left: 0px;
 }

#container.chat .list .avatar { 
 width: 122px;
 }



#socialBarContent #chat { 
 width: 630px;
 height: 25px;
 position: relative; 
 float: left;
 overflow: visible;
 margin-left: 6px;
 }

#socialBarContent #chat.ligh { 
 width: 300px;
 }

#socialBarContent #chat .next, #socialBarContent #chat .prev { 
 float: left;
 height: 25px;
 width: 22px;
 visibility: hidden;
 border-left: 1px solid #5e5e5e;
 border-right: 1px solid #5e5e5e;
 padding: 4px 5px 0px 5px;
 font-size: 11px;
 font-weight: bold;
 background: #2C2C2C url('../images/social/back_more.png') repeat-x;
 cursor: pointer;
 text-align: center;
 }

#socialBarContent #chat .next.new, #socialBarContent #chat .prev.new { 
 background: #7EA523;
 }

#socialBarContent #chat .next { 
 margin-left: 2px;
 }

#socialBarContent #chat .content { 
 float: left;
 position: relative;
 margin-left: 4px;
 width: 473px;
 height: 100%;
 overflow: visible;
 }

#socialBarContent #chat.ligh .content { 
 width: 262px;
 }

#socialBarContent #chat .wrapper { 
 overflow: hidden;
 position: relative;
 height: 44px;
 bottom: 23px;
 }

#socialBarContent #chat .handles { 
 height: 100%;
 }

/* wrapper -> handle (tout nest plus dans le li, on met la convers dans une div externe) */
#socialBarContent #chat .handle { 
 width: 43px;
 height: 44px;
 float: left;
 position: relative;
 margin-left: 0px;
 top: 3px;
 }

/* on abandonne .hover, .selected, trop gourmand */
#socialBarContent #chat .handle.hover, #socialBarContent #chat .handle.selected { 
 top: 0px;
 z-index: 3;
 }

/* les images sont maintenant dans .handle et non plus .window */
#socialBarContent #chat .handle img { 
 display: inline;
 vertical-align: middle;
 padding: 3px;
 width: 35px;
 height: 35px;
 background: transparent url('../images/social/halo.png') no-repeat 50% 50%;
 cursor: pointer;
 }

/* les images sont maintenant dans .handle et non plus .window */
#socialBarContent #chat .handle.blip img { 
 background: transparent url('../images/social/blip.png') no-repeat;
 }



#socialBarContent #chat .alert { 
 position: absolute;
 bottom: 6px;
 left: 0px;
 width: 40px;
 height: 16px;
 background: transparent url('../images/social/alert.png') no-repeat 3px 0px;
 text-align: center;
 font-weight: bold;
 cursor: pointer;
 display: none;
 }

#socialBarContent #chat .convid { 
 display: none;
 }

#socialBarContent #chat .window { 
 position: absolute;
 bottom: 2px;
 }

#socialBarContent #chat .convers { 
 width: 200px;
 position: absolute;
 bottom: 30px;
 margin-left: -9999px;
 }

#socialBarContent #chat .convers.selected { 
 margin-left: -7px;
 z-index: 3;
 }

#socialBarContent #chat .convers.overflow { 
 margin-left: -9999px;
 }

#socialBarContent #chat .convers .top { 
 background: transparent url('../images/social/top.png') no-repeat;
 height: 22px;
 width: 183px;
 color: #fff;
 font-size: 16px;
 padding: 10px 20px 0px 14px;
 font-weight: bold;
 font-family: "Trebuchet MS";
 position: relative;
 }

#socialBarContent #chat .convers .top a { 
 color: #fff;
 }

#socialBarContent #chat .convers .middle { 
 background: transparent url('../images/social/middle.png') repeat-y; 
 width: 202px;
 padding: 5px 0px 5px 15px;
 }

#socialBarContent #chat .convers .bottom { 
 background: transparent url('../images/social/bottom.png') no-repeat; 
 width: 217px;
 height: 24px;
 }

#socialBarContent #chat .convers .entry {
 border: 1px solid #d1d1d1;
 margin-right: 0px;
 width: 162px;
 height: 18px;
 font-size: 13px;
 overflow: hidden;
 font-family: "Trebuchet MS";
 }


#socialBarContent #chat .convers .text { 
 color: #323232;
 margin-bottom: 10px;
 max-height: 250px;
 overflow: auto;
 width: 192px;
 }

#socialBarContent #chat .convers .text .login { 
 font-weight: bold;
 display: inline-block;
 margin-top: 3px;
 }

#socialBarContent #chat .convers .text .me { 
 color: #4d4d4d;
 } 

#socialBarContent #chat .convers .text .login.me { 
 color: #4f4f4f;
 } 

#socialBarContent #chat .convers .old .histo { 
 background: transparent url('../images/social/sep.png') no-repeat 3px 100%;
 padding-bottom: 10px;
 margin-bottom: 5px;
 font-size: 11px;
 }

#socialBarContent #chat .convers .old .histo, #socialBarContent #chat .convers .old .histo .me { 
 color: #B4B4B4;
 }

#socialBarContent #chat .convers .old .histo .login, #socialBarContent #chat .convers .old .histo .login.me { 
 color: #A1A1A1;
 margin-top: 0px;
 }


#socialBarContent #chat .convers .minimize { 
 height: 13px;
 width: 12px;
 font-size: 1px;
 background: transparent url('../images/social/minimize.png') no-repeat; 
 top: 14px;
 right: 32px;
 position: absolute;
 cursor: pointer;
 }

#socialBarContent #chat .convers .close { 
 width: 13px;
 height: 13px;
 font-size: 1px; 
 background: transparent url('../images/social/close.gif') no-repeat 4px 3px;
 border-left: 1px solid #acc738;
 padding-left: 3px;
 top: 14px;
 display: block;
 right: 10px;
 position: absolute;
 cursor: pointer;
 }

#socialBarContent #chat .convers .reduc { 
 border-bottom:2px solid #EAF1CF;
 width: 11px;
 height: 10px;
 position: absolute;
 cursor: pointer;
 top: 14px;
 right: 30px;
 }

#socialBarContent #chat .convers .add { 
 width: 13px;
 height: 13px;
 font-size: 1px; 
 background: transparent url('../images/social/add_friend.png') no-repeat;
 top: 16px;
 display: block;
 right: 43px;
 position: absolute;
 cursor: pointer;
 }

#socialBarContent #chat .convers .block { 
 width: 13px;
 height: 13px;
 font-size: 1px; 
 background: transparent url('../images/social/block.png') no-repeat;
 top: 16px;
 display: none;
 right: 29px;
 position: absolute;
 cursor: pointer;
 }

#socialBarContent #chat #Csound { 
 width: 1px;
 height: 1px;
 overflow: hidden;
 position: absolute;
 top: -1000px;
 left: -1000px;
 }

/* ---- */










