/**
 * Layout 2 columns
 * Page Aboutus
 * //// Antistatisque.net
 */

#aboutus_main_column{
   width: 700px;
   margin: 0 10px 20px 0;
}
#aboutus_top{
   margin-bottom: 20px;
}
div.internal_column{
   float:left;
   width: 200px;
   padding: 10px;
}
.function{
   display: block;
   margin: -5px 0 10px 0;
   font-size: 12px;
}

ul.skills{
   display: block;
   list-style-type: none;
}
ul.skills li{
   display: list-item;
   padding: 0 0 0 10px;
   background: transparent url('/public/themes/as/images/dashlist.png') no-repeat;
}

#content address{
   margin: 10px 0 10px 20px;
}

/* filter */
#subheader{
   margin-top: 3px;
   width: 100%;
   height: 20px; /* 32px */
   background-color:#373737;
   color: #fff;
   padding: 6px 10px 6px 0px;
}
#subheader{
/*   display:none;*/
}
#subheader p{
   float:left;
   margin: 0;
}

#subheader.filtered{
/*   background-color: #cfc;*/
}

/****
 * Special CSS pour la page vielle technologique
 ****/
 .stream_box{
    padding:0px !important;
    margin:10px;
    background-color:#393939;
    height:150px;
    overflow: hidden;
    position:relative;
 }

 .stream_box:hover .stream_box_content{
    display:block;
    position:absolute;
    top:0;
    left:0;
 }
 a.stream_box_content{
    display:none;
    width:180px;
    height:130px;
    padding:10px;
    text-decoration:none;
    font-weight: bold;
    font-size:14px !important;
    text-transform: uppercase;
    margin:0 0 !important;
    color:#fff;
    background:url('/public/images/stream_img.gif') 0 0 no-repeat;
 }
 a.stream_box_content{
    text-decoration:none;
    color:#fff;
 } 
 a.stream_box_content span.stream_source_type{
    color:#ffff00;
 }
 .stream_box span.stream_date{
    font-size: 10px;
    color:#ffff00;    
    display:block;
    position:absolute;
    bottom:5px;
    right:-10px;
    padding:5px;
    height:14px;
    width:193px;
    background:url('/public/images/stream_date.gif') 0 0 no-repeat;
 }
 .stream_box span.icon{
    display:block;
    position:absolute;
    bottom:3px;
    right:5px;
    height:48px;
    width:48px;
    background-position:0 0;
    background-repeat: no-repeat;
    z-index:99;
 }
 .twitter span.icon{
    background-image: url('/public/images/twitter.png');
 }
 .flickr span.icon{
    background-image: url('/public/images/flickr.png');    
 }
 .delicious span.icon{
    background-image: url('/public/images/delicious.png');  
 }
 .rss span.icon{
    background-image: url('/public/images/rss.png');    
 }
 .facebook span.icon{
    background-image: url('/public/images/facebook.png');    
 } 
 .youtube span.icon{
    background-image: url('/public/images/youtube.png');    
 } 
 

 
 
 
 
 
