.twitter.timeline{
  height:646px;
  overflow-y:auto;
}

.timeline-header, .timeline-footer {
  position: relative;
  z-index: 100;
}

.timeline-header .follow-button, .timeline-header .twitter-follow-button, .timeline-header .ic-twitter-badge {
  position: absolute;
  top: 10px;
  right: 10px;
}

.timeline-header {
  padding: 12px;
  border-width: 0 0 1px;
  box-shadow: 0 0 0 -3px rgba(0,0,0,0);
  -webkit-transition: box-shadow .3s ease-out;
  -moz-transition: box-shadow .3s ease-out;
  -o-transition: box-shadow .3s ease-out;
  transition: box-shadow .3s ease-out;
}

.twitter li{
  text-transform: none;
  list-style: none;
  margin-bottom:15px;
}

.root, .tweet, .footer, .detail-expander, .header, .timeline {
  position: relative;
}

.permalink {
  position: relative;
  z-index: 50;
  float: right;
  margin-top: 2px;
  _clear: right;
  color: #707070;
  display:none;
}

.verified, .ic-rt, .ic-mask, .ic-top, .ic-twitter-alert, .ic-twitter-badge, .ic-bird-flourish, .ic-button-bird, .ic-play {
  display: inline-block;
  vertical-align: middle;
  background: transparent url(../images/twitter/sprite.png) no-repeat 0 0;
  background-size: 177px 241px;
}

.verified b, .tweet-actions b, abbr.p-geo b, .ic-twitter-badge b, .e-entry-title a .tco-hidden, .collapse-geo .p-geo b, .collapse-media-tag .media-tag b {
  position: absolute;
  top: 0;
  left: 0;
  clip: rect(0,0,0,0);
  clip: rect(0 0 0 0);
}

.verified {
  width: 15px;
  height: 17px;
  margin-left: -21px;
  vertical-align: -25%;
  background-position: 0 -161px;
  display:none;
}


.full-name{
  text-decoration: none;
  outline: 0;
}

.p-name{
  color:#292f33;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}

.p-nickname{
  direction: ltr;
  unicode-bidi: embed;
  color: #707070;
  line-height: 18px;
  padding:2px 0 2px 0;
}

.p-author:after, .cards-base:after {
  clear: both;
}

.p-author:before, .p-author:after, .cards-base:before, .cards-base:after {
  display: table;
  content: "";
}

.u-photo.avatar{
  float:left;
  padding-right:5px;
}
.summary{
  padding-bottom:12px;
}
.follow-button:link, .follow-button:visited {
  display: inline-block;
  padding: 0 5px 0 3px;
  font: bold 11px/18px 'Helvetica Neue',Arial,sans-serif;
  color: #333;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  white-space: nowrap;
  cursor: pointer;
  background-color: #eee;
  background-image: -webkit-linear-gradient(#fff,#dedede);
  background-image: linear-gradient(#fff,#dedede);
  border: #ccc solid 1px;
  border-radius: 3px;
}

.ic-button-bird {
  width: 16px;
  height: 16px;
  margin: 0 3px 0 0;
  background-position: -73px -160px;
}

.titre-twitter{
	background: url(../images/oiseau.png) no-repeat left 0px;
	padding: 0 0 0 40px;
	font-size: 1.5em;
}

 
