#searchMemberSubmit {
    background: url("../images/buttons/rechercher.png") no-repeat scroll left top transparent;
    border: 0 none;
    cursor: pointer;
    height: 28px;
    width: 42px;
}
#searchMember {
    border: 0 none;
    color: #D2DADF;
    font-size: 12px;
    margin: 0 8px;
    padding: 0 10px;
    width: 150px;
}
#searchMemberForm {
    background: url("../images/bgs/recherche.png") no-repeat scroll left top transparent;
    height: 28px;
    padding-top: 1px;
    width: 235px;
}

div#scrollStream {
float: left;
overflow-y: auto;
overflow-x: hidden;
position: relative;
display: inline;
height: 600px;
width: 285px;
background-color :#978981;
}

div#streamList {
    height: 653px;
    background-color :#978981;
    padding-top:9px;
    padding-bottom:9px;
}

div#contentStream{
position: absolute;
top: 5px;
left: 5px;
width:240px;
}

div#slider-wrap {
float: right;
width: 17px;
margin-left:5px;
}

div#slider-vertical {
position: relative;
height: 550px!important;
margin-top: 25px!important;
}

a.ui-slider-handle {
background-color: #b82e26;
width: 14px;
display: block;
position: absolute;
height:50px!important;
margin-bottom:25px!important;
}

.streamItem {
    width : 240px ;
    height:130px ;
    margin-bottom:5px;
    margin-left:5px;
    background: #e4e4e4;
    border-radius:7px;
    overflow: hidden;
}
.lastItem{
    margin-bottom: 0px;
}
.streamItemContent {
    width:100% ;
    height:100% ;
}

.streamUserPicture {
    width:94px ;
    height:130px;
}

.streamUserPicture img {
    width: 80px;
    border-radius:7px 0px 0px 7px;
}

.streamUserInfos {
    color : #333;
    padding:5px;
}

.streamUserName , .streamUserName a{
    font-family: Arial ;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none ;
    color:#1C5FAB;
}
.streamUserAction{
    font-family: Arial ;
    font-size: 10px;
    font-style: italic;
    margin-top: 5px;
}
.streamUserValue, .streamUserValue a{
    font-family: Arial ;
    font-size: 10px;
    font-weight: bold;
    line-height: 11px;
    max-height:33px ;
    overflow: hidden;
    text-decoration: none ;
    color:#1C5FAB;
}

.streamUserValue a:hover,  .streamUserName a:hover{
    text-decoration: underline;
}

.streamUserDate{
    font-family: Arial ;
    font-size: 10px;
    color:#bdb7b4 ;
    margin-top: 0px;
}



.search-position {
    background-color: #efedec ;
    padding: 10px;
    padding-top: 30px;
    border-radius: 5px 5px 0px 0px;
    margin-top: 20px;
}